titusz

38 mods across 1 repository, 2 stars between them.

titusz-skills

01

titusz/skills

Plugin Claude Code

Plugin marketplace listing 13 plugins: get-youtube-transcript, python-code-simplifier, zensical-customizer, create-cli, docs-for-agents.

2 9d ago A tokens not measured original MIT

skills

02

titusz/skills

Settings file Claude Code

Agent settings configuring enabledPlugins, extraKnownMarketplaces.

2 9d ago A tokens not measured original MIT

address-feedback

03

titusz/skills

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.

2 9d ago A tokens not measured original MIT

address-feedback

04

titusz/skills

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…

2 9d ago A 203 tokens original MIT

create-cli

05

titusz/skills

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.

2 9d ago A tokens not measured original MIT

create-cli

06

titusz/skills

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…

2 9d ago A 73 tokens copy · 100% MIT

cybernetics

07

titusz/skills

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.

2 9d ago A tokens not measured original MIT

cybernetics

08

titusz/skills

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…

2 9d ago A 183 tokens original MIT

devcontainer-setup

09

titusz/skills

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…

2 9d ago A tokens not measured original MIT

devcontainer-setup

10

titusz/skills

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…

2 9d ago A 91 tokens original MIT

docs-for-agents

11

titusz/skills

Plugin Claude Code

Create and maintain prescriptive reference documentation optimized for AI coding agents.

2 9d ago A tokens not measured original MIT

docs-for-agents

12

titusz/skills

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…

2 9d ago A 123 tokens original MIT

evaluate-startup

13

titusz/skills

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.

2 9d ago A tokens not measured original MIT

evaluate-startup

14

titusz/skills

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…

2 9d ago A 156 tokens original MIT

titusz/skills

Plugin Claude Code

Fetch transcripts from YouTube videos using youtube-transcript-api.

2 9d ago A tokens not measured original MIT

titusz/skills

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…

2 9d ago A 76 tokens original MIT

high-stakes

17

titusz/skills

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…

2 9d ago A tokens not measured original MIT

high-stakes

18

titusz/skills

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…

2 9d ago A 173 tokens original MIT

long-horizon

19

titusz/skills

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…

2 9d ago A tokens not measured original MIT

advance

20

titusz/skills

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.

2 9d ago A 48 tokens original MIT

define-next

21

titusz/skills

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.

2 9d ago A 52 tokens original MIT

review

22

titusz/skills

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.

2 9d ago A 63 tokens original MIT

update-state

23

titusz/skills

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.

2 9d ago A 60 tokens original MIT

init

24

titusz/skills

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…

2 9d ago A 137 tokens original MIT