← ClaudeAtlas

agent-docs-api-openapilisted

Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi
spike-faye-lei/spike-faye-lei-dsh-skills · ★ 1 · AI & Automation · score 60
Install: claude install-skill spike-faye-lei/spike-faye-lei-dsh-skills
--- 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" - "*.json" forbidden_paths: - "node_modules/**" - ".git/**" - "secrets/**" max_file_size: 2097152 # 2MB allowed_file_types: - ".yaml" - ".yml" - ".json" - ".md" behavior: error_handling: "lenient" confirmation_required: - "deleting API documentation" - "changing API versions" auto_rollback: false log