# docs/ Plugin documentation. Not read automatically by Claude Code or GitHub Copilot CLI — reference specific files from skill bodies or agent prompts as needed. | Path | Purpose | |------|---------| | `hooks.md` | Where this plugin's hooks are authored (`.apm/hooks/`), what apm deploys them into (`.claude/settings.json`), and the Claude Code and Copilot CLI schemas | Everything else under this directory is research material. ## research/ Upstream reference material gathered during skill authoring. Not shipped with the plugin — used at development time only. | Path | Purpose | |------|---------| | `research/docs/agentskillsio/` | agentskills.io spec, skill authoring, description optimization, eval design, scripts | | `research/docs/claude-code-plugins/` | Claude Code plugin and marketplace manifests, plugin directory layout, agent definition format, `claude plugin validate` behaviour | | `research/docs/github-copilot-plugins/` | Copilot CLI plugin manifest and marketplace format, agent definition format, Copilot extensions and SDK | | `research/docs/microsoft-apm/` | apm CLI reference, `apm.yml` schema, primitive schemas (agent, prompt, instructions, hooks), monorepo repo shapes, marketplace/registries, packing and releasing | | `research/examples/skill-write/` | Upstream skill examples reviewed when authoring skill-author and skill-audit | AGENTS.md research moved to `plugins/core/docs/research/docs/agentsmd/` when the AGENTS.md skills landed in the `core` plugin (ADR-0012) — it is no longer part of kyberforge's provenance chain.