- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
skill-writer
by metalagman
Use this skill to design, document, and structure AI agent skills for Gemini, Claude, and Codex. It provides architectural rules, directory standards, and writing best practices.
ai-chat
by andrelandgraf
Build a complete AI chat application with database persistence, chat list management, and automatic title generation.
runtime
by assistant-ui
Guide for assistant-ui runtime system and state management. Use when working with runtimes, accessing state, or managing thread/message data.
go-adk
by metalagman
Use this skill to build, run, deploy, evaluate, and troubleshoot Go agents with Google's Agent Development Kit (google.golang.org/adk), including llmagent config, tools/integrations, callbacks/plugins, sessions/state/memory, workflows, streaming, MCP/A2A, and runtime/deployment patterns.
testing
by andrelandgraf
Complete testing setup with Neon database branching, Playwright browser tests, integration tests, and unit tests. Isolated branches with automatic TTL cleanup.
authentication
by andrelandgraf
Complete authentication system with Better Auth, email verification, password reset, protected routes, and account management.
stripe-subscriptions
by andrelandgraf
Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal.
ai-agent-workflow
by andrelandgraf
Build resumable multi-agent workflows with durable execution, tool loops, and automatic stream recovery on client reconnection.
og-image-generation
by andrelandgraf
Generate dynamic social preview images using Next.js file conventions and the next/og library. Server-rendered JSX images cached at build time.
base-app-setup
by andrelandgraf
Complete setup guide for a Next.js app with Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK.
markdown-to-epub-converter
by smerchek
Convert markdown documents and chat summaries into formatted EPUB ebook files that can be read on any device or uploaded to Kindle.
market-data
by rebyteai-template
Access US stock market data including price bars, news with sentiment, and company details via eng0 data API. Use when user asks for stock prices, OHLCV data, price history, stock news, or company information. Triggers include "stock price", "price history", "OHLCV", "stock news", "company info", "market data", "ticker data". Do NOT use for SEC filings (use sec-edgar-skill instead).
formsmd-builder
by rebyteai-template
Build stylish, Typeform-like multi-step forms and surveys using Forms.md library. Use when user asks to: create a form, build a survey, make a questionnaire, create an onboarding flow, build a feedback form, or any multi-step data collection UI. Outputs standalone HTML files with embedded CSS/JS that can be deployed anywhere.
figma-plugin
by srstomp
Use when building Figma plugins, creating design automation tools, implementing sandbox/UI communication, or working with the Figma Plugin API for node manipulation, styles, and components.
documentation
by srstomp
Create and maintain technical documentation including READMEs, API docs, architecture decision records (ADRs), and user guides. Use this skill when writing project documentation, documenting APIs, recording architectural decisions, creating how-to guides, or establishing documentation standards.
python-fastapi-patterns
by autohandai
FastAPI best practices, async patterns, and Pydantic validation
documentation-writing
by autohandai
Technical documentation best practices and API documentation
rust-best-practices
by koolamusic
Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5) optimizing Rust code for performance, (6) writing tests or documentation for Rust projects.
api-design-restful
by autohandai
RESTful API design patterns, error handling, and documentation
antdv-next
by antdv-next
Antdv Next Vue 3 component library. Use when locating component API docs, props/events/slots, or playground demos.
charted-review
by marmicode
Reviews a design doc with expert sub-agents
testing-strategy
by srstomp
Use when designing test architecture, building API test suites, validating API contracts, setting up component or E2E testing, managing test data, debugging flaky tests, reviewing coverage strategy, or organizing test files. Covers test pyramid, mocking (MSW), frontend (React Testing Library, Playwright), and CI integration.
wechat-article-publisher
by iamzifei
Publish Markdown/HTML articles to WeChat Official Account (微信公众号) drafts via API
jupyter-notebook-analysis
by Delphine-L
Best practices for creating comprehensive Jupyter notebook data analyses with statistical rigor, outlier handling, and publication-quality visualizations