fable-seed
SolidGenerate or refresh local AGENTS.md convention files for a codebase by reading the code that already exists, so later work follows the project's real conventions instead of model defaults. Use when starting work in an unfamiliar module, when conventions keep getting violated, or when asked to "seed", "init", or "write AGENTS.md for" a directory. Pulled on demand; not always-on.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- elon-choo
- Repository
- elon-choo/fablever
- Created
- 1 months ago
- Last Updated
- 5 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
seed-update
Pull newer Universal Agent Seed machinery (hooks, scripts, skills, configs) into a project that was created from the seed — diff-reviewed, never blind, leaving the project's own knowledge/rules/code untouched. Use when the user runs /seed-update or asks to "update from the seed / sync seed fixes".
auto-improving-agents-md
Sets up, structures, and auto-improves AGENTS.md files for coding agent projects. Bootstraps new AGENTS.md with self-improvement meta-rules, structures sections for clean rule placement, audits and prunes existing files against an instruction budget, performs end-of-session reflection to capture learnings, and proactively proposes AGENTS.md updates when corrections or conventions are discovered mid-session. Use when setting up AGENTS.md, adding auto-improvement to an existing AGENTS.md, pruning or auditing AGENTS.md, performing end-of-session reflection, or when the user mentions auto-improving, self-improving, or maintaining agent instructions.
inits
Creates or improves an AGENTS.md file. Use when onboarding to a repo, or capturing conventions, constraints, and rationale that are expensive to rediscover.