CassetteTapeCrackle/claude-starters
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-starters.
CassetteTapeCrackle/claude-starters
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-starters.
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.
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.
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.
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.
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.
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.
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.
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.
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.
CassetteTapeCrackle/claude-starters
Command
Apply a language starter (git-ignored CLAUDE.md + framework lock) to the current project.
CassetteTapeCrackle/claude-starters
Hook
Runs when a session starts, executing session-reflex.sh and detect-existing-stack.sh (2 commands). From CassetteTapeCrackle/claude-starters.
CassetteTapeCrackle/claude-starters
Hook
Runs when the agent finishes a response, executing stop-orchestrator.sh. From CassetteTapeCrackle/claude-starters.
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.
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.
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.
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.
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).
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{}).
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).
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).
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).