nicodiansk

18 mods across 1 repository, 2 stars between them.

turbocharge

01

nicodiansk/turbocharge

Plugin Claude Code

Plugin marketplace listing 1 plugin: turbocharge.

2 1mo ago A tokens not measured original MIT

turbocharge

02

nicodiansk/turbocharge

Plugin Claude Code

Engineering team orchestration for Claude Code. 10 skills, 5 agents, 1 hook — single pipeline from brainstorm to shipped code.

2 1mo ago A tokens not measured original MIT

nicodiansk/turbocharge

Instructions file

Instructions for nicodiansk/turbocharge, covering claude.md, project context, what this project is, architecture and the pipeline.

2 1mo ago A 1,291 tokens original MIT

builder

04

nicodiansk/turbocharge

Agent

Implements tasks following TDD. Use proactively when a plan task needs implementation. Builds features methodically: asks questions → implements with tests → self-reviews → commits. Always externalizes decisions to files. Use for any discrete coding task.

2 1mo ago A 51 tokens original MIT

code-reviewer

05

nicodiansk/turbocharge

Agent

Senior holistic reviewer for pre-merge assessment. Reviews entire git diff against the original plan for architecture alignment, design quality, and production readiness. Run ONCE after ALL tasks complete, not per-task. Reports merge readiness with reasoning.

2 1mo ago A 51 tokens original MIT

planner

06

nicodiansk/turbocharge

Agent

Creates detailed implementation plans with bite-sized tasks. Breaks work into 2-5 minute tasks with exact file paths, complete code, and verification commands. Use when requirements are clear and need systematic task breakdown.

2 1mo ago A 44 tokens original MIT

researcher

07

nicodiansk/turbocharge

Agent

Deep codebase exploration and context gathering. Use proactively when understanding existing code, finding patterns, investigating architecture, or gathering context before planning. Fast, read-only, runs in background by default.

2 1mo ago A 43 tokens original MIT

task-reviewer

08

nicodiansk/turbocharge

Agent

Reviews a single task's diff once and emits two verdicts: Spec compliance and Quality. Use proactively after builder completes a task in --reviewed mode. Reads the actual diff — does NOT trust builder reports. Replaces the former spec-reviewer + quality-reviewer pair (one spawn, one diff-load).

2 1mo ago A 68 tokens original MIT

SessionStart

09

nicodiansk/turbocharge

Hook

Runs when a session starts, executing session-start.sh via bash. From nicodiansk/turbocharge.

2 1mo ago A tokens not measured copy · 56% MIT

atlas

10

nicodiansk/turbocharge

Skill Claude CodeCodex

Generate or update a semantic domain map (ATLAS.md) for the project. Maps where to look, entry points, module purposes, key symbols, and integration points. Complements codemap's structural index with the domain knowledge layer.

2 1mo ago A 49 tokens original MIT

brainstorm

11

nicodiansk/turbocharge

Skill Claude CodeCodex

Use when starting creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements through Socratic dialogue before any implementation.

2 1mo ago A 34 tokens original MIT

debug

12

nicodiansk/turbocharge

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior. Enforces systematic root-cause investigation before proposing fixes. Prevents guess-and-check debugging.

2 1mo ago A 33 tokens original MIT

plan

13

nicodiansk/turbocharge

Skill Claude CodeCodex

Use when you have stories or clear requirements that need to become an implementation plan with bite-sized tasks, exact file paths, complete code, and verification commands.

2 1mo ago A 33 tokens original MIT

review

14

nicodiansk/turbocharge

Skill Claude CodeCodex

Use before merging to verify completed work meets requirements and quality standards. Dispatches code-reviewer for holistic assessment of the full git diff against the original plan.

2 1mo ago A 33 tokens original MIT

setup

15

nicodiansk/turbocharge

Skill Claude CodeCodex

Run once after installing turbocharge. Audits global config for conflicts — duplicate agents, competing skills, stale rules — and offers to fix them. Also validates turbocharge plugin health.

2 1mo ago B 38 tokens original MIT

ship

16

nicodiansk/turbocharge

Skill Claude CodeCodex

Use when implementation and review are complete and you need to integrate the work. Verifies tests, presents structured options for merge, PR, keep, or discard, and handles cleanup.

2 1mo ago A 38 tokens original MIT

story

17

nicodiansk/turbocharge

Skill Claude CodeCodex

Use when you have requirements, PRDs, or feature descriptions that need to become implementable work. Transforms requirements into INVEST-compliant user stories with testable acceptance criteria.

2 1mo ago A 37 tokens original MIT

wrap

18

nicodiansk/turbocharge

Skill Claude CodeCodex

Use when ending a session, taking a break, or context is getting full. Captures session state, decisions, and generates a resume prompt for the next session. Critical for multi-session continuity.

2 1mo ago A 41 tokens original MIT