bootstrap-agents

Fill templated placeholders and provision skills from a library based on tech stack.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill bootstrap-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap-agents
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skills/bootstrap-agents
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill bootstrap-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of filling in project-specific {{PLACEHOLDER}} values within templates and provisioning necessary skills from a library based on the project's tech stack.

Core Features & Use Cases

  • Placeholder Replacement: Dynamically updates configuration and instruction files with project-specific details like package managers, frameworks, and databases.
  • Skill Provisioning: Automatically installs relevant skills from a library based on detected technologies (e.g., frontend framework, database, auth provider).
  • Use Case: After deciding to use 'Astro + React' for the frontend and 'SurrealDB' for the database, this Skill ensures all relevant templates are updated and the 'SurrealDB' and 'Astro' skills are installed in your project.

Quick Start

Run the bootstrap agents skill to fill in project placeholders and provision new skills based on the current tech stack.

Frequently Asked Questions about bootstrap-agents

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

FAQPage Schema
How do I automate filling project placeholders in configuration templates?

To automate filling project placeholders in configuration templates, you can use a skill provisioning tool that dynamically updates instruction files with specific details like frameworks and databases. This process replaces templated values automatically to ensure consistent environments.

How do I install specific skills based on my project tech stack?

You can install specific skills based on your project tech stack by using dynamic skill discovery through a manifest file. The system detects technologies like frontend frameworks or databases and provisions the matching skills from a library.

What is skill provisioning and how does it manage project configuration?

Skill provisioning is the process of automatically installing relevant skills from a library based on detected technologies. It manages project configuration by updating instruction templates and rule files to maintain consistent development environments.

Can I use a manifest file to dynamically discover and install skills?

Yes, you can use a manifest file to dynamically discover and install skills. Integrating with a skill library manifest allows the system to automatically provision necessary skills based on your current stack and surface triggers.

Do I need to manually update rule files when changing my tech stack?

No, you do not need to manually update rule files when changing your tech stack. The provisioning process dynamically updates configuration, instruction templates, and rule files automatically based on the detected technologies.