compound-docs

Parses Ruby/Rails/Grape solution files with YAML frontmatter and indexes categories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The skill provides a centralized reference for Ruby/Rails/Grape solution notes, enabling fast lookup of past fixes, validation of solution document structure, and guidance during planning or investigation.

Core Features & Use Cases

  • Solution Repository: Organizes documented fixes in .claude/solutions/ across categories like rails-issues and active-record-issues.
  • Search Guidance: Offers grep and glob patterns to locate relevant solutions by symptom, category, or tags.
  • Iron Law Enforcement: Ensures every solution follows defined standards and templates.

Quick Start

Request Claude to locate a past solution for a Rails N+1 query problem.

Frequently Asked Questions about compound-docs

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

FAQPage Schema
How do I find past Ruby on Rails solution notes for a recurring bug?

To find past Ruby on Rails solution documentation, this skill indexes solution files with YAML frontmatter in the `.claude/solutions/` directory, allowing you to retrieve past fixes by symptom, category, or tags using grep and glob patterns.

What is the standard structure for a Ruby Rails solution document?

A Ruby Rails solution document requires YAML frontmatter and must adhere to enforced Iron Laws and defined templates to ensure consistent documentation structure across the knowledge base.

Does this solution knowledge base support Grape API framework issues?

Yes, the solution knowledge base supports Grape API framework issues by indexing solution documentation across Ruby, Rails, and Grape categories to inform planning and debugging during code investigation.

How do I search my Rails knowledge base for ActiveRecord query solutions by category?

You search your Rails knowledge base for ActiveRecord query solutions by using provided grep and glob patterns to locate relevant files within indexed categories like active-record-issues, quickly fetching matching solution notes.

When do I need YAML frontmatter in my Rails solution documentation?

You need YAML frontmatter in your Rails solution documentation so the knowledge base can parse files, index categories, and enforce Iron Laws for consistent structure, enabling fast lookup and validation during code investigation.