Docs Gen

Generate and maintain documentation

Showing 1321-1344 of 5324 skills
Gentleman-Programming

jira-task

by Gentleman-Programming

Creates Jira tasks following Prowler's standard format. Trigger: When user asks to create a Jira task, ticket, or issue.

Automation 632 7mo ago
nicknisi

conference-talk-builder

by nicknisi

Create conference talk outlines and iA Presenter markdown slides using the Story Circle narrative framework. Use when the user wants to structure a tech talk, create presentation slides, or needs help organizing talk ideas into a story-driven format.

Code Gen 114 10mo ago
SpillwaveSolutions

plantuml

by SpillwaveSolutions

Generate PlantUML diagrams from text descriptions and convert them to PNG/SVG images. Use when asked to "create a diagram", "generate PlantUML", "convert puml to image", "extract diagrams from markdown", or "prepare markdown for Confluence". Supports all PlantUML diagram types including UML (sequence, class, activity, state, component, deployment, use case, object, timing) and non-UML (ER diagrams, Gantt charts, JSON/YAML visualization, mindmaps, WBS, network diagrams, wireframes, and more).

Docs Gen 51 8mo ago
stellar

stellar-dev

by stellar

End-to-end Stellar development playbook. Covers Soroban smart contracts (Rust SDK), Stellar CLI, JavaScript/Python/Go SDKs for client apps, Stellar RPC (preferred) and Horizon API (legacy), Stellar Assets vs Soroban tokens (SAC bridge), wallet integration (Freighter, Stellar Wallets Kit), smart accounts with passkeys, status-sensitive zero-knowledge proof patterns, testing strategies, security patterns, and common pitfalls. Optimized for payments, asset tokenization, DeFi, privacy-aware applications, and financial applications. Use when building on Stellar, Soroban, or working with XLM, Stellar Assets, trustlines, anchors, SEPs, ZK proofs, or the Stellar RPC/Horizon APIs.

API Dev 51 7mo ago
Logos-Liber

api-design

by Logos-Liber

API design guidelines for the fullstack-dev team

API Dev 21 7mo ago
SimHacker

format-design

by SimHacker

"How to design formats that succeed — simplicity, community, timing"

Processing 50 8mo ago
SimHacker

markdown

by SimHacker

"Plain text formatting that's readable raw AND rendered"

Auth 50 7mo ago
jykim

obsidian-markdown-structure

by jykim

Validate and enforce markdown document structure including frontmatter positioning, heading hierarchy, and content organization. Use when creating or validating markdown files.

Docs Gen 50 9mo ago
jykim

obsidian-mermaid

by jykim

Create Obsidian-compatible Mermaid diagrams. Prefer square layouts (TB + subgraph LR), avoid markdown in labels. Use when creating flowcharts, sequence diagrams, or any Mermaid diagrams in markdown files.

API Dev 50 8mo ago
jykim

Video Cleaning Skill

by jykim

Ready to clean your videos? Start with the basic workflow and adjust settings as needed. Remember: always preview first, and keep your originals safe!

CLI Tools 50 7mo ago
SimHacker

Abstract — Protocol Specification

by SimHacker

