victusfate

59 mods across 1 repository, 6 stars between them.

voice-chat

25

victusfate/scaffold

Skill Claude CodeCodex

Hands-free, headphones-only voice loop for the coding agent — you speak, whisper.cpp transcribes, claude -p runs with full tools at flat-rate under your Claude Code subscription, and a local TTS backend (macOS say, espeak-ng, Piper, or an XTTS voice-clone) speaks the reply. Cross-platform (macOS/Linux/WSL); everything…

6 10d ago A 114 tokens original MIT

SessionStart

26

victusfate/scaffold

Hook Claude Code

Runs when a session starts, executing hook.sh via bash. From victusfate/scaffold.

6 10d ago A tokens not measured copy · 86% MIT

PreToolUse

27

victusfate/scaffold

Hook Claude Code

Runs before the agent uses a tool for Read tool calls, executing hook.sh. From victusfate/scaffold.

6 10d ago A tokens not measured original MIT

PostCompact

28

victusfate/scaffold

Hook Claude Code

Runs after the context is compacted, executing compact.sh via bash. From victusfate/scaffold.

6 10d ago A tokens not measured original MIT

scaffold

29

victusfate/scaffold

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, PreToolUse, PostCompact).

6 10d ago A tokens not measured original MIT

improve

30

victusfate/scaffold

Skill Claude CodeCodex

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security…

6 10d ago B 102 tokens copy · 100% MIT

add-linter

31

victusfate/scaffold

Cursor rule Cursor

Add linter configs and GitHub Actions workflows for languages detected in the current repo. Use when the user wants to add linters, set up code quality checks, or after sync-scaffold suggests running /add-linter.

6 10d ago A 45 tokens original MIT

agents

32

victusfate/scaffold

Cursor rule Cursor

Enforce AGENTS.md (feature chain, MVD, PR workflow).

6 10d ago A 106 tokens original MIT

audit

33

victusfate/scaffold

Cursor rule Cursor

Score source files against the four rubric dimensions (Quality, Readability, Encapsulation, Clarity), ranked worst-first with cited violations. Accepts an optional path and --fix flag.

6 10d ago A 37 tokens original MIT

code-refiner

34

victusfate/scaffold

Cursor rule Cursor

Composite review-and-fix for the current diff — run the correctness review (validate) and structural-quality review (simplify) in parallel, merge their findings, then apply all fixes in a single serial pass and re-verify. Supports --effort, --fix, --comment. For a full-repo survey use /audit.

6 10d ago A 67 tokens original MIT

council

35

victusfate/scaffold

Cursor rule Cursor

Run a high-stakes decision through a council of five persona-diverse advisors (Contrarian, First-Principles, Expansionist, Outsider, Executor) in parallel, then anonymized peer review, then a chairman synthesis of where they agree, clash, and what to do. Use for real tradeoffs ("council this", "pressure-test this"…

6 10d ago A 88 tokens original MIT

create-pr

36

victusfate/scaffold

Cursor rule Cursor

Create a pull request for the current branch and immediately subscribe to PR activity. Use when the user wants to open a PR, submit changes for review, or push and create a pull request.

6 10d ago A 38 tokens original MIT

design-review

37

victusfate/scaffold

Cursor rule Cursor

Review design.md for structural quality — abstraction discipline, vocabulary precision, bounded logic, simplicity. Auto-fixes when called from the chain; shows findings for approval when called standalone.

6 10d ago A 35 tokens original MIT

diagram

38

victusfate/scaffold

Cursor rule Cursor

Generate or update a mermaid diagram with the .mmd text as source of truth — defaults to a lightweight zero-dependency Node live-preview server that watches the .mmd and hot-reloads a browser tab (pan/zoom), with a self-hosted mermaid.live editor via Docker, system-viewer SVG, VS Code live preview, or a public…

6 10d ago A 133 tokens original MIT

feature-chain

39

victusfate/scaffold

Cursor rule Cursor

Use when the user wants to build a new feature, implement a new capability, add functionality, or start a development task from scratch. Runs design Q&A → PRD → TDD → review automatically.

6 10d ago A 41 tokens original MIT

frontend-design

40

victusfate/scaffold

Cursor rule Cursor

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

6 10d ago A 40 tokens original MIT

grill-with-docs

41

victusfate/scaffold

Cursor rule Cursor

Use when the user wants to stress-test a plan or feature idea, sharpen terminology, or resolve design decisions through Q&A before writing any code.

6 10d ago A 29 tokens original MIT

hoist-skill

42

victusfate/scaffold

Cursor rule Cursor

Export scaffold skills into another repo in the target harness format. Use when the user wants to add scaffold skills to a project, export capabilities, copy skills to another repo, or run hoist-skill.

6 10d ago A 41 tokens original MIT

pause

43

victusfate/scaffold

Cursor rule Cursor

Checkpoint the session into git so it survives a close and resumes from any device. Use on "pause", "checkpoint", "cache this session", "save my place", or "I'm stepping away" — writes a handoff, commits work in flight, and pushes.

6 10d ago A 54 tokens original MIT

ponytail

44

victusfate/scaffold

Cursor rule Cursor

Lazy-senior-dev generation mode — force the simplest working solution (YAGNI, stdlib first, no unrequested abstractions).

6 10d ago A 28 tokens original MIT

protect-branch

45

victusfate/scaffold

Cursor rule Cursor

Open GitHub branch protection settings for the current repo and show the full configuration checklist — restrict pushes, block force pushes, require PRs, require status checks. All items are idempotent. Use when the user wants to set up, configure, or verify branch protection on main.

6 10d ago A 57 tokens original MIT

prune

46

victusfate/scaffold

Cursor rule Cursor

Run all quality lenses (validate, simplify), aggregate findings into a design doc, then drive the full feature chain (PRD → TDD → PR) to fix them systematically.

6 10d ago A 36 tokens original MIT

queue

47

victusfate/scaffold

Cursor rule Cursor

A visible, editable Markdown work queue that agents drain autonomously — one task at a time or fanned out across parallel git worktrees — running each as a quick chore or the full feature-chain (design→prd→tdd→refine) with no user input. Use to queue, prioritize, stop/restart, seed from in-memory items, or…

6 10d ago A 81 tokens original MIT

resume

48

victusfate/scaffold

Cursor rule Cursor

Resume a checkpointed session from the pushed handoff and continue where it left off. Use on "resume", "pick up where I left off", "continue from the handoff", or starting cold on another device — pulls, reads .pause/handoff.md, and keeps going.

6 10d ago A 57 tokens original MIT