Skill Claude CodeCodex
A fiction-editing skill that looks for writing patterns associated with AI-generated prose, such as ready-made metaphors, over-explanation, implausible physical details, and repetitive rhythm.
Skill Claude CodeCodex
A fiction-editing skill that looks for writing patterns associated with AI-generated prose, such as ready-made metaphors, over-explanation, implausible physical details, and repetitive rhythm.
Skill Claude CodeCodex
A document-checking guide for finding contradictions, unclear reasoning, and inconsistent terminology within or across Markdown files. It can check one file, several files, or all Markdown files in a directory.
Skill Claude CodeCodex
A set of rules for writing and reviewing natural-sounding Russian text. It focuses on technical and workplace writing that should read like it was written by a fluent person rather than translated by AI.
Skill Claude CodeCodex
A resolver and executor for DPF and LPF competency packages. It finds a package by its ID and runs it either as reference knowledge or as a defined procedure with a typed result.
Skill Claude CodeCodex
A workflow for creating and improving DPFs, structured collections of principles for a specific capability. It includes a method, templates, role packages, and a six-phase authoring pipeline.
Skill Claude CodeCodex
A setup skill that adds an end-of-session ritual to a project, including a worked-evidence step for recording what happened against its DPF/LPF frameworks.
Skill Claude CodeCodex
This skill should be used when the user asks to "integrate FPF", "add FPF to project", "FPF audit", "review decisions with FPF", "check evidence quality", "add decay mechanism", "check cognitive biases in decisions", "add FPF checklists to roles", "NQD check", "alternatives check", "evidence graph review", "bounded…
Skill Claude CodeCodex
A software-development method focused on simple structure, early failure, clear names, honest errors, and easier maintenance.
Skill Claude CodeCodex
This skill should be used when the user asks to "generate llms.txt", "create llms-full.txt", "update llms.txt", "regenerate llms-full.txt", "create AI context files for this project", "обновить llms.txt", "сгенерировать llms-full.txt", "создать контекст проекта для AI", or mentions "llms.txt", "llms-full.txt"…
Skill Claude CodeCodex
Reflects on a completed planner execution: compares PLANNEREXECUTION.md with commits, review files, agent runs, and user corrections, then appends stable lessons to planner-context.md.
Skill Claude CodeCodex
Builds and saves architecture or execution plans. Use when the user asks to plan a task, split implementation work, turn ready feature requirements (a feature README produced by product-discovery) into architecture, or an architecture document into executable phases.
Skill Claude CodeCodex
Built-in limited product provider — the last-resort fallback of the planner product-discovery pipeline. Selected by routing only when no capable external provider is available. Turns the current formulation and collected statements into a normalized consultation draft (problem, outcome, actors, scope, assumptions…
Skill Claude CodeCodex
A product-discovery assistant that turns an early product idea, problem, or feature list into one structured planning document. Product discovery is the work of clarifying what to build and why before development begins.
Skill Claude CodeCodex
A workflow for behaviorally checking Claude Code plugins, including their trigger behavior and the work they carry out. It distinguishes paid model evaluations from ordinary tests for deterministic code.
Skill Claude CodeCodex
This skill should be used when designing system architecture: bounded contexts, module boundaries, data flow, integration contracts, API shape, hand-offs between components. Activates when the user asks to "design", "architect", "split into modules", "where are the boundaries", "design the data flow", or in russian…
Skill Claude CodeCodex
This skill should be used when implementing code per an existing architecture or PLAN document. Activates when the user asks to "implement", "code this up", "build the feature", "add the endpoint", "write the component", or in russian «реализуй», «закодь», «добавь endpoint», «сделай компонент». Mandates TDD via the…
Skill Claude CodeCodex
This skill should be used when reviewing code changes — security issues, system-level defects, FPF/Functional Clarity violations, stack-specific pitfalls. Activates when the user asks to "review", "check this PR", "is this safe", "find bugs", "code review", or in russian «отревью», «проверь код», «есть ли проблемы»…
Skill Claude CodeCodex
This skill should be used when the user asks to "write tests", "add tests", "create test", "implement feature", "fix bug", "TDD", "test-driven", "reproduce bug", "write failing test", "Red-Green-Refactor", or when implementing any new functionality that requires testing. Provides TDD methodology based on Kent Beck and…