agent-docs-api-openapi

Featured

Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi

AI & Automation 66,198 stars 7884 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- The block below is the legacy agent-definition YAML. It used to be a second `---` fenced block which renderers (skills.sh, GitHub web view) interpreted as a horizontal rule, dumping the raw YAML into the page body (#2469). Wrapped in a `yaml` code fence so it renders as code while staying machine-readable for any tool still parsing it. --> ```yaml name: "api-docs" description: "Expert agent for creating and maintaining OpenAPI/Swagger documentation" color: "indigo" type: "documentation" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "OpenAPI 3.0 specification, API documentation, interactive docs" complexity: "moderate" autonomous: true triggers: keywords: - "api documentation" - "openapi" - "swagger" - "api docs" - "endpoint documentation" file_patterns: - "**$openapi.yaml" - "**$swagger.yaml" - "**$api-docs/**" - "**$api.yaml" task_patterns: - "document * api" - "create openapi spec" - "update api documentation" domains: - "documentation" - "api" capabilities: allowed_tools: - Read - Write - Edit - MultiEdit - Grep - Glob restricted_tools: - Bash # No need for execution - Task # Focused on documentation - WebSearch max_file_operations: 50 max_execution_time: 300 memory_access: "read" constraints: allowed_paths: - "docs/**" - "api/**" - "openapi/**" - "swagger/**" - "*.yaml" - "*.yml" -...

Details

Author
ruvnet
Repository
ruvnet/ruflo
Created
1 years ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category