hiharin

Geminio — Development skill for Claude Code

Development community

Duplicate a pattern — scaffold new code from an existing file.

How to install Geminio

Installs to ~/.claude/skills/hiharin-claude-spellbook-geminio/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hiharin-claude-spellbook-geminio && curl -fsSL https://raw.githubusercontent.com/hiharin/claude-spellbook/HEAD/commands/geminio.md -o ~/.claude/skills/hiharin-claude-spellbook-geminio/SKILL.md

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

What Geminio does


description: Duplicate a pattern — scaffold new code from an existing file argument-hint: " -> "

Cast **Geminio** using $ARGUMENTS.

Interpret the argument as ` -> `.

  1. Read the template and identify its structure, conventions, and the parts that vary per instance (names, routes, types, fixtures).
  2. Create the new file(s) following that exact pattern, adapted to the new name.
  3. Wire it in the same way the templat

Alternatives in Development

  • Every Marketplace — pattern 11.2k ★
  • /remember — Save a finding or successful pattern to persistent hunt memory 1.2k ★
  • Sdlc Fleet — SDLC Fleet Pattern (skill module) 1.1k ★

Full documentation available on GitHub

View Source Repository