What problem does it solve?
This skill solves the problem of keeping a repository's agent-meta configuration (instructions, hooks, and skills) aligned with evolving best practices without requiring manual intervention or risky automated commits.
Core Features & Use Cases
- Decentralized Knowledge Consumption: Reads external agent-research knowledge bases to identify potential improvements for the host repository.
- Safe Proposal Workflow: Audits the repository's governance docs (CONTEXT.md, ADRs) and existing skills to propose improvements exclusively via issues, ensuring no unauthorized mutations occur.
- Adversarial Filtering: Uses a multi-stage gate to filter out redundant, vague, or low-frequency proposals, ensuring only high-leverage changes reach the maintainer.
Quick Start
Run the apply-agent-research skill to audit the current repository against the latest agent-research knowledge base and file a single, ranked improvement proposal if a high-value gap is identified.