romiluz13

126 mods across 9 repositories, 243 stars between them.

agent-common

25

romiluz13/cc10x

Skill Claude CodeCodex

Shared preamble loaded by all cc10x agents — memory protocol, contract format, output rules.

164 29d ago A 23 tokens original MIT

architecture

26

romiluz13/cc10x

Skill Claude CodeCodex

Greenfield architecture design: map functionality flows, draw components, design APIs, classify dependencies, plan observability. For multi-component, API, schema, auth, or integration-heavy work. For retrofitting existing code, use codebase-hygiene instead.

164 29d ago A 56 tokens original MIT

building

27

romiluz13/cc10x

Skill Claude CodeCodex

Implementation skill for writing production code with TDD. Covers the RED-GREEN-REFACTOR cycle, false-RED detection, vertical slicing, scope escalation, test process discipline, and code generation patterns. Loaded by component-builder and bug-investigator.

164 29d ago A 53 tokens original MIT

cc10x-guide

28

romiluz13/cc10x

Skill Claude CodeCodex

Answers questions about cc10x itself — what it is, how to install and configure it, how the router, workflows, memory, and hooks operate, and how to troubleshoot. Use this skill when: the user asks ABOUT cc10x — "what is cc10x", "how do I configure cc10x", "why isn't cc10x activating", "how do cc10x workflows work"…

164 29d ago A 231 tokens original MIT

cc10x-router

29

romiluz13/cc10x

Skill Claude CodeCodex

THE ONLY ENTRY POINT FOR CC10X. Activate this skill for build, debug, review, and plan requests. Use when the user asks to implement, fix, review, plan, test, refactor, or continue code work. Trigger keywords: build, implement, create, write, add, review, audit, debug, fix, error, bug, broken, plan, design, architect…

164 29d ago A 125 tokens original MIT

code-review

30

romiluz13/cc10x

Skill Claude CodeCodex

Two-mode skill: (1) adversarial review — spec compliance + code quality + security, confidence-scored findings with file:line evidence; (2) receiving review — verify-before- agreeing discipline for acting on external/human review feedback.

164 29d ago A 53 tokens original MIT

codebase-design

31

romiluz13/cc10x

Skill Claude CodeCodex

Canonical deep-module vocabulary (module, interface, depth, seam, adapter, leverage, locality) for designing a module's shape — a lot of behaviour behind a small interface at a clean seam, testable through that interface. The single source of truth for these terms; other skills (architecture, codebase-hygiene…

164 29d ago A 113 tokens original MIT

codebase-hygiene

32

romiluz13/cc10x

Skill Claude CodeCodex

Two-mode skill: (1) find semantic duplicates — functions doing the same thing under different names, invisible to copy-paste detectors; (2) deepen shallow modules — thin wrappers and pass-through layers that spread complexity. Advisory and read-only; changes route through BUILD with full gates.

164 29d ago A 67 tokens original MIT

debugging

33

romiluz13/cc10x

Skill Claude CodeCodex

Debugging discipline: feedback loop FIRST, root cause before fix, blast radius after fix. Covers the 10-rung construction ladder, LSP-powered tracing, hypothesis quality criteria, and four-phase investigation. Loaded by bug-investigator.

164 29d ago A 52 tokens original MIT

diff-driven-docs

34

romiluz13/cc10x

Skill Claude CodeCodex

Use when a BUILD phase completes, a commit is staged, or a PR is about to be created, and the diff has not yet been reflected in documentation. Also use when the user says "update docs", "sync docs", "document this", or asks whether documentation is up to date.

164 29d ago A 64 tokens original MIT

domain-modeling

35

romiluz13/cc10x

Skill Claude CodeCodex

Actively build and sharpen a project's domain model — challenge terms against the glossary, sharpen fuzzy language, stress-test with edge-case scenarios, update CONTEXT.md inline, and offer ADRs sparingly. The active discipline loaded by language-shaping agents (planner, doc-syncer, exploration). Builders load a…

164 29d ago A 108 tokens original MIT

exploration

36

romiluz13/cc10x

Skill Claude CodeCodex

