agentsclimarketplace

Mental model

Skill automazeio/mental-model-skill/mental-model

Maintains a living mental model of the codebase. Read mental-model.md before making changes, update it when discovering new patterns or behaviors.

Install
npx -y skills add automazeio/mental-model-skill --skill mental-model

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

One thing to look at

  • 5 stars5 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

Maintains a living mental model of the codebase. Read mental-model.md before making changes, update it when discovering new patterns or behaviors.

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.2 KB, as published. Nobody here has run it

Mental Model

When working on this codebase, first check for mental-model.md in the project root.

If it exists

Read it to understand the codebase architecture, patterns, conventions, and relationships before making changes, when exploring unfamiliar parts of the code, or debugging failed tests or unexpected behavior.

Update it whenever you discover something new — from running tests, hitting unexpected behavior, or exploring unfamiliar parts of the code.

If it doesn't exist

Ask the user if they'd like you to create one. If confirmed:

Create a new file named mental-model.md at the repo root, that builds and maintains a full mental model of the codebase.

Scan the entire codebase and document how the system works end-to-end (architecture, key modules, data flow, relationships, testing approach, Docker/setup, etc).

Treat this as a living document. Update it whenever you learn something new from running tests or hitting unexpected behavior.

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.