Files
holocron/plugins/kyberforge/skills/agent-author/assets/README.md
Defame1297 c16ec2d45a chore(apm): regenerate content mirrors
Output of scripts/sync-plugin-content.sh --all against this round's .apm/
source edits. No file here is hand-edited.

Carries the agent-author and agent-audit documentation changes into the flat
mirrors. No compiled manifest changed: nothing in this round touched apm.yml,
so apm pack and sync-marketplace-mirror.sh both produced byte-identical output.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X7GvKuJfy2WrdBmUttV4DT
2026-08-14 12:30:38 +00:00

1.3 KiB

assets/

templates/

Annotated agent definition templates copied by scripts/new-agent.sh when scaffolding a new agent.

  • claude-code.md — Claude Code agent definition template (project/user scope). Includes all supported frontmatter fields (required and optional) with inline guidance comments and FILL IN: placeholders.
  • copilot.agent.md.template — Copilot CLI agent definition template (CLI format, project/user scope). Excludes cloud/IDE-only fields (target, user-invocable, disable-model-invocation, mcp-servers) and Claude Code-only fields. Uses Copilot tool aliases (execute, read, edit, search, agent, web).
  • apm-agent.md — Vendor-neutral APM agent definition template (plugin/APM scope). Frontmatter is limited to the apm-agent-allowlist section of agent-audit's references/field-inventory.md — the authoritative list, read from there as data by agent-audit's validate.sh; this file deliberately does not restate it. No tools and no Claude-only knobs, since apm compile copies frontmatter verbatim to both the Claude Code and Copilot CLI targets with no per-target integrator; disallowedTools is scaffolded as an opt-in comment because a denylist, unlike the tools allowlist, survives that copy (ADR-0016 and its 2026-08-14 amendment).