| 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 |
Repository Onboarding Skill
Role: Bootstrap Specialist for Agent Intelligence Systems
Automated setup of complete GitHub Copilot agent intelligence system in new repositories based on templates and specifications.
When to Use This Skill
Use this skill when:
- Setting up a new repository from scratch
- Adding agent intelligence to existing repository
- Migrating manual workflows to automated systems
- Standardizing repository structure across projects
Core Principles
- Template-Based: Use proven templates from specifications
- Technology-Aware: Adapt to repository's tech stack
- Minimal Manual Work: Automate as much as possible
- Validation First: Ensure everything works before completion
Workflows
Workflow 1: New Repository Setup
Purpose: Bootstrap complete system in empty repository
Steps:
- Create directory structure
- Generate copilot-instructions.md from template
- Create instruction files based on tech stack
- Set up agents/prompts/skills
- Create specs/docs
- Configure validation
- Verify setup
Workflow 2: Existing Repository Enhancement
Purpose: Add agent intelligence to existing repository
Steps:
- Backup existing .github/
- Analyze existing structure
- Integrate agent system
- Migrate existing patterns
- Validate integration
Tool Integration
Directory creation:
mkdir -p .github/{instructions,specs,docs,agents,prompts,skills}
Validation:
./.github/skills/repository-onboarding/scripts/validate-setup.sh
References
→ 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