agentsclimarketplace

Learning codebases

Skill Eijnewgnaw/learning-codebases/skill/learning-codebases

A token-aware Codex Skill that turns unfamiliar repositories into evidence-backed, beginner-friendly learning journeys.

Install
npx -y skills add Eijnewgnaw/learning-codebases --skill learning-codebases

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

  • 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 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 when the user wants to learn, understand, study, map, onboard to, or walk through an unfamiliar codebase or software project, especially when explanations should suit a beginner with basic Python knowledge.

SKILL.md

2.8 KB, 515 tokens by cl100k_base, as published. Nobody here has run it

Learning Codebases

Build a durable mental model from real code. Optimize for the smallest evidence set that supports the learner's next useful insight.

Start

Identify the learner's immediate goal: project overview, one feature flow, one file, running the project, preparing a change, or interview review. Ask one question only when the goal is genuinely ambiguous; otherwise begin in Standard mode.

Default to read-only inspection. Do not modify the target project merely to explain it.

For a first pass over a repository, read references/repository-analysis.md. Reuse its verified map while the repository revision is unchanged.

Depth and Context Budget

  • Quick: purpose, active entry, one input-process-output path, and unknowns.
  • Standard (default): compact project compass, one evidence-backed flow, essential beginner concepts, and one checkpoint.
  • Deep: alternatives, tests, error paths, runtime checks, and additional subsystems.

Inventory cheaply, rank relevant files, then read the minimum evidence needed for the current learning unit. Expand one evidence or dependency hop only for a deeper user goal, conflicting evidence, or an unsupported conclusion.

Never save tokens by guessing. Mark insufficient evidence as unknown and name the next check. Stop when the current question is supported, a useful next step is clear, and more reading is unlikely to change the conclusion.

Teaching Loop

Use:

explain briefly -> ask one prediction -> inspect real code -> verify -> ask for one restatement

Do not force every stage when the user requests a quick factual answer. When unfamiliar syntax, architecture, another language, or learner confusion appears, read references/beginner-teaching.md.

Evidence Contract

Label claims when the distinction matters:

  • Code-confirmed
  • Runtime-confirmed
  • Documented
  • Inferred
  • Unknown

Anchor important claims to real paths and symbols. Never imply a runtime check occurred unless it was executed in the current session.

Outputs

Prefer one useful learning unit over an exhaustive report. When producing a project compass, tour stop, checkpoint, session summary, or optional learning record, read references/lesson-templates.md.

Do not repeat an established map unless it changed or the learner asks for a recap.

Safety

Keep private source, secrets, customer data, and internal identifiers out of web queries and third-party uploads. Do not create learning files without permission. Treat dependency installation, repository changes, production access, and other external actions as separate tasks requiring user scope.

What ships with it: 4 files

8.5 KB alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,984. 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.