ATTCKDigitalATTCKDigitalOfficial·26 Agent Skills Included

smith

Spec-driven development pipeline from idea to merged PR

Turns vague feature ideas into structured specs, plans, and task lists, then builds, tests, and merges the code automatically. Eliminates untraceable code changes by logging every session, decision, and file edit into a searchable project vault. Adds security hooks, overnight task queues, and project indexing so work ships faster with full audit history.
npx skills add ATTCKDigital/smith --all -g -y

All Skills in This Repository (26)

Pure Emerald Level Indicators
📦 In Repo
ATTCKDigitalATTCKDigital

smith-debug

Run a read-only diagnostic workflow and generate a structured debug report.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-vault

Browse Smith vault session logs, sub-agent memory, and queue status.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-new

Coordinate feature development from requirements gathering to autonomous build.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-build

Automate the end-to-end build workflow from requirements to merged PR and release notes.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-bugfix

Automate end-to-end bug fixes from invocation to merged PR.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-report

Generate client-facing project reports from vault logs, git history, specs, and audits.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-specify

Creates formal feature specifications from natural language descriptions.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-plan

Converts feature specifications into structured implementation plans and artifacts for software projects.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-bank

Save, retrieve, and manage banked ideas as markdown files with frontmatter.

Official
Intermediate
📦 In Repo
ATTCKDigitalATTCKDigital

smith

Initialize SpecKit scaffolding by scanning codebases and generating CLAUDE.md, constitution.md, and .specify files.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-explore

Audit codebases for cross-system touchpoints and conflicts before Smith changes.

Official
Advanced
📦 In Repo
ATTCKDigitalATTCKDigital

smith-finish

Automate end-of-session Git workflows by committing, pushing, and merging to main.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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