```

Code Gen 50 7mo ago
jykim

obsidian-links

by jykim

Format and validate Obsidian wiki links with proper filename, section, and folder conventions. Verify links exist before creation and fix broken links. Use when creating or checking wiki links in markdown files.

Docs Gen 50 9mo ago
travisjneuman

codebase-documenter

by travisjneuman

This skill should be used when writing documentation for codebases, including README files, architecture documentation, code comments, and API documentation. Use this skill when users request help documenting their code, creating getting-started guides, explaining project structure, or making codebases more accessible to new developers. The skill provides templates, best practices, and structured approaches for creating clear, beginner-friendly documentation.

API Dev 95 7mo ago
markus41

Home Assistant Core Skill

by markus41

Handle unavailable states gracefully

API Dev 20 8mo ago
markus41

harness-mcp

by markus41

Harness MCP (Model Context Protocol) server integration for AI-powered CD operations, pipeline management, Git repositories, pull requests, code review comments, and bidirectional Jira synchronization

API Dev 20 8mo ago
markus41

FastAPI Patterns

by markus41

This skill should be used when the user asks to "create a FastAPI endpoint", "add async route", "implement dependency injection", "create middleware", "handle exceptions", "structure FastAPI project", or mentions FastAPI patterns, routers, or API design. Provides comprehensive FastAPI development patterns with async best practices.

API Dev 20 8mo ago
markus41

harness-platform

by markus41

Harness Platform administration including delegates, RBAC, connectors, secrets, templates, policy as code (OPA), user management, audit logs, and governance

API Dev 20 8mo ago
markus41

task-details

by markus41

Enriches Jira tasks with comprehensive context, requirements analysis, and technical details through intelligent extraction, dependency mapping, and historical analysis

Code Review 20 8mo ago
claude-dev-suite

axios

by claude-dev-suite

Axios - promise-based HTTP client for browser and Node.js USE WHEN: user mentions "Axios", "HTTP requests", "API calls", "interceptors", "Axios instance", asks about "how to make HTTP calls", "configure Axios", "add auth header", "handle HTTP errors" DO NOT USE FOR: Fetch API - use http-clients instead; ky/ofetch - use http-clients instead; GraphQL clients - use graphql-codegen instead; tRPC - use trpc instead

API Dev 29 7mo ago
claude-dev-suite

aspnet-minimal-api

by claude-dev-suite

ASP.NET Core Minimal API endpoints, route groups, filters, and typed results. Covers modern .NET 8+ endpoint patterns. USE WHEN: user mentions "Minimal API", "MapGet", "MapPost", "route groups", "endpoint filters", ".NET minimal", "lambda endpoints" DO NOT USE FOR: Controller-based APIs (use aspnet-core), Express.js (use express), FastAPI (use fastapi)

API Dev 29 7mo ago
claude-dev-suite

rest-api

by claude-dev-suite

REST API design principles. Covers resources, methods, and status codes. Use when designing or reviewing REST APIs. USE WHEN: user mentions "REST API", "RESTful", "HTTP methods", "status codes", "resource naming", "API endpoints", "pagination", "versioning", asks about "how to design REST API", "REST best practices", "API documentation", "HTTP verbs" DO NOT USE FOR: GraphQL APIs - use graphql instead; tRPC - use trpc instead; OpenAPI specs - use openapi instead; Spring Boot REST - combine with springdoc-openapi

API Dev 29 7mo ago
claude-dev-suite

swagger-dotnet

by claude-dev-suite

Swashbuckle and NSwag for ASP.NET Core API documentation. Covers XML comments, operation filters, and OpenAPI customization. USE WHEN: user mentions "Swagger", "Swashbuckle", "NSwag", ".NET OpenAPI", "API documentation", "Swagger UI", ".NET API docs" DO NOT USE FOR: Springdoc OpenAPI - use springdoc-openapi, generic OpenAPI spec - use openapi

API Dev 29 7mo ago
claude-dev-suite

http-clients

by claude-dev-suite

HTTP clients for frontend and Node.js. Covers Axios, Fetch API, ky, and ofetch. Includes interceptors, error handling, retry logic, and auth token management. Use for configuring API clients and HTTP communication. USE WHEN: user mentions "HTTP client", "Fetch API", "ky", "ofetch", "HTTP wrapper", "retry logic", "token refresh", asks about "which HTTP client to use", "HTTP request library", "API client setup", "request interceptors" DO NOT USE FOR: Axios-specific questions - use axios instead; GraphQL - use graphql-codegen instead; tRPC - use trpc instead; WebSocket connections

API Dev 29 7mo ago
Dwsy

models-config

by Dwsy

Model configuration editor for ~/.pi/agent/models.json with multi-protocol curl testing support.

API Dev 22 7mo ago