๐ Get the Full Guide The guide covers agent folder structure, AGENTS.md, SKILL.md anatomy, frontmatter reference, orchestration folders, command-folder equivalents, self-hosted model notes, troubleshooting, and reusable skill patterns.
FAQ
agent-skill-architecture-guide is a Claude Code plugin with 3 hand-picked skills for documentation work, indexed on Flowy. Install it with the command on its page. It includes agent-copy, new-mcp-builder, new-skill-builder. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add shane9coy/Agent-Skill-Architecture-Guide --agent claude-code
Repo: shane9coy/Agent-Skill-Architecture-Guide

๐ Get the Full Guide
Download the Agent Skills Architecture Guide v2 PDF
The guide covers agent folder structure, AGENTS.md, SKILL.md anatomy, frontmatter reference, orchestration folders, command-folder equivalents, self-hosted model notes, troubleshooting, and reusable skill patterns.
Copy the included
AGENTS.mdand skill file set into your canonical global agent folders, then replace the placeholder Git identity fields with your own name, email, and GitHub username.
AGENTS.md solves the following issues with your coding agent:
This repo now focuses on a simplified layout:
AGENTS.md: public template for agent behavior, Git hygiene, contextual editing, implementation review, and handoff discipline.skills/agent-copy/: reusable skill for copying your canonical global instructions into any project repo and appending repo-specific guidance.skills/new-skill-builder/: reusable skill for creating, installing, validating, and auditing agent skills.skills/new-mcp-builder/: reusable skill for planning and building MCP server integrations.Agent-Skills-Architecture-Guide.md: Markdown source for the guide.Agent-Skills-Architecture-Guide-v2.pdf: PDF version of the guide.For quick, optimized subagent execution after your base instructions are installed, also check out Subagent-Driven Development. It adds scoped workers, branch/worktree discipline, progress tracking, and review gates for multi-agent implementation work.
The easiest install path is to give this repo to your coding agent and let it copy the instruction file and skills into the right local folders.
Copy this prompt into Codex, Claude Code, or another local coding agent:
Install the Agent Skills Architecture Guide into my local agent setup.
Repo: https://github.com/shane9coy/Agent-Skill-Architecture-Guide
Tasks:
1. Clone or download the repo.
2. Copy the repo's AGENTS.md into my canonical global agent instruction file.
- Default Codex target: ~/.codex/AGENTS.md
- If I use Claude Code or another agent, ask me to confirm the correct global instruction path before writing.
3. Copy these skills into my agent skills folder:
- skills/agent-copy
- skills/new-skill-builder
- skills/new-mcp-builder
4. Default Codex skills target: ~/.codex/skills/
5. Claude Code skills example: ~/.claude/skills/
6. Do not overwrite an existing AGENTS.md or skill folder without showing me what will change first.
7. Verify the installed files exist and report the final paths.
Codex is the default example in this repo. The manual install copies:
AGENTS.md -> ~/.codex/AGENTS.md
skills/* -> ~/.codex/skills/
Run from the directory where you want to download the repo:
git clone https://github.com/shane9coy/Agent-Skill-Architecture-Guide.git
cd Agent-Skill-Architecture-Guide
mkdir -p "$HOME/.codex" "$HOME/.codex/skills"
cp AGENTS.md "$HOME/.codex/AGENTS.md"
cp -R skills/agent-copy "$HOME/.codex/skills/"
cp -R skills/new-skill-builder "$HOME/.codex/skills/"
cp -R skills/new-mcp-builder "$HOME/.codex/skills/"
Then open ~/.codex/AGENTS.md and replace:
<YOUR_GIT_AUTHOR_NAME><YOUR_GIT_AUTHOR_EMAIL><YOUR_GITHUB_USERNAME>Claude Code users can use the same repo files, but the destination folders are different. Common examples:
Claude skills folder: ~/.claude/skills/
Claude project instructions: CLAUDE.md or the project instruction file your Claude setup uses
Keep the same model no matter which agent you use:
canonical global instructions -> repo-local AGENTS.md -> repo-specific tail
AGENTS.md globally so every agent session starts with the same operating rules.agent-copy so your agent can create repo-local AGENTS.md files without manual copy/paste.agent-copy inside each important repo so local sessions have a reliable fallback.new-skill-builder when you want your agent to create or validate skills.new-mcp-builder when you want your agent to plan or build MCP integrations.After installing agent-copy, open a target project and ask your agent:
Use agent-copy to create or refresh this repo's AGENTS.md from my canonical global instructions, then add repo-specific guidance based on the files in this project.
If your canonical source is not ~/.codex/AGENTS.md, provide the exact source path:
Use agent-copy with SOURCE_AGENTS=/path/to/my/global/instructions.md to create or refresh this repo's AGENTS.md, then add repo-specific guidance based on the files in this project.
Agent-Skill-Architecture-Guide/
โโโ AGENTS.md
โโโ Agent-Skills-Architecture-Guide.md
โโโ Agent-Skills-Architecture-Guide-v2.pdf
โโโ README.md
โโโ LICENSE
โโโ skills/
โโโ agent-copy/
โ โโโ SKILL.md
โโโ new-mcp-builder/
โ โโโ SKILL.md
โ โโโ references/
โโโ new-skill-builder/
โโโ SKILL.md
โโโ references/
agent-copyUse this skill when you want an agent to:
AGENTS.md.AGENTS.md files aligned with your global operating rules.~/.codex/AGENTS.md by default, while allowing another canonical source path when needed.new-skill-builderUse this skill when you want an agent to:
SKILL.md and into references/.new-mcp-builderUse this skill when you want an agent to:
This repo uses the shared AgentSkills pattern:
| Tool | Suggested instruction file | Suggested skill folder |
|---|---|---|
| OpenAI Codex | AGENTS.md | .codex/skills/, .agents/skills/, or repo skills/ |
| Hermes Agent | AGENTS.md or context files | Hermes skills path or repo skills/ |
| KiloCode | AGENTS.md | .kilocode/skills/ |
| Claude Code | CLAUDE.md / project instructions | .claude/skills/ |
| OpenCode | tool-specific context | .opencode/skills/ |
| Cursor / Windsurf / Cline | tool-specific context | compatible imported skills folder |
| Any AgentSkills agent | tool-specific context | repo skills/ |
AGENTS.md: Durable agent instructions for behavior, Git hygiene, contextual editing, stack conventions, verification, and handoff expectations.SKILL.md: Skill entrypoint with YAML frontmatter for discovery and Markdown body for instructions.references/: Supporting material loaded only when needed.Compiled by @shaneswrld_
MIT โ use it, fork it, ship it. All I ask for is credit where credit is due.
Agent-Skills-Architecture-Guide-v2.pdf
Agent-Skills-Architecture-Guide.md
AGENTS.md
assets/
title-cover.png
LICENSE
README.md
skills/
agent-copy/
SKILL.md
new-mcp-builder/
references/
Agent-Skills-Architecture-Guide.md
claude-skills-guide.md
kilocode-docs.md
SKILL.md
new-skill-builder/
references/
claude-skills-guide.md
gemini-skills-guide
general-kilo-codex-Architecture-Guide.md
kilocode-docs.md
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic