BackToCimaCoppi/Praxis

给「AI 驱动开发」立规矩的 Claude Code skill 方法论库:七层文档治理 · 对抗评审闭环 · 任务总控三驾马车,外加 goal 自主执行契约、测试三件套、老代码考古等共 23 个 skill —— 让 AI 写代码又快又不失控。

7Stars on the repository
26Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

adversarial-review

01

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A process for having several independent reviewers inspect the same project evidence and report possible problems. The main agent then decides which findings are valid against the project's official specifications.

7 +3 8d ago A 215 tokens original Apache-2.0

ask-codex

02

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A manually triggered helper that asks GPT-5.5 for a second opinion, a review, or one-time code execution through the Codex command line.

7 +3 8d ago A 70 tokens original Apache-2.0

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A final, closed-scope check that verifies whether agreed fixes from an earlier adversarial review were applied correctly.

7 +3 8d ago A 134 tokens original Apache-2.0

code-to-7layer

04

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A planning tool that scans an existing codebase and creates a central plan for rebuilding its documentation in seven layers. It treats code as evidence about the current system, not as the final authority.

7 +3 8d ago A 157 tokens original Apache-2.0

code-to-guide

05

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A read-only tool for studying an unfamiliar codebase and producing a structured project guide for people or AI assistants.

7 +3 8d ago A 133 tokens original Apache-2.0

codex-review

06

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A manually triggered review procedure that checks completed code against a frozen specification, decision record, and project rules.

7 +3 8d ago A 67 tokens original Apache-2.0

commit-changes

07

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A manually triggered process for preparing and making a precise Git commit or push, where Git is the tool used to track code changes.

7 +3 8d ago A 100 tokens original Apache-2.0

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A pre-coding planning skill that creates a file-by-file construction guide for a software task. It records what will change, key implementation risks, work slices, and how the result will be checked.

7 +3 8d ago A 93 tokens original Apache-2.0

control

09

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A manually triggered controller for advancing one specified task in a project’s active task-control documents.

7 +3 8d ago A 58 tokens original Apache-2.0

deep-research-gate

10

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A safety check for deciding when an AI agent may split work among several helper agents or start a deep research workflow. It distinguishes bounded tasks with a known number of steps from open-ended or recursive work that can keep expanding.

7 +3 8d ago B 69 tokens original Apache-2.0

design-preview

11

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A method for turning an existing or proposed interface into a self-contained HTML preview that can be opened and checked in Chrome.

7 +3 8d ago A 84 tokens original Apache-2.0

doc-html-style

12

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A manually triggered style guide for turning settled content into a self-contained HTML technical document designed mainly for desktop reading.

7 +3 8d ago A 68 tokens original Apache-2.0

doc-layer-system

13

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A seven-layer documentation system for keeping product rules, interface details, data storage, implementation guidance, and tests aligned.

7 +3 8d ago A 185 tokens original Apache-2.0

docs-from-code

14

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A method for reconstructing product-requirements documents from existing code, especially when the original requirements are missing. It examines user interfaces, backend behavior, data models, rules, permissions, and archived information before writing in business language.

7 +3 8d ago A 127 tokens original Apache-2.0

git-worktree

15

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A tool for managing Git worktrees, which are separate working folders linked to one Git repository. It supports working on branches in parallel and bringing their changes back to the main branch.

7 +3 8d ago A 125 tokens original Apache-2.0

goal-charter

16

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

An execution charter for autonomous work after a specification has been frozen, defining the goal, boundaries, checks, recovery actions, and startup settings.

7 +3 8d ago A 84 tokens original Apache-2.0

legacy-archaeology

17

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A one-time investigation method for turning an old, opaque codebase into a searchable knowledge base about business rules, stored data, and interfaces.

7 +3 8d ago A 105 tokens original Apache-2.0

lightweight-design

18

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A lightweight design-planning skill for resolving high-risk decisions before a coding task begins. It records the facts, affected areas, chosen decisions, and how those decisions map to requirements and acceptance checks.

7 +3 8d ago A 131 tokens original Apache-2.0

long-doc-governance

19

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A set of rules for managing long documents by checking their length and splitting them when substantial changes would make them too large.

7 +3 8d ago A 115 tokens original Apache-2.0

one-by-one

20

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A conversation mode that handles decisions one question at a time in plain Chinese, records each answer, and then moves to the next question.

7 +3 8d ago A 120 tokens original Apache-2.0

plan-goal

21

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A lightweight workflow for planning and completing small development tasks that involve decisions or new testing obligations. It records the chosen approach, the reason for it, and how the result will be checked.

7 +3 8d ago A 149 tokens original Apache-2.0

task-control-doc

22

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

Use when the user wants a master control document for a large, complex, long-running, or multi-session task. Defines how to create a task control doc that captures background, mandatory reads, subtask breakdown, and self-contained work packages so each subtask can be executed in a fresh session with minimal context.

7 +3 8d ago A 66 tokens original Apache-2.0

test-case-design

23

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A method for turning product and technical requirements into detailed tests with clear checks and links back to the original requirements. TDD means writing tests before implementation, but this add-on describes test design rather than test execution.

7 +3 8d ago A 101 tokens original Apache-2.0

BackToCimaCoppi/Praxis

Skill Claude CodeCodex

A process for preparing, routing, running, and recording tests in two stages: an initial health check and later formal verification.

7 +3 8d ago A 102 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: