Bootstrap GitHub Copilot agent intelligence system in new repositories with complete setup
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
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
→ /docs/specifications/github-copilot-agent-guidelines.md — Agent standards
→ /docs/specifications/architecture.md — System architecture
→ /docs/specifications/agent-self-learning-system.md — Self-learning system
→ .github/prompts/repository-onboarding.prompt.md — Onboarding prompt
→ .github/specs/agent-intelligence-framework.md — Framework spec
More by ASISaga
View allExpert knowledge of the Agent Operating System (AOS) architecture, components, and design patterns. Provides deep understanding of how AOS works as a complete operating system for AI agents.
Master Pylint usage for maintaining high code quality in the Agent Operating System (AOS) repository. Includes static code analysis, error detection, PEP 8 enforcement, and code quality metrics.
Expert knowledge for performing major version refactoring in the Agent Operating System, including removing backward compatibility code, consolidating duplicate implementations, and updating all references to use the latest patterns.
Expert knowledge for developing, deploying, and debugging Azure Functions in the Agent Operating System (AOS). Covers the serverless deployment model used by AOS for production workloads, including integration with Microsoft Foundry Agent Service (Azure AI Agents runtime).
