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 repeated agentic task to many independent items without growing conversation context. 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
skill-creator Create, revise, or validate Agent Skills packages. source
subagent Delegate substantial independent tasks to fresh Ene agents. source

Skills will be invoked automatically when the model determines they are needed. You can also call them explicitly in the chat prompt:

Please make a plan to support for a JSON output mode. # Ene automatically detect and load the plan skill.

/plan Add support for a JSON output mode. # explicitly load the plan skill and then run the task.
bash

Some skills have external requirements. In particular, browser needs a Chromium-based browser 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.