agent-copy

Solid

Use when the user asks to copy, install, refresh, or update a repo-root AGENTS.md file from their canonical global instruction source. Also use when the user says "agent copy" or wants a repo-local AGENTS.md with global operating rules plus project-specific guidance.

AI & Automation 11 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Copy This skill creates or refreshes a repo-root `AGENTS.md` file by copying the user's canonical global agent instructions, then appending a repo-specific guide for the current project. Architecture: ```text canonical global instructions -> repo-local AGENTS.md -> repo-specific tail ``` Use one `agent-copy` skill for this workflow. Do not create separate runtime-specific variants such as `agent-copy-codex`, `agent-copy-claude`, or `agent-copy-cursor`; change the source path instead. Default source: - `$HOME/.codex/AGENTS.md` Default target: - `./AGENTS.md` Codex is the default because this repo demonstrates a Codex-first setup. If the user's canonical instructions live somewhere else, use that source path instead. Examples include a Claude project instruction file, an OpenCode context file, or another agent-compatible global instruction file. Only `AGENTS.md` files should be created, copied, or updated unless the user explicitly asks for another instruction file. ## Core Rule The repo-root `./AGENTS.md` file must: 1. Start with an exact copy of the selected canonical global instruction source. 2. Append a repo-specific tail section titled `## Repo-Specific Guide`. 3. Include only repo facts from filesystem inspection or the user's answers. 4. Mark unknowns as `TBD - ask the user before implementing this area.` Do not paraphrase, summarize, or partially copy the canonical source file. ## Workflow ### 1. Confirm The Canonical Source File Check for the ...

Details

Author
shane9coy
Repository
shane9coy/Agent-Skill-Architecture-Guide
Created
3 months ago
Last Updated
today
Language
N/A
License
MIT

Integrates with

Related Skills