cat project.json
At a glance
- Creator and maintainer: Seth Hobson (wshobson)
- Current scope: 57 commands: 15 workflows and 42 tools
- Runtime: Claude Code
- Format: Markdown slash-command definitions
- License: MIT
cat execution-model.md
Workflows and tools
Workflows coordinate several specialist agents around a larger outcome such as feature delivery, incident response, or security hardening. Focused tools address bounded operations such as scaffolding an API, auditing accessibility, generating tests, or reviewing a data pipeline.
The distinction makes the collection useful at two scales: a workflow can own a multi-step result, while a single command can perform a narrow task without unnecessary orchestration.
ls examples/
Representative uses
| Command area | What it supports |
|---|---|
| Feature development | Architecture, implementation, testing, review, and delivery coordination |
| Security hardening | Threat analysis, vulnerability remediation, and validation |
| Incident response | Diagnosis, mitigation planning, and operational follow-through |
| API scaffolding | Focused setup for service interfaces and implementation structure |
| Data pipelines | Design and review of ingestion, transformation, and delivery workflows |
| Accessibility | Targeted audits of web interface accessibility |
run install
Install the command library
The repository can be installed directly into Claude Code's command directory:
cd ~/.claude
git clone https://github.com/wshobson/commands.git
The Agentic Plugin Marketplace is the broader, multi-harness successor when a task needs packaged agents, skills, commands, and orchestrators together.
ls related/