anis-marrouchi

Generate Pin — Development skill for Claude Code

Development community

Generate a codebase Pin (searchable index) for Ralf context.

How to install Generate Pin

Installs to ~/.claude/skills/anis-marrouchi-ralf-generate-pin/SKILL.md

Terminal
mkdir -p ~/.claude/skills/anis-marrouchi-ralf-generate-pin && curl -fsSL https://raw.githubusercontent.com/anis-marrouchi/ralf/HEAD/commands/generate-pin.md -o ~/.claude/skills/anis-marrouchi-ralf-generate-pin/SKILL.md

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

What Generate Pin does


description: "Generate a codebase Pin (searchable index) for Ralf context" argument-hint: "[output path]"

Generate Pin Command

Creates a searchable codebase index ("Pin") that provides context for Ralf story execution.

What is a Pin?

A Pin is a condensed, searchable summary of your codebase that helps Ralf:

  • Understand project structure without loading entire codebase
  • Find relevant files for each story
  • Identify existing patterns to follow
  • Avoid duplicating existing functi

Alternatives in Development

  • Gallery — Build a static, shareable gallery from your fidelity reports — an index of score cards plus a permalink page ( 3.6k ★
  • Index — OpenMontage â€" Skill Index 3.1k ★
  • 00 Overview — Build-Out Prompt Index 2.2k ★

Full documentation available on GitHub

View Source Repository