Two-mode exploration skill: (1) design dialogue — turn rough ideas into validated designs through collaborative interview before planning; (2) spike — throwaway code answering ONE design question, deleted or absorbed, never shipped. Router invokes mode via dispatch context.

164 29d ago A 56 tokens original MIT

frontend

37

romiluz13/cc10x

Skill Claude CodeCodex

Two-mode frontend skill: (1) authoring — accessibility, responsive layout, loading/error states, performance, DESIGN.md authoring, visual direction; (2) critique — READ-only scored review of built UI against anchored rubric, AI-slop detection, two isolated assessments. Router invokes mode via context.

164 29d ago A 63 tokens original MIT

mcp-cli

38

romiluz13/cc10x

Skill Claude CodeCodex

Use when you need a one-off MCP server capability during research or debugging without permanently mounting it as a context-polluting integration.

164 29d ago A 30 tokens original MIT

memory-and-handoff

39

romiluz13/cc10x

Skill Claude CodeCodex

Two-mode skill: (1) session memory — load/persist durable workflow state under .cc10x/ (activeContext, patterns, progress) so context survives compaction; (2) handoff package — portable, secrets-redacted export for a coworker, different tool, or fresh non-cc10x session.

164 29d ago A 70 tokens original MIT

plan-review-gate

40

romiluz13/cc10x

Skill Claude CodeCodex

Use after saving a non-trivial plan or decision RFC when a fail-closed feasibility, completeness, and alignment review must block execution.

164 29d ago A 32 tokens original MIT

planning

41

romiluz13/cc10x

Skill Claude CodeCodex

Planning discipline for creating execution plans and decision RFCs. Covers task decomposition, context references, validation levels, risk-based testing, ADR format, plan completeness gate, and functionality flow mapping. Loaded by planner agent.

164 29d ago A 46 tokens original MIT

research

42

romiluz13/cc10x

Skill Claude CodeCodex

Internal skill. Synthesis guidance loaded via SKILLHINTS by planner and bug-investigator when research files are available.

164 29d ago A 26 tokens original MIT

romiluz13/cc10x

Skill Claude CodeCodex

Use when a git merge or rebase reports conflicts and the operation is in progress.

164 29d ago A 25 tokens original MIT

update

44

romiluz13/cc10x

Skill Claude CodeCodex

Safe cc10x upgrade that preserves local modifications. Stashes diffs, pulls upstream, rebuilds cache, rebases patches. Use this skill when: updating cc10x, upgrading, pulling latest cc10x, syncing plugin, refreshing cache, or checking for new versions. Triggers: update cc10x, upgrade cc10x, pull cc10x, sync plugin…

164 29d ago C 97 tokens original MIT

verification

45

romiluz13/cc10x

Skill Claude CodeCodex

Verification discipline: task completion is not goal achievement. Covers the gate function, self-critique gate, validation levels, evidence array protocol, and goal-backward lens. Loaded by integration-verifier, component-builder, and bug-investigator.

164 29d ago A 52 tokens original MIT

pi-skill

46

romiluz13/pi-agent-skills

Plugin Claude Code

Code-grounded Agent Skills for building with Pi (pi-mono). Covers all 7 packages: pi coding agent (workspace, extensions, packages, RPC/SDK, customization), pi-ai (multi-provider LLM API), pi-agent-core (agent runtime), pi-tui (terminal UI), pi-web-ui (web components), pi-mom (Slack bot), and pi-pods (vLLM GPU…

18 4mo ago A tokens not measured original MIT

romiluz13/pi-agent-skills

Instructions file CodexOpenCode

Instructions for romiluz13/pi-agent-skills, covering agent guidance (pi-skill repo), before you edit pi-skills/, before you edit pi-mono/ and corpus bump.

18 4mo ago A 584 tokens original MIT

pi-agent-embedding

48

romiluz13/pi-agent-skills

Skill Claude CodeCodex

@mariozechner/pi-agent-core Agent runtime — message flow, tool execution modes, event sequence for prompt() and continue(), embedding in apps. Use when building on Agent class, wiring subscribers, or debugging tool loops beside pi-ai. Use for "pi agent events", "beforeToolCall", "agent.subscribe", even if coding-agent…

18 4mo ago A 77 tokens original MIT