Skill Claude CodeCodex
A project-planning check that compares requested features with the available budget and deployment choices. It steps in only when a feature and its expected cost do not fit together.
Open-source AI coding harness built on Pi Agent (pi-coding-agent) — a graphical AI programming assistant that lets non-technical users drive AI through the full software development flow (Electron)
Skill Claude CodeCodex
A project-planning check that compares requested features with the available budget and deployment choices. It steps in only when a feature and its expected cost do not fit together.
Skill Claude CodeCodex
A project-planning guide that turns a broad idea into a small, ordered list of features. It uses user stories—short descriptions of what someone needs—and separates the first useful version from later additions.
Skill Claude CodeCodex
Skill "creation-flow-intent" from tianemon/EasyMint, covering 意图采集, 开场 and 前沿轮次制.
Skill Claude CodeCodex
A workflow for creating an interactive prototype before building a medium-sized or larger project with a user interface. It uses the prototype to confirm what the product should look and do like.
Skill Claude CodeCodex
A project setup guide that chooses and checks a suitable technology plan before development begins. It installs dependencies, tests whether the project can build, and records the confirmed task.
Skill Claude CodeCodex
A project-starting guide that leads someone from a vague idea to clear, buildable requirements. It chooses a lightweight or fuller planning path based on the project’s actual size and whether it has a user interface.
Skill Claude CodeCodex
A documentation process for recording project progress, architecture decisions, development handovers, and user-visible releases. It organises these records into navigation, dated details, architecture notes, and a changelog.
Skill Claude CodeCodex
Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find…
Skill Claude CodeCodex
Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this…
Skill Claude CodeCodex
Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports…
Skill Claude CodeCodex
A configuration format for a project's run panel. It defines buttons that start or stop commands such as development servers, builds, tests, packaging tasks, and deployments, including their working directories and local URLs.
Skill Claude CodeCodex
A workflow for keeping the user interface's task status in sync when adding new features. It uses task.json as the source of truth and updates runtime progress during building and review.