bootstrapper

Scan repository structure to generate Copilot instructions and starter skills.

6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/candradesm/zsh-config --skill bootstrapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrapper
Source: https://github.com/candradesm/zsh-config/tree/main/.config/opencode/skills/bootstrapper
Command: npx skills add https://github.com/candradesm/zsh-config --skill bootstrapper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboarding a new repository with little or no documentation is time-consuming and error-prone; bootstrapper automates the discovery and scaffolding of Copilot instructions and starter skills to accelerate setup.

Core Features & Use Cases

  • Scans repository structure to detect tech stack via GitHub MCP
  • Generates .github/copilot-instructions.md and .github/instructions/ templates
  • Creates starter skills in .agents/skills/ for future automation
  • Use Case: Fresh project with no docs gets ready-to-run guidance in minutes

Quick Start

Run the bootstrapper to scan the repository and auto-create Copilot instructions and starter skills.

Frequently Asked Questions about bootstrapper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Copilot instructions for a new repository automatically?

To generate Copilot instructions automatically, the bootstrapper scans your repository structure via GitHub MCP to detect the tech stack, then creates .github/copilot-instructions.md and .github/instructions/ templates for scalable project guidance.

What is the best way to automate onboarding documentation for a fresh project with no docs?

Automating onboarding documentation is best handled by scanning the repository structure to auto-scaffold Copilot instructions and starter skills, turning an undocumented fresh project into a ready-to-run repository in minutes.

Does the bootstrapper work with different programming languages and frameworks?

Yes, the bootstrapper works across different languages and frameworks by using GitHub MCP-based detection to scan the repository structure, ensuring it can scaffold appropriate Copilot instructions regardless of your specific tech stack.

How do I create starter skills for future automation in my GitHub repository?

To create starter skills for future automation, you can run a repository scan that automatically generates the .agents/skills/ directory structure, providing a scalable foundation for ongoing project guidance and workflows.

Do I need external dependencies or packages to scaffold GitHub workflows and instructions?

No external dependencies are required to scaffold GitHub workflows and instructions, as the bootstrapper is entirely self-contained and relies solely on GitHub MCP-based detection to generate the necessary repository templates.