Skip to content

feat: add Claude Code skill and Gemini CLI extension#68

Merged
userFRM merged 1 commit intomainfrom
feat/skill-and-extension
Feb 28, 2026
Merged

feat: add Claude Code skill and Gemini CLI extension#68
userFRM merged 1 commit intomainfrom
feat/skill-and-extension

Conversation

@userFRM
Copy link
Owner

@userFRM userFRM commented Feb 27, 2026

Summary

  • Claude Code Skill (.claude/skills/rpg/SKILL.md) — follows the Agent Skills open standard. Works with Claude Code, OpenCode, OpenClaw, Codex, and 25+ compatible tools. Users clone the repo and /rpg just works — no MCP config needed.

  • Gemini CLI Extension (.gemini/extensions/rpg/) — manifest auto-starts the MCP server via npx. Custom /rpg-build, /rpg-search, /rpg-lift commands in TOML format.

Three distribution channels now covered:

Channel Format Works with
MCP server JSON-RPC stdio Cursor, VS Code, Windsurf, IDEs
Skill SKILL.md Claude Code, OpenCode, OpenClaw, Codex
Extension gemini-extension.json Gemini CLI

Test plan

  • No code changes — workspace builds and tests unaffected
  • Clone repo, open Claude Code → /rpg appears in skill menu
  • gemini extensions install . from repo root

🤖 Generated with Claude Code

Ship rpg-encoder as a universal Agent Skill and Gemini CLI extension,
complementing the existing MCP server:

- `.claude/skills/rpg/SKILL.md` — follows the Agent Skills open
  standard (agentskills.io), works with Claude Code, OpenCode, and
  25+ compatible tools. Teaches agents to use the rpg-encoder CLI
  for build, search, explore, lift, and other commands.

- `.gemini/extensions/rpg/` — Gemini CLI extension with manifest
  that auto-starts the MCP server via npx, plus custom /rpg-build,
  /rpg-search, and /rpg-lift commands in TOML format.

Three distribution channels now covered:
  MCP server  → Cursor, VS Code, Windsurf, IDE integrations
  Skill       → Claude Code, OpenCode, OpenClaw, Codex
  Extension   → Gemini CLI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@userFRM userFRM merged commit 14eade0 into main Feb 28, 2026
3 checks passed
@userFRM userFRM deleted the feat/skill-and-extension branch February 28, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant