A starting AGENTS.md to instruct the agent to always update its rules and context to learn from every interaction
npx skills add https://github.com/grail-computer/self-improving-agent --skill self-improving-agentInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
Just paste this into any agent to apply it to a repo
https://github.com/Grail-Computer/Self-Improving-Agent
initegrate this in this repo by updating AGENTS.md and use https://skills.sh/ to install the skill
A starter template for making any project's AI coding agents compound in effectiveness over time.
├── AGENTS.md # Repo memory — always-on context for agents
└── skills/
└── self-improving-agent/
└── SKILL.md # Meta-skill: how to improve AGENTS.md and create new skills
Repository-level context that coding agents read at the start of every session. Includes:
A meta-skill that teaches agents how to improve themselves. Covers:
npx skills add "https://github.com/Grail-Computer/Self-Improving-Agent"
AGENTS.md to match your project structure.AGENTS.md automatically at the start of each session.self-improving-agent skill to reflect and persist learnings.AGENTS.md accumulates the knowledge that makes each session better than the last.When a workflow repeats, create a new skill:
skills/<skill-name>/
├── SKILL.md # The playbook
├── scripts/ # Optional helper scripts
└── examples/ # Optional reference outputs
See the self-improving-agent skill for the full procedure.
Work → Complete → Reflect → Record → Next task starts from a better baseline
Each improvement makes future improvements easier. That's how agents compound.