Ene Documentation

Bundled Skills

Ene ships common workflows directly in the installed package. They are updated with Ene and always take precedence over project or personal skills of the same name.

The source SKILL.md is the authoritative introduction and usage guide for each skill:

Skill Use it for Instructions
batch Apply one direct LLM transformation to many independent text or image items with parallelism, structured output, and resume support. source
browser Control an existing Chrome or Chromium browser through CDP. source
code-review Review code, diffs, commits, pull requests, or designs for actionable risks. source
lean Request terse answers and minimal, YAGNI implementations. source
library Operate the Git-backed Ene library of skills and personas. source
monitor Run and actively monitor long-lived jobs, services, and health checks. source
pdf-reading Parse and analyze PDFs with MinerU. source
persona-creator Create and validate custom Ene personas. source
plan Inspect a repository and produce an implementation-ready plan. source
project-info Create or refine concise repository instructions in AGENTS.md. source
reflection Persist verified lessons from the current conversation in project-local skills. source
skill-creator Create, revise, or validate Agent Skills packages. source
subagent Delegate substantial independent tasks to fresh Ene agents. source

The model loads a skill automatically when your request matches its description. You can also invoke one explicitly:

Please make a plan for JSON output mode.
/plan Add support for JSON output mode.
text

The first request should cause Ene to load plan; the second selects it directly.

Invoking /reflection reviews the available conversation and directly creates or updates focused skills under .ene/skills/ when it finds verified, reusable lessons. It never writes to bundled or personal skills, and leaves the filesystem unchanged when there is nothing durable to retain. Run /skills reload afterward when it reports a change.

Some skills have external requirements. In particular, browser needs Chrome or Chromium with remote debugging enabled, while pdf-reading needs the external MinerU CLI and its runtime resources. Check each linked SKILL.md before first use.

Type to search.