Geminio — Development skill for Claude Code
Duplicate a pattern — scaffold new code from an existing file.
How to install Geminio
Installs to ~/.claude/skills/hiharin-claude-spellbook-geminio/SKILL.md
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 ` -> `.
- Read the template and identify its structure, conventions, and the parts that vary per instance (names, routes, types, fixtures).
- Create the new file(s) following that exact pattern, adapted to the new name.
- 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 RepositoryRelated Skills
Detect Duplicate
Check if a new issue is a duplicate of an existing one
Banner Export
Re-package an existing build for one specific ad network with the correct manifest, clickTag case, and polite-
Openui Scaffold
Scaffold a new OpenUI project or add OpenUI to an existing project
Wp Cinematic Init
Scaffold a cinematic-scroll WordPress theme from an existing demo or from scratch. Installs cinematic-scroll-k
J New
Scaffold a new .claude/ command, skill, or agent with correct structure and best practices. Use when creating
Askit Build Skill
Create or improve an agentskills.io skill to the Advanced Skill Library Standard. Use to scaffold a new SKILL.
Related Agents
Code Patterns Strategist
Read-only reuse and consolidation strategist. Use BEFORE writing a helper, schema, service, or utility (finds
Hatch3r Brownfield Spec
Brownfield spec agent — produces codebase map, existing-pattern detection, integration-surface analysis, migra
Apex Developer
Implements bulk-safe Apex changes using the existing selector/service/handler pattern. Use after the Repositor