CassetteTapeCrackle

22 mods across 1 repository, 1 stars between them.

claude-starters

02

CassetteTapeCrackle/claude-starters

Plugin Claude Code

Token-lean project starters, on-demand clean-code skills, a scoped 76-agent library, and a cost-aware auto-launch orchestrator for Claude Code.

1 13d ago A tokens not measured original MIT

competitor-analyst

03

CassetteTapeCrackle/claude-starters

Agent

Use to survey existing solutions before building — what exists, how they solve it, their strengths/gaps/pricing, and where an opening is. Read-only research; cites sources.

1 13d ago A 42 tokens original MIT

demo-script-writer

04

CassetteTapeCrackle/claude-starters

Agent

Use to write a walkthrough/demo/video script for a project — a beat-by-beat outline that shows the value fast, with what to say and what to show. Produces the script.

1 13d ago A 43 tokens original MIT

dep-auditor

05

CassetteTapeCrackle/claude-starters

Agent

Use to audit a project's dependencies — pinned versions, committed lockfiles, and known-vulnerability exposure — across ecosystems (Cargo, npm/pnpm, pip/uv, go modules, etc.). Read-only; it reports, it does not modify.

1 13d ago A 54 tokens original MIT

idea-brainstormer

06

CassetteTapeCrackle/claude-starters

Agent

Use for divergent idea generation on any project or feature — produces many distinct concepts across the possibility space, then helps narrow. Generative counterpart to convergent design/brainstorming.

1 13d ago A 42 tokens original MIT

naming-agent

07

CassetteTapeCrackle/claude-starters

Agent

Use to name a product, plugin, feature, or module — generates candidates with rationale, checks for clashes/greppability, and recommends. Good for product names and code identifiers alike.

1 13d ago A 42 tokens original MIT

product-critic

08

CassetteTapeCrackle/claude-starters

Agent

Use to pressure-test a product/feature idea before building — differentiation, target user, scope, and the riskiest assumption. Attacks the concept (not the code); no praise.

1 13d ago A 42 tokens original MIT

release-copywriter

09

CassetteTapeCrackle/claude-starters

Agent

Use to write launch/store copy — plugin-store listings, landing-page headlines, feature bullets, and release announcements. Benefit-led, honest, matched to the audience. Produces the copy.

1 13d ago A 41 tokens original MIT

starter-author

10

CassetteTapeCrackle/claude-starters

Agent

Use to scaffold a new language/stack starter for the claude-starters system. Follows the repo's existing pattern (CLAUDE.md + manifest.json + content test), producing lean, agent-friendly rules rather than dogma.

1 13d ago A 50 tokens original MIT

SessionStart

12

CassetteTapeCrackle/claude-starters

Hook

Runs when a session starts, executing session-reflex.sh and detect-existing-stack.sh (2 commands). From CassetteTapeCrackle/claude-starters.

1 13d ago A tokens not measured original MIT

Stop

13

CassetteTapeCrackle/claude-starters

Hook

Runs when the agent finishes a response, executing stop-orchestrator.sh. From CassetteTapeCrackle/claude-starters.

1 13d ago A tokens not measured original MIT

agent-orchestration

14

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use to decide whether to delegate a task to a specialist agent, do it inline yourself, or skip — a cost/benefit policy over the project's scoped agents. Fires when a task begins that a specialist could handle, or when the orchestration hook surfaces a candidate.

1 13d ago A 59 tokens original MIT

clean-code-audio

15

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use when writing JUCE/audio DSP code — real-time-safety and DSP-specific idioms (parameter smoothing, block processing, branch-free loops, denormals, message↔audio-thread model). Complements clean-code-cpp.

1 13d ago A 52 tokens original MIT

clean-code-bash

16

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use when writing or reviewing shell scripts — deeper idioms (strict mode, quoting, traps, arrays, safe substitution, exit codes) beyond a shellcheck pass.

1 13d ago C 38 tokens original MIT

clean-code-c

17

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use when writing or reviewing C — deeper idioms (ownership discipline, bounded string ops, allocation checking, linkage, initialization) beyond clang-tidy.

1 13d ago A 34 tokens original MIT

clean-code-cpp

18

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use when writing or reviewing C++ code — deeper idioms beyond the basics (ownership, noexcept/constexpr discipline, span/stringview, error-handling policy, concrete-before-abstract).

1 13d ago A 42 tokens original MIT

clean-code-go

19

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use when writing or reviewing Go — deeper idioms (error wrapping, small interfaces at the consumer, context, goroutine lifecycle, avoiding interface{}).

1 13d ago A 34 tokens original MIT

clean-code-python

20

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use when writing or reviewing Python — deeper idioms (type hints, dataclasses/pydantic, no mutable defaults, EAFP, pathlib, context managers, comprehensions).

1 13d ago A 39 tokens original MIT

clean-code-rust

21

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use when writing or reviewing Rust — deeper idioms (ownership/borrows, error handling with thiserror/anyhow, avoiding unwrap and Rc , iterator style, newtypes).

1 13d ago A 44 tokens original MIT

clean-code-ts

22

CassetteTapeCrackle/claude-starters

Skill Claude CodeCodex

Use when writing or reviewing TypeScript — deeper idioms (eliminate any, discriminated unions, narrowing, exhaustiveness, schema-derived types, async correctness).

1 13d ago A 36 tokens original MIT