tianemon

13 mods across 1 repository, 21 stars between them.

EasyMint CLAUDE.md

01

tianemon/EasyMint

Instructions file

Project-specific instructions for developing EasyMint, including how to start sessions, understand its architecture and documents, and follow its working rules.

21 yesterday F 6,351 tokens original MIT

creation-flow-cost

02

tianemon/EasyMint

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.

21 yesterday A 55 tokens original MIT

tianemon/EasyMint

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.

21 yesterday A 35 tokens original MIT

tianemon/EasyMint

Skill Claude CodeCodex

Skill "creation-flow-intent" from tianemon/EasyMint, covering 意图采集, 开场 and 前沿轮次制.

21 yesterday A 40 tokens original MIT

tianemon/EasyMint

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.

21 yesterday A 39 tokens original MIT

tianemon/EasyMint

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.

21 yesterday A 35 tokens original MIT

creation-guide

07

tianemon/EasyMint

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.

21 yesterday A 50 tokens original MIT

dev-docs

08

tianemon/EasyMint

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.

21 yesterday A 83 tokens original MIT

ponytail-audit

09

tianemon/EasyMint

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…

21 yesterday A 105 tokens copy · 89% MIT

ponytail-review

10

tianemon/EasyMint

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…

21 yesterday A 100 tokens copy · 97% MIT

ponytail

11

tianemon/EasyMint

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…

21 yesterday A 138 tokens copy · 95% MIT

project-run

12

tianemon/EasyMint

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.

21 yesterday A 72 tokens original MIT

ui-sync

13

tianemon/EasyMint

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.

21 yesterday A 76 tokens original MIT