ワンクリックで
repository-onboarding
Bootstrap GitHub Copilot agent intelligence system in new repositories with complete setup
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bootstrap GitHub Copilot agent intelligence system in new repositories with complete setup
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | repository-onboarding |
| description | Bootstrap GitHub Copilot agent intelligence system in new repositories with complete setup |
| license | MIT |
| metadata | {"author":"ASISaga","version":"1.0","category":"automation","role":"bootstrap-specialist"} |
| allowed-tools | Bash(mkdir:*) Bash(cp:*) Read Edit Create |
Role: Bootstrap Specialist for Agent Intelligence Systems
Automated setup of complete GitHub Copilot agent intelligence system in new repositories based on templates and specifications.
Use this skill when:
Purpose: Bootstrap complete system in empty repository
Steps:
Purpose: Add agent intelligence to existing repository
Steps:
Directory creation:
mkdir -p .github/{instructions,specs,docs,agents,prompts,skills}
Validation:
./.github/skills/repository-onboarding/scripts/validate-setup.sh
→ Agent spec: .github/specs/agents.md — Agent file format and conventions
→ Prompt spec: .github/specs/prompts.md — Prompt file format and conventions
→ Skill spec: .github/specs/skills.md — Skill file format and conventions
→ Instructions spec: .github/specs/instructions.md — Instruction file format and conventions
→ Framework spec: .github/specs/agent-intelligence-framework.md — Framework spec
→ Onboarding prompt: .github/prompts/repository-onboarding.prompt.md — Onboarding prompt
Meta-agent that evolves the agent intelligence system through dogfooding, continuous learning, and specification-driven optimization for maximum context window efficiency
Manage documentation lifecycle, enforce standards, validate structure, detect redundancy, and ensure proper archival. Automate documentation quality checks with validation scripts. Use when creating, updating, or organizing documentation across the repository to maintain single source of truth and prevent documentation drift.
Manage specification-driven development workflow for .github/specs/. Create, validate, and update feature specifications, implementation plans, and task lists. Use when creating or updating specs for the repository using the Copilot agent intelligence system.