smith
Spec-driven development pipeline from idea to merged PR
All Skills in This Repository (26)
Pure Emerald Level Indicatorssmith-debug
Run a read-only diagnostic workflow and generate a structured debug report.
smith-vault
Browse Smith vault session logs, sub-agent memory, and queue status.
smith-new
Coordinate feature development from requirements gathering to autonomous build.
smith-build
Automate the end-to-end build workflow from requirements to merged PR and release notes.
smith-bugfix
Automate end-to-end bug fixes from invocation to merged PR.
smith-report
Generate client-facing project reports from vault logs, git history, specs, and audits.
smith-specify
Creates formal feature specifications from natural language descriptions.
smith-plan
Converts feature specifications into structured implementation plans and artifacts for software projects.
smith-bank
Save, retrieve, and manage banked ideas as markdown files with frontmatter.
smith
Initialize SpecKit scaffolding by scanning codebases and generating CLAUDE.md, constitution.md, and .specify files.
smith-explore
Audit codebases for cross-system touchpoints and conflicts before Smith changes.
smith-finish
Automate end-of-session Git workflows by committing, pushing, and merging to main.
Frequently Asked Questions
FAQPage SchemaHow to install Smith?▼
Run `npx skills add ATTCKDigital/smith --all -g -y` in your terminal to install all Smith commands globally. Then open any project and run /smith once to initialize it.
What does Smith do for my coding workflow?▼
Smith guides your coding session from idea to merged pull request: it gathers requirements, writes a spec and plan, breaks work into tasks, implements the code, runs tests, and opens the PR. Every step is saved as a plain-text file you can review and version-control.
Can Smith fix bugs automatically?▼
Yes. The /smith-bugfix command creates an isolated branch, applies the fix, runs tests, and merges a pull request without manual steps. For unknown issues, /smith-debug investigates first and produces a root-cause report.
Does Smith work with Claude Code?▼
Yes. Smith is built for Claude Code and installs as standard slash commands plus hooks that log sessions and block dangerous commands automatically.
Can Smith run tasks overnight?▼
Yes. You can queue tasks during the day with /smith-queue, and the optional scheduler processes them overnight in isolated git worktrees so your main workspace stays clean.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core