agentsclimarketplace

Code change core

Skill AnamKwon/agent-skill-router/plugins/skill-router/skills/code-change-core

Cross-agent skill router that organizes large local skill libraries into category routers and loads leaf skills on demand.

Install
npx -y skills add AnamKwon/agent-skill-router --skill code-change-core

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use first for bounded code edits, refactors, implementation, simplification, control-flow cleanup, or maintainer clarity before choosing a more specific theory skill.

SKILL.md

2.6 KB, as published. Nobody here has run it

Code Change Core

Use first for bounded code edits, refactors, implementation, simplification, control-flow cleanup, or maintainer clarity before choosing a more specific theory skill. This is a router skill: use it to select the smallest relevant leaf skill, then read that leaf skill before doing the work.

Route First

Classify the code-change force first. Read exactly one primary leaf skill unless the task clearly spans two forces.

  1. Restate the user's task as one concrete force or uncertainty.
  2. Choose the first route that directly names that force.
  3. Read the selected linked leaf SKILL.md before implementing, reviewing, or advising.
  4. Load a second leaf only when the task has two independent forces that both affect the outcome.
  5. If no route fits, continue without a leaf skill and say the category did not match.

Routes

Leaf SkillUse When
programming-as-theory-buildingDefault for non-trivial code changes where domain rules must map to code behavior.
essential-complexityUse when simplification is requested and the risk is erasing real domain complexity.
structured-programmingUse when the main problem is tangled branching, loops, exits, callbacks, or mutable control state.
stepwise-refinementUse when implementing a feature or algorithm from a high-level specification in small refinements.
literate-programmingUse when the main problem is maintainer understanding, examples, comments, or explanatory order.

Avoid

  • If the dominant issue is API or module boundary ownership, route to boundary-and-modeling.
  • If the dominant issue is tests, reliability, or proof, route to verification-and-reliability.

Prompting Pattern

Before loading a leaf, answer briefly:

  • Category force: What makes this task belong here?
  • Chosen route: Which leaf skill most directly matches the force?
  • Why not others: Which nearby route was rejected and why?

Then load the chosen leaf skill and follow its workflow. Do not blend every nearby theory into the task; route narrowly and let evidence pull in more context only when needed.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.