ワンクリックで
agent-authoring
Use when creating, restructuring, or refining agent files, skill files, prompt files, or repository instruction files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when creating, restructuring, or refining agent files, skill files, prompt files, or repository instruction files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when working on agent chat behavior, system prompt construction, handoffs, context injection, or runtime behavior across packages/core and packages/service.
Shape or review ai-team agents from a hiring brief into a clear final portfolio. Use when Emily Davis or another agent needs to turn a role idea into a strong agent with the right personality, reporting line, handoffs, runtime metadata, and supporting skills.
Use when working on AST analysis, tree-sitter parsing, symbol or complexity inspection, diff generation, structured edit proposals, or code-aware backend editing workflows.
Use when an agent needs to run commands reliably across PowerShell, pwsh, cmd, bash, or sh; choose between exec, spawn, and execFile; debug shell-specific failures; or normalize cwd, env, quoting, and output handling for cross-platform command execution.
Use when Adrian or another research-oriented teammate needs to extract content from PDFs or long documents, convert it to Markdown, collect supporting URLs, and produce a source-backed briefing the team can learn from.
Use when Taylor or another teammate needs to review repository docs for missing, stale, duplicated, unclear, or hard-to-navigate content and turn that into a concrete documentation improvement plan.
| name | agent-authoring |
| description | Use when creating, restructuring, or refining agent files, skill files, prompt files, or repository instruction files. |
| triggers | ["\\.agent\\.yml","\\.agent\\.md","SKILL\\.md","\\bagent.*author\\b","\\bskill.*creat\\b","\\.ai-team/agents"] |
Use this skill when the task is to create or improve:
.ai-team/agents/*.md.ai-team/agents/*.yml.github/**/* when GitHub-side discovery specifically needs themAGENTS.mdProduce the smallest, clearest agent setup that matches the task without spreading overlapping instructions across too many files.
Decide which artifact is actually needed:
Always review the most relevant repository guidance first:
AGENTS.md.github/copilot-instructions.md.ai-team/ai-team-way.mdanalysis/copilot/copilot-files.mdanalysis/copilot/copilot-project-setup-guide.mdWhen creating or refining .ai-team/agents/**/*.agent.md files, also review:
.ai-team/instructions/agents.instructions.md.ai-team/instructions/agent-metadata.instructions.mdpackages/core/src/types/index.ts for the supported AgentSchema fields when you need to verify what YAML is validIf the target is an internal .ai-team agent, also inspect nearby agent files before editing.
Keep responsibilities separated:
.agent.md frontmatterDo not dump everything into one giant agent file.
A good agent or skill should clearly answer:
For ai-team agent files specifically, also confirm:
.agent.md portfolio has a personality that suits its role without drifting into roleplayreportsTo in frontmatter.agent.md "Scope of Responsibility" section lists the agent's owned areas and its assigned skills (matching the specializations skill IDs in the frontmatter)specializations is a list of real skill IDs from .ai-team/skills/<id>/SKILL.md, not loose topic tags.agent.md body sounds like a focused coworker and keeps procedural workflows in skills rather than burying them inside the agent portfolio.ai-team files whenBefore finishing, confirm:
.ai-team agents, prefer id / name; treat aiTeamId / aiTeamName as legacy compatibility aliases only.ai-team agents, reportsTo is explicit for every non-root executive agent.ai-team agents, the personality block and body tone support the role rather than sounding interchangeable.ai-team agents, collaboration expectations are clear when they materially affect how the role works with nearby agents or developers.ai-team agents, the opening conversational behavior feels human and does not force an unnecessary greeting when the developer already greeted first.ai-team agents, specializations in frontmatter lists only real skill IDs from .ai-team/skills/<id>/SKILL.md.ai-team agents, the "Scope of Responsibility" section in .agent.md names both the owned areas and the assigned skills so the agent and other agents can discover scope at a glanceAvoid:
.github/agents, .github/prompts, or .github/skills as the default home when .ai-team/ already covers the use casespecializations instead of real skill IDs