Capture
A workshop for accumulating build-taste across projects. Cross-tool dev brain (Claude Code, Cursor, Codex, Gemini).
npx -y skills add CloseTheLoops/moradin --skill captureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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
Capture an external source (URL, repo, paper) as a reference in memory/references/. Full unfiltered concept inventory.
SKILL.md
2.5 KB, 564 tokens by cl100k_base, as published. Nobody here has run it
moradin:capture
Capture an external source as a reference. Capture EVERYTHING notable, not just what fits the current project. Project-specific filtering happens later at distillation time.
When invoked
/moradin:capture <url> (or /moradin:capture <description> if not URL)
The operator saw something interesting and wants to record it permanently.
What you do
-
WebFetch the URL (or read source if local). Read README + key sections.
-
List ALL notable concepts in your reply. Don't pre-filter for current project relevance. Show the operator a full inventory of what's in the source:
- Concept A: [one paragraph]
- Concept B: [one paragraph]
- Concept C: [one paragraph]
- ...
-
For each concept, propose tags:
topics: from the 8-tag taxonomy (harness, memory, eval, llm, agent, arch, workflow, tooling)applies_to: which projects might use it (universal, godtech, trading, future)
-
Ask the operator to confirm or edit the tags. Don't auto-write — get a green light.
-
Note what you deliberately skipped — tactical setup details, deeply specific code, or items fundamentally irrelevant.
-
Write the reference file at
memory/references/<source_name>.mdusingtemplates/reference.template.mdas scaffold. Include:- Frontmatter: name, description, topics, applies_to, type=reference, url, captured (date), last_verified (date)
- Body: "What it is" + "Notable concepts" (full inventory) + "What I deliberately skipped"
-
Update indexes. Run
python scripts/refresh_indexes.pyso_INDEX.mdreflects the new file. -
Confirm to operator with the file path.
Capture discipline (the rule that protects against losing useful concepts)
The big failure mode: filtering concepts at capture time based on current project. Don't. Concepts that don't fit GodTech today may fit trading next month. Capture full inventory.
Don't
- Don't summarize away interesting-but-tangential concepts. Capture them.
- Don't auto-assign tags without operator confirmation.
- Don't write attribution like "inspired by X" — once captured, the concepts are ours.
- Don't capture a reference if we've already captured the same source — update the existing file instead.
Output
- New file at
memory/references/<source_name>.md - Updated
memory/references/_INDEX.md(and top-levelmemory/_INDEX.md)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.