Agent skill

formula-derivation

Structure and derive research formulas when the user wants to 推导公式, derive a theory line, build equations from a problem statement, clarify assumptions, separate formal derivation from remarks, or turn messy theory notes into a paper-ready derivation skeleton. Use for research-style formula development, not for fully rigorous theorem proving once the claim is already fixed.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill formula-derivation-wanshuiyin-auto-claude-code-res --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/formula-derivation-wanshuiyin-auto-claude-code-res/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Formula Derivation Use this skill when the task is not merely to prove a finished theorem, but to **build the derivation itself**: - define the right object, - decide what should be assumed, - determine what is identity vs proposition vs approximation, - connect simple and general regimes without splitting into two unrelated stories, - and turn messy notes into a derivation line that can later be written into a paper. Do **not** use this skill as a replacement for strict proof writing once the exact claim is already fixed and the user wants a theorem-proof package. In that case, hand off to `proof-writer`. ## Core Principle The derivation must be built around **one invariant object**. Do not start from scattered formulas. Start from the object that survives across regimes, then derive proxies, decompositions, and interpretations from it. ## What to Produce Prefer one of these outputs: 1. a **mainline derivation note** for internal alignment; 2. a **paper-style theory draft** with tighter narrative; 3. a **blocker report** if the current notes cannot support a coherent derivation. ## Workflow ### 1. Freeze the Target State explicitly: - what phenomenon is being explained; - what c

What's inside
Steps it walks through
  1. Core Principle
  2. What to Produce
  3. Workflow
  4. 1. Freeze the Target
  5. 2. Choose the Invariant Object
  6. 3. Put Assumptions and Notation First
  7. 4. Classify Every Step
  8. 5. Derive from the Global Quantity When Splitting Costs
  9. 6. Keep Special Cases and General Cases in One Line
  10. 7. Treat Simplified Parameters as Analysis Slices
  11. 8. Separate Main Text from Remarks
  12. 9. Write Boundaries Explicitly
  13. Common Derivation Patterns
  14. Recommended Output Structure
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the formula-derivation skill do?

Structure and derive research formulas when the user wants to 推导公式, derive a theory line, build equations from a problem statement, clarify assumptions, separate formal derivation from remarks, or turn messy theory notes into a paper-ready derivation skeleton. Use for research-style formula development, not for fully rigorous theorem proving once the claim is already fixed.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill formula-derivation-wanshuiyin-auto-claude-code-res --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going