bootstrap-project

Generate and update AGENTS.md and .opencode/opencode.jsonc by inspecting the repository.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ashwnn/agent-config --skill bootstrap-project-ashwnn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bootstrap-project
Source: https://github.com/ashwnn/agent-config/tree/main/skills/bootstrap-project
Command: npx skills add https://github.com/ashwnn/agent-config --skill bootstrap-project-ashwnn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation and updating of per-repo AGENTS.md and .opencode/opencode.jsonc by inspecting the repository and applying user prompts to tailor configurations.

Core Features & Use Cases

  • Repo inspection using repo-inspect to learn repository structure.
  • Prompt-driven customization for tests, logging, CI, service boundaries, and deployment.
  • Generate repo-specific AGENTS.md and .opencode/opencode.jsonc overrides.

Quick Start

Run this skill in a repository to generate AGENTS.md and .opencode/opencode.jsonc based on the repo structure and your prompts.

Frequently Asked Questions about bootstrap-project

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

FAQPage Schema
How do I auto-generate AGENTS.md for a new repository?▼

Auto-generate AGENTS.md by running this skill inside your repo; it inspects the project structure and applies your prompts to create tailored agent rules and configuration overrides.

What is the best way to standardize agent conventions across multiple projects?▼

Standardize agent conventions by running this skill in each repository to inspect the structure and generate consistent AGENTS.md and .opencode/opencode.jsonc files based on your customized prompts.

Can I customize repo-specific overrides for tests, logging, and CI?▼

Yes, you can customize repo-specific overrides by answering user prompts for tests, logging, CI, service boundaries, and deployment during the repo inspection and configuration generation process.

Do I need to manually update .opencode/opencode.jsonc when project structure changes?▼

No, you do not need to manually update .opencode/opencode.jsonc; run this skill after project structure changes to automatically inspect the repo and regenerate the configuration overrides.

Does this skill require any external dependencies to bootstrap repo configurations?▼

No external dependencies are required to bootstrap repo configurations; the skill operates independently to inspect the repository and generate AGENTS.md and opencode.jsonc files.

When should I not use automated agent configuration generation?▼

Avoid automated agent configuration generation if your repository requires highly bespoke, non-standard conventions that cannot be captured through standard structure inspection and prompt-driven customization.