agentic-rag

Structure large Claude Code skill knowledge bases using SKILL.md and sections pattern.

3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ForgePlan/marketplace --skill agentic-rag-forgeplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-rag
Source: https://github.com/ForgePlan/marketplace/tree/main/plugins/agentic-rag/skills/agentic-rag
Command: npx skills add https://github.com/ForgePlan/marketplace --skill agentic-rag-forgeplan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a methodology to structure large knowledge bases using SKILL.md as a router, sections/_index.md as a table of contents, and 30-50 line content files for actual knowledge. It helps with SKILL.md structure, sections pattern, skill authoring methodology, knowledge base design, and writing large Claude Code skills.

Core Features & Use Cases

  • Large Knowledge Base Structure: Organize large skills into manageable sections and content files.
  • SKILL.md Navigation: Guide through SKILL.md to navigate the knowledge base efficiently.
  • Content Quality: Provide guidelines for writing high-quality, focused content.
  • Skill Authoring: Offer insights into authoring methodologies for Claude Code skills.
  • Use Case: If you have a skill with more than 300 lines or covering more than 5 topics, this Skill can help you structure and organize it effectively.

Quick Start

Use the agentic-rag skill to create a new section for your skill. Create a directory named 'new-topic' and a file within it named 'new-topic.md'. Write a brief description of the section in 'new-topic.md' and add it to your skill's sections/_index.md.

Frequently Asked Questions about agentic-rag

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

FAQPage Schema
How do I structure a large knowledge base for Claude Code skills?

To structure a large knowledge base for Claude Code skills, use SKILL.md as a router, sections/_index.md as a table of contents, and 30-50 line content files for the actual knowledge.

When do I need to split my Claude Code skill into multiple sections?

You need to split your Claude Code skill into multiple sections when it exceeds 300 lines or covers more than 5 topics, ensuring the content remains manageable and efficiently navigable.

What is the sections pattern for writing large Claude Code skills?

The sections pattern for writing large Claude Code skills involves creating a directory for a new topic, adding a brief description in a markdown file within it, and linking it in sections/_index.md.

How do I navigate a large skill using SKILL.md?

You navigate a large skill using SKILL.md by treating it as a router that directs you to the sections/_index.md table of contents, which then points to specific 30-50 line content files.

Does this skill authoring methodology work for small Claude Code knowledge bases?

This skill authoring methodology is designed for large Claude Code knowledge bases, so small skills under 300 lines or covering fewer than 5 topics may not require this structured sections pattern.