Setup Toolkit banner
stefan-jansen stefan-jansen

Setup Toolkit

Development community

Description

--- description: Initialize Claude Code configuration for a new project temperature: 0.0 --- You are helping set up Claude Code configuration for a project. # Project Setup Workflow ## Step 1: Detect Project Context First, examine the current directory to understand the project type: ```bash pwd ls -la ``` Look for indicators: - **Web project**: package.json, Django files (manage.py, settings.py), templates/ - **Python project**: pyproject.toml, setup.py, requirements.txt - **Quant/Trading

Installation

Installs to ~/.claude/skills/stefan-jansen-claude-code-toolkit-setup-toolkit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/stefan-jansen-claude-code-toolkit-setup-toolkit && curl -fsSL https://raw.githubusercontent.com/stefan-jansen/claude-code-toolkit/HEAD/commands/setup-toolkit.md -o ~/.claude/skills/stefan-jansen-claude-code-toolkit-setup-toolkit/SKILL.md

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

Full documentation available on GitHub

View Source Repository