@lean-agent/core
v0.1.0
Published
CLI and SDK for lean-agent — the lean framework for agentic software development across every AI coding tool.
Downloads
250
Maintainers
Readme
@lean-agent/core
CLI and SDK for lean-agent — the lean framework for agentic software development.
Install portable skills, workflows, and commands into any AI coding tool with a single command.
Install
npx lean-agent add challenger --tool=claudeOr install globally:
npm install -g @lean-agent/core @lean-agent/skills
lean-agent add challengerCommands
lean-agent init Set up the project (or --global)
lean-agent add <skill> [--tool=NAME] Install a primitive
lean-agent remove <skill> [--tool=NAME] Uninstall a primitive
lean-agent list Show what's available and installedShort alias: la. Flags: --tool=claude|cursor|windsurf|vscode, --global.
Supported tools
| Tool | Where it lives |
| --- | --- |
| Claude Code | .claude/skills/<name>/SKILL.md (symlink) |
| Cursor | .cursor/rules/<name>.mdc |
| Windsurf | .windsurf/rules/<name>.md |
| VS Code (GitHub Copilot) | .github/prompts/<name>.prompt.md |
See the main repository for the full vision, roadmap, and skill catalog.
License
MIT
