Files
holocron/plugins/kyberforge/skills/agent-author/assets
Defame1297 19f7fde5e1 refactor(factory): align agent-author and agent-audit with skill-author pattern
- agent-author: convert template comments from YAML (#) to HTML (<!-- -->)
  - Easier to spot and distinguish from functional comments
  - Add explicit "Delete template comments before shipping" reminders
  - Update SKILL.md Steps 2-3 with removal instruction

- agent-audit: add comment-discipline check
  - Flag excessive frontmatter documentation comments as padding
  - Mirrors skill-audit's body-discipline principle
  - Update coverage line to include comment-discipline dimension

This ensures agents follow the same comment-cleanup discipline as skills,
preventing template documentation from shipping with agent definitions.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04 15:23:04 +00:00
..

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. Includes all supported frontmatter fields (required and optional) with inline guidance comments and FILL IN: placeholders. Notes which fields are silently ignored for plugin agents.
  • copilot.agent.md — Copilot CLI agent definition template (CLI format). 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).