Skip to content

A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.

Notifications You must be signed in to change notification settings

simfor99/get-shit-done

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

495 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Configuration

Personal configuration for Claude Code CLI.


📁 Structure

~/.claude/
├── CLAUDE.md                  # Global instructions & protocols
├── commands/                  # Custom slash commands (/end, etc.)
├── ralph-memory/              # Ralph Wiggum loop memory system
├── scripts/                   # Utility scripts
├── skills/                    # Custom skills & plugins
├── settings.json              # Claude Code settings
├── statusline-command.sh      # Statusline configuration
└── ide/                       # IDE integration (optional)

🚀 Key Features

Custom Commands

  • /end - Complete session finalization (wrap + cleanup + handoff)
    • Phase 1.8: Spec Verification (prevents incomplete commits)
    • Ralph Session Integration (auto-updates from Ralph memory)

Skills

  • spec-executor - Autonomous Spec execution via Ralph Loops
  • spec-creator - Create new Specs with templates
  • handoff-manager - Session handoff rotation
  • ralph-builder - Build Ralph Wiggum loops interactively
  • And more... (see skills/ directory)

Ralph Memory System

  • Session memory persistence
  • Safety rules tracking
  • Cost optimization learnings
  • Testing pattern catalog

🔒 Security

This repo does NOT contain:

  • .credentials.json (excluded via .gitignore)
  • Session history
  • Logs or debug files
  • Temporary state files

📝 Version

Last Updated: 2025-12-30 Claude Code Version: Compatible with latest stable release


📚 Documentation

  • CLAUDE.md - Full protocol documentation (WARUM, WIE, WANN)
  • commands/ - Command-specific docs
  • skills/*/README.md - Skill documentation

🛠️ Setup

  1. Clone this repo to ~/.claude/
  2. Ensure .credentials.json exists (NOT in repo - create manually)
  3. Review settings.json and adjust as needed
  4. Test with /end or other commands

🤝 Contributing

This is a personal configuration repo. Feel free to fork and adapt for your own use!


Generated for: Team Sanctum Maintained by: Claude Sonnet 4.5 + Simon

About

A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 50.0%
  • Shell 41.3%
  • TypeScript 5.1%
  • JavaScript 3.4%
  • Other 0.2%