Plugin Claude Code
Plugin marketplace listing 13 plugins: get-youtube-transcript, python-code-simplifier, zensical-customizer, create-cli, docs-for-agents.
Plugin Claude Code
Plugin marketplace listing 13 plugins: get-youtube-transcript, python-code-simplifier, zensical-customizer, create-cli, docs-for-agents.
Settings file Claude Code
Agent settings configuring enabledPlugins, extraKnownMarketplaces.
Plugin Claude Code
Triage and act on a code review without assuming the reviewer is right — verify each item against the actual code, apply the small/valid/uncontested fixes directly, escalate load-bearing or risky ones to the user as grounded options, then run the project's quality gates before reporting.
Skill Claude CodeCodex
Triage and act on a code review. Takes reviewer feedback — from a human, a PR, or an external agent that lacked your plan and chat history — and works through it without assuming the reviewer is right. Verifies each item against the actual current code, applies the straightforward, valid, relevant, small, and…
Plugin Claude Code
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior.
Skill Claude CodeCodex
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you're designing a CLI spec (before implementation) or refactoring an existing CLI's surface area for consistency…
Plugin Claude Code
Review an idea, concept, system, or problem against Frederic Vester's 8 bio-cybernetic rules — map its feedback loops, score each rule (aligned/at-risk/violated), surface the highest-leverage fixes, and judge whether the design is viable or headed for runaway growth, brittleness, or collapse.
Skill Claude CodeCodex
Review an idea, concept, system, challenge, or problem against the 8 rules of bio-cybernetics (Frederic Vester) and report on its viability. Maps the subject's feedback loops, scores each of the 8 rules (aligned / at-risk / violated), surfaces the 2-3 highest-leverage fixes, and judges whether the design is…
Plugin Claude Code
Generate a complete, cross-platform .devcontainer setup for any project: host git/Claude Code/Codex credentials mounted in and ready to go, mise as tool-version manager and task runner, language-tailored toolchains and caches, a doctor check/repair command, Anthropic cloud (claude.ai/code) bootstrap, and graceful…
Skill Claude CodeCodex
Generate or upgrade a complete .devcontainer setup: host git, Claude Code, and Codex credentials mounted in, toolchains pinned via mise, a doctor check/repair command, Anthropic cloud bootstrap, and zero secrets in committed files. Cross-platform (Windows/macOS/Linux hosts), editor-agnostic (Zed, VS Code, devcontainer…
Plugin Claude Code
Create and maintain prescriptive reference documentation optimized for AI coding agents.
Skill Claude CodeCodex
Create and maintain a "For Coding Agents" reference page in project documentation. Generates dense, prescriptive documentation optimized for AI coding agents — architecture maps, decision dispatch tables, constraints catalogs, side effects matrices, task recipes, change playbooks, and common mistakes. Use when asked…
Plugin Claude Code
Run a rigorous, research-backed evaluation of a startup or business idea — adaptive founder interview, parallel deep research, adversarial fact-checking, a scored analysis.json separating attractiveness from conviction, a polished standalone HTML report, and a searchable index across all evaluations.
Skill Claude CodeCodex
Run a rigorous, research-backed evaluation of a startup or business idea and produce a scored analysis.json, a polished standalone HTML report, and a searchable index of all evaluations. Use whenever the user wants to evaluate, score, vet, compare, or stress-test a startup idea, business opportunity, product concept…
Plugin Claude Code
Fetch transcripts from YouTube videos using youtube-transcript-api.
Skill Claude CodeCodex
Fetch transcripts and subtitles from YouTube videos. Use when users want to get, download, extract, or read a YouTube video transcript or subtitles. Triggers on "get transcript", "youtube transcript", "fetch subtitles", "transcribe video", "video transcript", "what does this video say". Requires uvx with…
Plugin Claude Code
Produce a reliable, high-stakes-grade result for any task by treating the work as guilty until independent skeptics fail to break it — runs a dynamic many-subagent adversarial-verification Workflow that hunts ten specific failure modes (silent assumptions, hidden inconsistencies, sycophancy, subtle conceptual errors…
Skill Claude CodeCodex
Produce a reliable, high-stakes-grade result for ANY task — code, writing, research, ops — by treating the work as guilty until independent skeptics fail to break it. Runs the task through a dynamic many-subagent adversarial-verification Workflow that hunts for ten specific failure modes (silent assumptions, unmanaged…
Plugin Claude Code
Continuous Iterative Development (CID) for long-horizon projects: an autonomous loop of four fresh-context roles (update-state, define-next, advance, review) that advances a project in small verified increments toward a human-owned target, self-determines its phase (new/poc/mvp/stable), adjusts rigor per phase, and…
Agent
CID implementer — execute exactly the work package defined in next.md, with tests matching the current project phase, and hand off to review. Spawned by the long-horizon build skill as the third role of a CID iteration.
Agent
CID step scoper — define exactly one small, verifiable work package that advances the project toward its target, sized and shaped by the current project phase. Spawned by the long-horizon build skill as the second role of a CID iteration.
Agent
CID reviewer — independently verify the advance work against the work package and the quality gates, curate the learnings ledger, manage issues, set the verdict and loop signal, append the journal row, and push on PASS. Spawned by the long-horizon build skill as the fourth role of a CID iteration.
Agent
CID state assessor — produce an honest, verified snapshot of where the project stands relative to its target, determine the current project phase (new/poc/mvp/stable), and detect convergence drift. Spawned by the long-horizon build skill as the first role of a CID iteration.
Skill Claude CodeCodex
Set up a project for Continuous Iterative Development (CID): interview the user about the goal, stack, quality gate, and milestones; draft a target.md with runnable Verify criteria; and scaffold the CID context pack at .cid/ so the /long-horizon:build loop can run. Invoked explicitly via /long-horizon:init — model…