Api Documentation banner
ToastyToast25 ToastyToast25

Api Documentation

Documentation community

Description

--- description: "Documents API endpoints with OpenAPI/Swagger format" globs: ["docs/api/**/*.md", "openapi.yaml", "swagger.json"] alwaysApply: false --- # API Documentation Skill Document API endpoints for consistency and reference. ## Trigger Keywords - document api - api docs - endpoint docs - api reference --- ## API Documentation Template ### Endpoint Definition ```markdown ## [Endpoint Name] **[METHOD]** `/api/v1/[resource]` [Brief description of what this endpoint does] ### Auth

Installation

Installs to ~/.claude/skills/toastytoast25-claude-code-dart-flutter-api-documentation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toastytoast25-claude-code-dart-flutter-api-documentation && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/skills/api-documentation.md -o ~/.claude/skills/toastytoast25-claude-code-dart-flutter-api-documentation/SKILL.md

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

Full documentation available on GitHub

View Source Repository