toolkit-setup

Automates post-bootstrap toolkit configuration by detecting stacks and generating config files.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/donygeorge/claude-toolkit --skill toolkit-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toolkit-setup
Source: https://github.com/donygeorge/claude-toolkit/tree/main/skills/toolkit-setup
Command: npx skills add https://github.com/donygeorge/claude-toolkit --skill toolkit-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After bootstrap, configure and validate the Claude Toolkit for your project by auto-detecting stacks and commands, then generating toolkit.toml and CLAUDE.md.

Core Features & Use Cases

  • Auto-detect project stacks and commands and adapt toolkit settings.
  • Generate toolkit.toml and CLAUDE.md and run end-to-end validation.
  • Reconfigure after stack changes or bootstrap updates to keep the project aligned with the toolkit.

Quick Start

Configure the toolkit for the current project state.

Frequently Asked Questions about toolkit-setup

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

FAQPage Schema
How do I auto-configure Claude Toolkit after bootstrap?

Auto-configure Claude Toolkit by running the detection script to identify project stacks and commands, then generating toolkit.toml and CLAUDE.md files with validated settings.

What is the best way to generate toolkit.toml and CLAUDE.md for my project?

Generate toolkit.toml and CLAUDE.md by auto-detecting your project stacks and commands, validating the derived settings, and writing the configuration files while preserving existing project files.

Can I reconfigure toolkit settings after changing my project stacks?

Reconfigure toolkit settings after stack changes by re-running the detection script to derive updated commands, then generating new validated toolkit.toml and CLAUDE.md files.

Does the Claude Toolkit setup validate detected stacks and commands?

The Claude Toolkit setup validates detected stacks and commands by running the generate-settings and validate scripts end-to-end before writing the final configuration files.

Will auto-detecting project stacks overwrite my existing files?

Auto-detecting project stacks preserves your existing user project files while writing the generated toolkit.toml and CLAUDE.md configurations.

When do I need to run toolkit configuration validation?

Run toolkit configuration validation after installing the toolkit subtree, after bootstrap updates, or whenever you change project stacks and commands to keep settings aligned.