rb:compound

Capture solved Ruby, Rails, or Grape problems as structured markdown knowledge documents.

7|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-compound
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rb:compound
Source: https://github.com/slbug/claude-ruby-grape-rails/tree/main/plugins/ruby-grape-rails/skills/compound
Command: npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-compound

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It records non‑trivial Ruby, Rails, or Grape problems as reusable knowledge, turning a single fix into a permanent reference for later sessions.

Core Features & Use Cases

  • Schema Validation – Ensures each solution document follows a strict YAML front‑matter schema.
  • Resolution Template – Generates a markdown file based on a canonical template.
  • Index Updating – Automatically adds the new solution to the knowledge index for quick discovery.
  • Cross‑Referencing – Links related solutions and updates related documents.
  • Use Case – After fixing a complex N+1 query issue, run the skill to create a documented solution that future developers can locate instantly.

Quick Start

Use the /rb:compound command with the path to the fix you want to document.

Frequently Asked Questions about rb:compound

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document solved Ruby on Rails issues for future reference?▼

To document solved Ruby on Rails issues, you can capture the problem as a structured markdown knowledge document. This generates a solution adhering to a YAML schema, updates the knowledge index, and links related documents for future reuse.

What is the best way to index complex Grape debugging solutions?▼

Indexing complex Grape debugging solutions involves generating a markdown file from a canonical template with strict YAML front-matter. The skill automatically adds the new solution to a knowledge index for quick discovery and cross-references related documents.

Can I use this to capture multi-file Rails problems that required debugging?▼

Yes, you can capture non-trivial, multi-file Rails problems that required debugging. The process applies to complex issues worth reusing in future sessions, turning a single fix into a permanent, structured knowledge reference.

Does the generated knowledge document follow a strict schema?▼

Yes, the generated knowledge document follows a strict YAML front-matter schema for validation. It ensures each solution document is consistently structured when added to the knowledge index.

How do I create a knowledge base entry after fixing an N+1 query issue?▼

After fixing an N+1 query issue, run the skill with the path to your fix to create a documented solution. It generates a structured markdown file, updates the knowledge index for instant discovery, and links related documents.