ScienceIsNeato

Sm Init — Development skill for Claude Code

Development community

/sm-init — configure slopmop for this repo.

How to install Sm Init

Installs to ~/.claude/skills/scienceisneato-slop-mop-sm-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/scienceisneato-slop-mop-sm-init && curl -fsSL https://raw.githubusercontent.com/ScienceIsNeato/slop-mop/HEAD/commands/sm-init.md -o ~/.claude/skills/scienceisneato-slop-mop-sm-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sm Init does

/sm-init — configure slopmop for this repo

Run when you find a repo with `sm` installed but no `.sb_config.json` — or after upgrading slopmop to pick up new gates.

  1. Run sm init --non-interactive from the project root.
  2. It auto-detects the stack (Python, JS, Go, Rust, iOS…) and writes a tuned .sb_config.json.
  3. Then run sm sail — it reads the config and enters the loop.

Re-run after `pip install --upgrade slopmop` to pick up new gates, or after adding a language to the repo.

`

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Project Name — This is an example CLAUDE.md file showing how to configure Claude Code for your project 5.6k ★
  • Scientific Writer Init 1.6k ★

Full documentation available on GitHub

View Source Repository