@lean-agent/skills
v0.1.0
Published
Starter catalog of portable skills for the lean-agent framework. Works with Claude Code, Cursor, Windsurf, and VS Code.
Maintainers
Readme
@lean-agent/skills
Starter catalog of portable skills for lean-agent — the lean framework for agentic software development.
Each skill is a directory containing a SKILL.md file in the standard Claude Code skill format. The @lean-agent/core CLI translates them into the native format for Claude Code, Cursor, Windsurf, or VS Code (GitHub Copilot).
Skills
| Skill | What it does |
| --- | --- |
| challenger | Interview the user relentlessly about a plan or design until reaching shared understanding. Walks every branch of the decision tree. |
More coming.
Install a skill
npx lean-agent add challenger --tool=claudeUsing a skill without the CLI
Every skill in this catalog uses the standard Claude Code SKILL.md format. You can copy any skill directory straight into your .claude/skills/ folder without installing the CLI. No lock-in.
See the main repository for the full story.
License
MIT
