docs

Parse and organize SRD API documentation with Markdown frontmatter and API references.

Updated Aug 27, 2023
One-click install
npx skills add https://github.com/brandonmcclure/python-5e-srd --skill docs-brandonmcclure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/brandonmcclure/python-5e-srd/tree/main/docs
Command: npx skills add https://github.com/brandonmcclure/python-5e-srd --skill docs-brandonmcclure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, machine-readable gateway to the D&D 5e SRD API documentation, enabling teams to quickly discover and reference endpoints, models, and references.

Core Features & Use Cases

  • Catalog and cross-link API references, models, and rules for quick lookup.
  • Enable automated validation and exploration of the SRD documentation in code-related tasks.
  • Use Case: A developer needs to fetch the Spell model from api_spells_index_get and verify fields, relationships, and examples, then integrate into client code.

Quick Start

Use the docs skill to load APIReference.md for a given endpoint and navigate to related models and references.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I parse and reference D&D 5e SRD API documentation?

Parse SRD API documentation by loading APIReference.md files to catalog endpoints, models, and references in machine-readable format. This accelerates discovering and cross-linking API fields, relationships, and examples for quick integration into client code.

Can I use markdown frontmatter to organize API reference data?

Yes. The skill loads and cross-references Markdown frontmatter and API reference files, enabling structured organization of SRD documentation metadata and automatic validation of API models and endpoints.

What's the fastest way to fetch a specific model from the D&D 5e SRD API?

Use the docs skill to load the relevant APIReference.md endpoint file, navigate to the target model (like Spell), and instantly verify fields, relationships, and examples without manual API exploration.

How do I verify API model fields and relationships before integration?

Load SRD documentation through the skill to catalog and cross-link models and references, then validate field structures and relationships in code-related tasks before building client implementations.

Does this work for automating SRD documentation exploration in code?

Yes. The skill enables automated validation and exploration of SRD documentation, allowing developers to programmatically discover endpoints, models, and rules for accelerated client development and documentation tooling.