mcpbeat

Ralph Specum Switch

tzachbon/ralph-specum-switch

This skill should be used only when the user explicitly asks to use `$ralph-specum-switch`, or explicitly asks Ralph Specum in Codex to switch the active spec.

327 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
432
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/tzachbon/smart-ralph --skill ralph-specum-switch

The instruction itself

3 sections, as written by the author

Ralph Specum Switch

Use this to switch the active spec.

Contract

  • Read .claude/ralph-specum.local.md when present
  • Parse specs_dirs from frontmatter to discover all spec roots
  • Treat the first specs_dirs entry as the default root
  • Default specs root is ./specs
  • .current-spec lives in the default specs root
  • Do not guess on ambiguous names

Action

  • Resolve the requested target by full path or exact name.
  • If no target was provided, list available specs grouped by root.
  • If the name is ambiguous across roots, stop and require a full path.
  • Update .current-spec:
  • bare name for the default root
  • full path for non-default roots
  • Read the target spec state and summarize phase, progress, approval state, and present files.

How to use it

Copy the folder

Take tzachbon/ralph-specum-switch from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.