- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
project-onboarding
by mindmorass
Onboard new projects with standardized configuration and documentation
intelligems-core
by Victorpay1
Shared Python library for Intelligems Analytics skills. Sets up the workspace, API client, metric helpers, and configuration. Run this before using any other Intelligems Analytics skill.
lib-docs
by brettatoms
Fetch library documentation and code examples. Use when user asks about library APIs, needs code examples, or says "use lib-docs", "lookup docs for X", "how does [library] work". Works with any language/framework.
zod-v4
by boneskull
Expert guidance on Zod v4 validation library including breaking changes from v3, migration patterns, core API usage, and common validation patterns. Use when working with Zod schemas, validation, type inference, or migrating from Zod v3.
Oracle IP Intelligence
by oci-ai-architects
AI-powered intellectual property analysis patterns for enterprise innovation protection
reflect
by OliverOuyang
反射技能 - 分析任务执行历史,提取成功模式和失败教训,自动更新相关技能定义
git-worktree-professional
by tomoasleep
Create, Manage Git worktrees. Read this when you use git worktree.
blog-post-writer
by SomtoUgeh
Transform brain dumps into polished blog posts in Nick Nisi's voice. Use when the user wants to write a blog post with scattered ideas, talking points, and conclusions that need organization into a cohesive narrative with Nick's conversational, authentic, and thoughtful tone.
aliyun-ask
by go-restream
自然语言查询阿里云资源(ECS/RDS/VPC/SLB/OSS等),分析需求、生成执行计划、执行Aliyun CLI命令并返回查询结果。支持简单查询、关联查询、复合查询、诊断查询等多种场景。仅支持只读查询操作,拒绝任何变更类需求。需要执行 Aliyun CLI 命令和读写临时文件,请确保工作目录安全。
prism
by violetio
Prism checkout orchestration context
aip-protocol-buffers
by newtonmunene99
Summarizes Google AIPs for designing and working with protocol buffers, RPCs, services, messages, fields, and naming. Use when authoring or reviewing .proto files, designing resource-oriented APIs, aligning with google.aip.dev and the API Linter, or checking naming and request/response patterns for standard methods.
sentry-code-review
by getsentry
Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.
hike
by code-hike
Display a rich explanation of the current conversation. Only use when explicitly called.
unity-review-general
by cuozg
PR quality gate — sole APPROVE or REQUEST_CHANGES authority. Triggers — 'approve PR', 'final review', 'quality gate', 'approve or reject'.
critical-thinking
by plutowang
Always-on skill that enforces critical thinking during coding. Auto-apply on every coding task to prevent yes-man behavior, challenge assumptions, and ensure technical decisions are well-reasoned.
codewiki
by Zurybr
Use when needing to explore GitHub repository documentation, understand codebase architecture, or get structured docs for any public repo without cloning. Use for research before using a library, understanding unfamiliar code, or providing context about open-source projects.
automation-workflow-builder
by kyuhyi
Next.js와 Node.js를 활용하여 커스텀 자동화 워크플로우를 설계하고 구현하는 스킬. API 연동과 스케줄링을 통해 복잡한 비즈니스 로직을 자동화합니다.
workspace-manager
by falaky87
Workspace setup and organization assistant for ClawPad users. Triggers on: (1) First-time setup - "just set up ClawPad", "new workspace", "help me organize" (2) Project creation - "new project", "create folder structure" (3) Workspace maintenance - "reorganize", "clean up workspace", "where should I put" (4) Document creation - "create a plan", "new tracking doc", "start a runbook"
paperless-search
by NicolaiSchmid
Search documents in Paperless-ngx via REST API. Full-text search, tag/correspondent filtering, and direct links to documents.
bknd-session-handling
by cameronapak
Use when managing user sessions in a Bknd application. Covers JWT token lifecycle, session persistence, automatic renewal, checking auth state, invalidating sessions, and handling expiration.
create-watchos-version
by GhostScientist
Analyzes existing iOS/macOS/Apple platform projects to create a comprehensive, phased plan for building a watchOS companion or standalone app. Use when users want to add watchOS support to an existing Apple platform app, create a Watch app version of their iOS app, or build watchOS features. The skill digests project architecture, identifies patterns, analyzes API compatibility, searches for current watchOS documentation, and produces a detailed implementation plan with API availability warnings before any code generation.
ai-multimodal
by mamba-mental
Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens.
bknd-serve-files
by cameronapak
Use when serving uploaded files to users. Covers API-proxied file serving, direct storage URLs (S3/R2/Cloudinary), CDN configuration, public file URLs, caching headers, image optimization with Cloudinary, and serving files in frontend applications.
bknd-query-filter
by cameronapak
Use when building advanced queries with complex filtering conditions in Bknd. Covers all filter operators ($eq, $ne, $gt, $lt, $like, $ilike, $in, $nin, $isnull, $between), logical operators ($or, $and), nested conditions, combining filters, and dynamic query building.