Files
holocron/plugins/core
Defame1297 bb34aa0eb5 feat(core): add content-guide.md to agentsmd-author
PR review feedback: Step 3 gave no concrete guidance on what good
AGENTS.md content looks like, and the skill had no substantive
references file (only provenance bookkeeping in sources.md), unlike
sibling kyberforge skills. Adds section-by-section content guidance,
the worked example, and monorepo precedence rules synthesized from
the agentsmd research corpus.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 17:40:27 +00:00
..
2026-07-23 17:31:14 +00:00

core

Cross-cutting utility skills for everyday AI-assisted coding — triage, diagnosis, architecture review, and session navigation.

Install

Claude Code:

claude plugin marketplace add <owner>/<repo>
claude plugin install core@<marketplace-name>

GitHub Copilot CLI:

copilot plugin marketplace add <owner>/<repo>
copilot plugin install core

Local (development):

# Claude Code
claude --plugin-dir ./plugins/core

# GitHub Copilot CLI
copilot plugin install ./plugins/core

Contents

Component Path Description
Skills skills/ Slash commands available after install

Skills

Skill Description
agentsmd-author Create or update a repo's AGENTS.md by exploring real build/test/lint conventions; supports nested monorepo placement and hands off to agentsmd-audit and provider-adapter-author
agentsmd-audit Audit a repo's AGENTS.md for embedded secrets, structural completeness, and drift; produces a findings report
provider-adapter-author Convert a provider-specific instruction file (CLAUDE.md, .cursor/rules/*.mdc, copilot-instructions.md, etc.) into a thin adapter that defers to AGENTS.md

Author

Defame1297