Help us improve
Share bugs, ideas, or general feedback.
Stefan Schimanski's Claude Code skills
npx claudepluginhub sttts/skillsBeads issue tracking workflow integration for Claude Code
Git worktree management for Claude Code
Record prompts to git notes and MR/PR descriptions
Tilt local development and e2e testing for Claude Code
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Claude Code skills for local issue tracking with beads, git worktree management, and prompt recording.
# Add the marketplace
/plugin marketplace add https://github.com/sttts/skills.git
# Install plugins
/plugin install sttts-beads
/plugin install sttts-worktree
/plugin install sttts-prompt-recording
Local issue tracking workflow integration using the beads CLI.
Triggers on: bd, beads, what's next, add task, add epic, or issue tracking questions
Requires: .beads directory in project root (run bd init to create)
bd prime at session start for AI-optimized contextUse the pattern <prefix>-<epic>-<task>:
prefix: domain area (e.g., infra, api, ui)epic: one or two keywords for the epictask: one keyword for the specific task# Create a task
bd create "Allow blueprints to run in plan only mode" --id infra-blueprint-planonly --type task
# Create an epic
bd create "Expose Terraform errors to conditions" --id infra-tferrors --type epic
# Create a task under an epic
bd create "Phase 1: Enable log subresource" --id infra-tferrors-logsub --type task --parent infra-tferrors
When ending a session, the skill ensures:
Git worktree management with three skills:
/sttts-worktree:worktree (auto-triggered)Git worktree commands and usage reference.
Triggers on: worktree, worktrees, create worktree, git worktree
/sttts-worktree:worktree-workflow (explicit only)Opinionated workflow using .git/checkouts/ convention. Must be loaded explicitly.
.git/checkouts/Enable per-repo:
git config --local claude.worktrees true
/sttts-worktree:prune-worktrees (auto-triggered)Clean up worktrees whose branches have been merged. Works with both GitLab (glab) and GitHub (gh).
Triggers on: prune worktrees, cleanup worktrees, remove merged worktrees
Record cleaned-up prompts attached to commits (via git notes) and MR/PR descriptions.
Triggers on: record prompt, prompt recording, log prompts
refs/notes/prompts) - Per-commit prompt history in structured JSONgit config --local claude.promptRecording trueglab) and GitHub (gh)git config --local claude.promptRecording true
# Start a session
bd prime
# Check what to work on
What's next?
# Create a new task
Add task: Implement user authentication
# Create a worktree for an epic
Create a worktree for the auth-refactor epic
# Clean up merged worktrees
/prune-worktrees
# Enable prompt recording
/prompt-recording
# End a session
Land the plane
glab or gh CLI installed (for sttts-worktree prune)MIT