AI coding agent instruction file init setup. Creates AGENTS.md as single source of truth, symlinks for 8 AI tools, and docs/ structure with guide and workflow templates. Use when initializing a new project for AI-assisted development, setting up agent instruction files, or unifying configuration across multiple AI coding tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-instructions-setup:agent-instructions-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
AGENTS.md를 single source of truth로 두고, symlink와 docs/ 구조를 자동 셋업하는 init skill이다.
AGENTS.md를 single source of truth로 두고, symlink와 docs/ 구조를 자동 셋업하는 init skill이다.
template-agents.md 기반 생성map-file-paths.md 참조하여 8개 도구 symlink 전부 생성. link-symlink-strategy.md 참조docs/ 디렉토리 생성docs/guide.md 생성. meta-frontmatter.md 규칙 적용
template-dev-guide.md 기반template-docs-guide.md 기반docs/workflow.md 생성
template-dev-workflow.md 기반template-docs-workflow.md 기반ls -la)| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | File Mapping | CRITICAL | map- |
| 2 | Symlink Strategy | HIGH | link- |
| 3 | Frontmatter Rules | CRITICAL | meta- |
| 4 | Templates | HIGH | template- |
references/map-file-paths.md
references/link-symlink-strategy.md
references/meta-frontmatter.md
references/template-agents.md
references/template-dev-guide.md
references/template-dev-workflow.md
references/template-docs-guide.md
references/template-docs-workflow.md
references/_sections.md
npx claudepluginhub bbaktaeho/bbaktaeho-agent-skills --plugin agent-instructions-setupCreates and maintains concise AGENTS.md / CLAUDE.md files for projects. Analyzes toolchain, linters, and conventions to produce minimal agent-facing documentation under 100 lines.
Advises on creating, reviewing, and optimizing AI coding agent instruction files (AGENTS.md, CLAUDE.md). Includes best practices, diagnostics, and file generation.
Generates or updates AGENTS.md/CLAUDE.md files for AI coding agents by auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks and preserves customizations when updating.