RE

repository-onboarding

Automates the setup of agent intelligence files and folder patterns within a project.

Install

mkdir -p .claude/skills/repository-onboarding && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17927" && unzip -o skill.zip -d .claude/skills/repository-onboarding && rm skill.zip

Installs to .claude/skills/repository-onboarding

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Bootstrap GitHub Copilot agent intelligence system in new repositories with complete setup
90 charsno explicit “when” trigger
Beginner

Key capabilities

  • Create directory structure for agent intelligence system
  • Generate copilot-instructions.md from template
  • Create instruction files based on tech stack
  • Set up agents, prompts, and skills
  • Configure validation for the setup

How it works

The skill sets up a GitHub Copilot agent intelligence system in repositories by creating a standardized directory structure, generating instruction files, and configuring agents, prompts, and skills.

Inputs & outputs

You give it
A new or existing repository
You get back
A repository with a bootstrapped GitHub Copilot agent intelligence system

When to use repository-onboarding

  • Setup a new repository
  • Add agent intelligence to existing code
  • Standardize repository agent structure
  • Migrate workflows to automated agents

About this skill

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

  1. Template-Based: Use proven templates from specifications
  2. Technology-Aware: Adapt to repository's tech stack
  3. Minimal Manual Work: Automate as much as possible
  4. Validation First: Ensure everything works before completion

Workflows

Workflow 1: New Repository Setup

Purpose: Bootstrap complete system in empty repository

Steps:

  1. Create directory structure
  2. Generate copilot-instructions.md from template
  3. Create instruction files based on tech stack
  4. Set up agents/prompts/skills
  5. Create specs/docs
  6. Configure validation
  7. Verify setup

Workflow 2: Existing Repository Enhancement

Purpose: Add agent intelligence to existing repository

Steps:

  1. Backup existing .github/
  2. Analyze existing structure
  3. Integrate agent system
  4. Migrate existing patterns
  5. 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

When not to use it

  • When the repository already has a complete agent intelligence system
  • When manual workflows are preferred over automated systems
  • When the repository structure is already standardized and does not require changes

Limitations

  • The skill relies on proven templates from specifications
  • The skill adapts to the repository's tech stack
  • The skill aims for minimal manual work by automating as much as possible

How it compares

This skill automates the bootstrapping of a GitHub Copilot agent intelligence system, ensuring a standardized and validated setup across repositories, unlike manual configuration.

Compared to similar skills

repository-onboarding side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
repository-onboarding (this skill)04moReviewBeginner
using-superpowers952moNo flagsBeginner
ultrawork112moNo flagsAdvanced
clawhub252moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

using-superpowers

obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

95205

ultrawork

Yeachan-Heo

Parallel execution engine for high-throughput task completion

11184

clawhub

openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

25151

skill-installer

openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

29141

continuous-learning

affaan-m

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

995

memory-keeper-proactive-context-maintenance

b4CU-R4U

Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.

694

Search skills

Search the agent skills registry