ATTCKDigital

40 mods across 1 repository, 52 stars between them.

smith

01

ATTCKDigital/smith

Plugin Claude Code

Spec-driven development for Claude Code — requirements, plans, and tasks that ship as working code.

52 1mo ago A tokens not measured original MIT

smith-analyze

02

ATTCKDigital/smith

Skill Claude CodeCodex

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

52 1mo ago A 30 tokens original MIT

smith-audit

03

ATTCKDigital/smith

Skill Claude CodeCodex

Run a comprehensive audit on a specific system or all systems. Prompts for system selection, then runs all sub-audits and produces a unified report.

52 1mo ago A 35 tokens original MIT

smith-bank

04

ATTCKDigital/smith

Skill Claude CodeCodex

Captures ideas mid-conversation and stores them in the vault for later processing. Use when the user wants to save an idea, park a thought, or come back to something later. Supports listing, processing, editing, and prioritizing banked ideas.

52 1mo ago A 54 tokens original MIT

smith-bugfix

05

ATTCKDigital/smith

Skill Claude CodeCodex

Lightweight fix workflow for bugs and small changes. Autonomous from invocation through merged PR — no questions gate, no spec generation, no planning phase.

52 1mo ago A 34 tokens original MIT

smith-build

06

ATTCKDigital/smith

Skill Claude CodeCodex

Autonomous build phase — generates tasks, implements, tests, commits, pushes, merges, and produces release notes. Runs without user interaction.

52 1mo ago A 31 tokens original MIT

smith-checklist

07

ATTCKDigital/smith

Skill Claude CodeCodex

Generate a custom checklist for the current feature based on user requirements.

52 1mo ago A 17 tokens copy · 84% MIT

smith-clarify

08

ATTCKDigital/smith

Skill Claude CodeCodex

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

52 1mo ago A 32 tokens original MIT

smith-constitution

09

ATTCKDigital/smith

Skill Claude CodeCodex

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

52 1mo ago A 25 tokens original MIT

smith-debug

10

ATTCKDigital/smith

Skill Claude CodeCodex

Diagnostic workflow that systematically gathers evidence, identifies root causes, and produces a structured debug report. Read-only — does not modify code. Output feeds into /smith-bugfix if a fix is needed.

52 1mo ago A 43 tokens original MIT

smith-explore

11

ATTCKDigital/smith

Skill Claude CodeCodex

Pre-change exploration — audits codebase for system-wide impacts, identifies touch points, and surfaces conflicts before proceeding with smith-new or other workflows.

52 1mo ago B 32 tokens original MIT

smith-finish

12

ATTCKDigital/smith

Skill Claude CodeCodex

End-of-session workflow that commits, pushes, merges to main, updates specs, and cleans up the workspace.

52 1mo ago A 26 tokens original MIT

smith-help

13

ATTCKDigital/smith

Skill Claude CodeCodex

Central reference for all Smith commands — overview, detailed help per command, syntax, flags, and workflow context.

52 1mo ago A 25 tokens original MIT

smith-implement

14

ATTCKDigital/smith

Skill Claude CodeCodex

Execute the implementation plan by processing and executing all tasks defined in tasks.md.

52 1mo ago A 18 tokens original MIT

smith-index

15

ATTCKDigital/smith

Skill Claude CodeCodex

Build and maintain the project manifest under .smith/index/. Full rebuild scans every source file, runs language parsers, and writes per-file .meta, per-system manifests, and a top-level summary. Supports --check (hash-only staleness), --system (partial rebuild), --incremental (git-diff scope), --describe (per-file…

52 1mo ago A 109 tokens original MIT

smith-ledger

16

ATTCKDigital/smith

Skill Claude CodeCodex

Browse, search, and manage the Smith Ledger — the accumulated patterns, antipatterns, tool preferences, and edge cases learned from past workflows. Use to review what Smith has learned, search for relevant patterns, prune outdated entries, or inspect the Ledger's evolution over time.

52 1mo ago A 59 tokens original MIT

smith-migrate-specs

17

ATTCKDigital/smith

Skill Claude CodeCodex

One-time migration of existing flat spec folders into the system-based hierarchy under .specify/systems/.

52 1mo ago A 26 tokens original MIT

ATTCKDigital/smith

Skill Claude CodeCodex

One-time migration to add paths: YAML frontmatter to existing .specify/systems/ /spec.md files. Scans prose for path-like references (services/ /, backend/ /, frontend/ /, etc.), proposes a per-system list, and writes accepted frontmatter ABOVE the existing body. Use when a project grew system specs as prose and you…

52 1mo ago A 102 tokens original MIT

smith-navigate

19

ATTCKDigital/smith

Skill Claude CodeCodex

Manifest navigator. Returns must-read / should-read / reference file lists for a given task description by reading .smith/index/. Designed to be invoked by context-loader.sh hook AND directly by users (/smith-navigate "where is auth?"). Runs as a Haiku 4.5 sub-agent with a 3-second budget.

52 1mo ago A 70 tokens original MIT

smith-new

20

ATTCKDigital/smith

Skill Claude CodeCodex

Start a new feature from scratch or from conversation context. Conversational requirements gathering, planning, questions gate, then fully autonomous build.

52 1mo ago A 29 tokens original MIT

smith-plan

21

ATTCKDigital/smith

Skill Claude CodeCodex

Execute the implementation planning workflow using the plan template to generate design artifacts.

52 1mo ago A 17 tokens original MIT

smith-queue

22

ATTCKDigital/smith

Skill Claude CodeCodex

Manage a deferred task queue — add, list, process, remove, batch-execute, schedule, prioritize, and browse history of tasks stored in the vault.

52 1mo ago A 36 tokens original MIT

smith-reflect

23

ATTCKDigital/smith

Skill Claude CodeCodex

Analyzes a completed Smith workflow (build, bugfix, audit) and extracts lessons about what worked and what didn't. Updates the Ledger with new patterns and antipatterns. Use after a workflow completes or fails, or manually to review recent work.

52 1mo ago A 54 tokens original MIT

smith-report

24

ATTCKDigital/smith

Skill Claude CodeCodex

Generate client-facing project reports from vault data — progress updates, decision logs, spec changelogs, or full audit reports.

52 1mo ago A 28 tokens original MIT