session-init

Solid

Internal skill for session initialization. Loads craftsman context and checks configuration.

AI & Automation 35 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Craftsman Session Initialized Welcome to **AI Craftsman Superpowers**. ## Configuration Check **First, check if setup has been completed:** ```bash cat ~/.claude/.craft-config.yml 2>/dev/null ``` ### If config file NOT found: Display this warning: ``` Setup Required AI Craftsman Superpowers is installed but not configured. Run /craftsman:setup to: - Set your profile (name, DISC type) - Enable bias protection - Select technology packs (Symfony, React, AI) Core commands are available, but pack-specific commands require setup to enable the appropriate packs. ``` Then show only core commands (see below). ### If config file found: Parse the YAML and display personalized greeting: ``` Welcome back, {profile.name}! Your Profile: DISC Type: {profile.disc_type} Bias Protection: {profile.biases} Enabled Packs: {list enabled packs} ``` Then show commands based on enabled packs. --- ## Available Commands ### Core (Always Available) | Command | Purpose | |---------|---------| | `/craftsman:setup` | Configure or reconfigure the plugin | | `/craftsman:design` | DDD design with challenge phases | | `/craftsman:debug` | Systematic debugging (ReAct pattern) | | `/craftsman:plan` | Structured planning & execution | | `/craftsman:challenge` | Architecture review | | `/craftsman:verify` | Evidence-based verification | | `/craftsman:spec` | Specification-first (TDD/BDD) | | `/craftsman:refactor` | Systematic refactoring | | `/craftsman:test` | Pragmatic testing | | `/cra...

Details

Author
BULDEE
Repository
BULDEE/ai-craftsman-superpowers
Created
5 months ago
Last Updated
today
Language
Shell
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category