Bootstrap Project banner
ntanner-ctrl ntanner-ctrl

Bootstrap Project

Development community

Description

--- description: Use when setting up ANY new project for claude-sail. Creates CLAUDE.md, detects integrations, installs hooks, agents, and commands matched to your stack. argument-hint: --force to overwrite existing, --skip-claude-md to keep existing docs, --type python|node|docker allowed-tools: - Read - Write - Glob - Grep - Bash - AskUserQuestion - Task --- # Project Bootstrap Complete claude-sail extensibility setup for any project. This command: 1. Analyzes your project stru

Installation

Installs to ~/.claude/skills/ntanner-ctrl-claude-sail-bootstrap-project/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ntanner-ctrl-claude-sail-bootstrap-project && curl -fsSL https://raw.githubusercontent.com/ntanner-ctrl/claude-sail/HEAD/commands/bootstrap-project.md -o ~/.claude/skills/ntanner-ctrl-claude-sail-bootstrap-project/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository