Research codebase for existing patterns, similar implementations, and relevant files for PRD development. Use when analyzing a codebase to inform feature specifications.
Research external best practices, documentation, and code examples using Exa for PRD development. Use when gathering industry patterns and recommendations.
This skill should be used when the user asks about "parallel agents", "background tasks", "run_in_background", "non-blocking agents", "check agent progress", "TaskOutput", "retrieve agent results", or discusses running multiple agents concurrently. Covers patterns for launching agents in background, monitoring progress, and retrieving results.
Creates and manages Biome GritQL custom lint rules to enforce coding patterns. Use when creating linter rules, enforcing code conventions, preventing anti-patterns, or when the user mentions Biome, GritQL, custom lint rules, or AST-based linting.
Transform brain dumps into polished blog posts in Nick Nisi's voice. Use when the user wants to write a blog post with scattered ideas, talking points, and conclusions that need organization into a cohesive narrative with Nick's conversational, authentic, and thoughtful tone.
This skill should be used when implementing features from a PRD spec, tracking implementation progress, or resuming work across sessions. Covers Dex task management for PRD story execution, daily workflows, and skill auto-loading.
This skill should be used when the user asks for "browser tests", "playwright tests", "end-to-end testing", "test user flows", "E2E coverage", "integration tests for UI", "page object pattern", "/e2e command", or discusses automated browser testing. Covers the E2E test loop workflow, Playwright patterns, page objects, and selector strategies.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Personal collection of Claude Code tools and skills.
/plugin marketplace add SomtoUgeh/somto-dev-toolkit
/plugin install somto-dev-toolkit@somto-dev-toolkit
| Command | Description |
|---|---|
/prd | Deep interview to build PRD for features (4 phases, Dex integration) |
/complete | Run reviewers and mark Dex task complete |
/ut | Unit test coverage (2 phases, Dex integration) |
/e2e | Playwright E2E tests (2 phases, Dex integration) |
| Command | Description |
|---|---|
/cancel-prd | Cancel active PRD loop |
/cancel-ut | Cancel active unit test loop |
/cancel-e2e | Cancel active E2E test loop |
| Command | Description |
|---|---|
/ut-help | Explain the unit test loop technique |
/e2e-help | Explain the E2E test loop technique |
| Command | Description |
|---|---|
/setup-memory | Setup smart session memory system |
/deslop | Remove AI-generated code slop from branch |
/setup-git-guard | Install git safety guard hook |
/gwt | Manage git worktrees using sibling directories |
/setup-gwt | Install the gwt script |
| Agent | Description |
|---|---|
prd-codebase-researcher | Research codebase patterns for PRD development |
prd-external-researcher | Research external best practices using Exa |
| Skill | Description |
|---|---|
dex-workflow | Task-based feature implementation with Dex |
prd-workflow | PRD generation with 4-phase workflow |
unit-test-loop | Unit test coverage with Dex tracking |
e2e-test-loop | Playwright E2E tests with Dex tracking |
blog-post-writer | Transform brain dumps into polished blog posts |
technical-svg-diagrams | Generate clean, minimal SVG diagrams |
biome-gritql | GritQL patterns for Biome linting |
gwt | Git worktree management using sibling directories |
background-agents | Patterns for parallel background agents |
| Event | Purpose |
|---|---|
SessionStart | Initialize session state |
Stop | Enforce iterative workflows (ut/e2e/prd loops) |
SubagentStop | Validate research agent outputs |
PreToolUse | Git safety guard + memory injection (requires qmd) |
UserPromptSubmit | Fork suggestion for similar past sessions (requires qmd) |
/prd "add user authentication"
# Interview process generates spec with Implementation Stories
# Phase 4 creates Dex tasks automatically
# Work on tasks:
dex list --pending
/complete <task-id>
/ut "improve coverage for auth module" --target 80%
# Phase 1: Coverage analysis, identify gaps
# Phase 2: Create Dex tasks for each gap
# Work on tasks:
dex list --pending
/complete <task-id>
/e2e "add checkout flow tests"
# Phase 1: Flow analysis, identify critical paths
# Phase 2: Create Dex tasks per flow
# Work on tasks:
dex list --pending
/complete <task-id>
/setup-git-guard project # or 'user' for global
# One-time setup
/setup-memory
# Or manually:
brew install qmd # macOS
cargo install qmd # Linux/WSL
qmd init -c claude-sessions ~/.claude/qmd-sessions
./scripts/setup-scheduled-sync.sh
Once configured:
/plugin marketplace update
/plugin update somto-dev-toolkit@somto-dev-toolkit
| Platform | Status | Notes |
|---|---|---|
| macOS | Full | launchd for scheduling |
| Linux | Full | cron for scheduling |
| WSL | Full | cron (ensure sudo service cron start) |
MIT
npx claudepluginhub somtougeh/somto-dev-toolkitPersonal collection of Claude Code tools and skills
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
Autonomous development methodology: PRD interviews → agent execution → automated review
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
AI-powered agents for specialized development tasks
GitHub Spec-Kit integration for Specification-Driven Development - define WHAT and HOW before coding
Commands, agents, skills, and context for AI-assisted development workflows