agentsclimarketplace

Init

Skill CloseTheLoops/moradin/skills/init

Initialize a Moradin workshop in the current directory. Run once per instance.From its SKILL.md

Install
npx -y skills add CloseTheLoops/moradin --skill init

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

  • 2 stars2 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.

SKILL.md

1.7 KB, 383 tokens by cl100k_base, as published. Nobody here has run it

moradin:init

Use this skill to set up a fresh Moradin workshop. Typically run once per instance, right after cloning the template.

When invoked

/moradin:init

The operator just cloned the template (or used "Use this template" on GitHub). This skill walks them through first-time setup.

What you do

  1. Verify structure. Check that memory/{principles,patterns,references,lessons}/, projects/, templates/, examples/ exist. If any are missing, create them.

  2. Initialize indexes. Run python scripts/refresh_indexes.py to create empty _INDEX.md files.

  3. Ask the operator:

    • "Do you have an existing project you want Moradin to help build? If yes, tell me its name and where it lives."
    • "If yes, I'll create projects/<name>/state.md and link it."
  4. Optional first content.

    • "Want to capture your first principle? (universal rules that apply to any project)"
    • If yes, walk through writing one to memory/principles/ using templates/principle.template.md.
  5. Summarize what's set up. List the directories, the first project slot if created, the first principle if any.

Don't

  • Don't pre-fill memory with content. Moradin starts empty. The operator fills it.
  • Don't write to GodTech or any other target project during init.
  • Don't auto-tag the first principle without asking the operator to confirm tags.

Output

  • Updated _INDEX.md files (empty initially)
  • Optional projects/<name>/state.md if operator gave a project
  • Optional memory/principles/<first>.md if operator gave a principle

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.