Docs Gen

Generate and maintain documentation

Showing 4537-4560 of 5088 skills
hubeiqiao

debugging-analytics-tracking

by hubeiqiao

Debug analytics tracking that silently fails. Use when: (1) Analytics events fire in console but data doesn't appear in dashboard, (2) sendBeacon requests invisible in Network tab, (3) API returns "Failed to record event" with no details, (4) Database insert fails silently. Covers sendBeacon debugging, schema mismatch diagnosis, and silent failure patterns.

API Dev 0 3mo ago
ocmrz

npm-trends

by ocmrz

Fetch and compare npm package download statistics with trend analysis. Use when the user asks about npm trends, package popularity, download counts, growth rates, or wants to compare npm packages over time.

API Dev 0 4mo ago
thierryteisseire

leadgenius-api

by thierryteisseire

Comprehensive toolset for interacting with LeadGenius Pro APIs. Use for managing B2B leads, clients, companies, enrichment settings, AI-driven lead processing (enrichment, copyright, SDR AI), search history, webhooks, territory analysis, email services, and integrations. Supports Cognito JWT (cookies + Bearer) and API key authentication with multi-tenant data isolation.

API Dev 0 3mo ago
karchtho

integration-testing

by karchtho

Integration testing for Express APIs, HTTP endpoint testing, supertest, API testing patterns, authentication testing, request validation. Activates when user mentions "integration test", "API testing", "Express testing", "supertest", "endpoint testing", "HTTP testing", or wants to test Express routes and middleware.

API Dev 0 4mo ago
pengelbrecht

agentviewer

by pengelbrecht

Display rich content (markdown, code, diffs, mermaid diagrams) to users in a browser viewer. Use when you need to show complex content that benefits from rich rendering - reports, documentation, code with syntax highlighting, git diffs, or diagrams.

API Dev 0 4mo ago
miracloon

governance-docs-standard

by miracloon

【WHEN】当用户要新增/修改/评审“治理层文档”(README.md、CLAUDE.md、以及用户显式指定的其他治理层文档)时启用; 【WHEN】当输出提案 vN.md、落地修改治理层文档、或产出 vN-review.md 时启用。 【WHEN NOT】不用于业务功能开发、不用于代码实现细节、不用于非治理层文档(如普通开发笔记/模块设计/接口文档)。

Code Review 0 5mo ago
shadowcz007

daily-briefing

by shadowcz007

从 mixdao latest 获取数据 → 用 MiniMax-M2.5 做分类整理(agent loop:至多5组、每组至少3条)并生成分组摘要与每条推荐语 → 按 cachedStoryId 提交推荐语并上传简报到 mixdao。需配置 MIXDAO_API_KEY、ANTHROPIC_API_KEY。自然语言触发示例:「执行 daily briefing」「做今日 mixdao 简报」。

API Dev 0 3mo ago
yusenthebot

h3

by yusenthebot

Minimal H(TTP) framework built for high performance and portability.. Use when: building REST API servers; middleware-based request handling; route management. NOT for: client-side browser applications; static file serving without a server.

API Dev 0 3mo ago
marcoodignoti

revenuecat

by marcoodignoti

Comprehensive assistance with RevenueCat in-app subscriptions and purchases

API Dev 0 4mo ago
mola1129

nuxt

by mola1129

Nuxt MCP Serverを活用してNuxtアプリケーション開発を支援するスキル。MCP経由でNuxt公式ドキュメント・ブログ・デプロイガイドにアクセスし、開発中の疑問解決・デプロイ設定・バージョンマイグレーション・最新情報取得を行う。Nuxtプロジェクトでの開発作業中、Nuxtの機能やAPIについて調べたい時、デプロイ先を選定・設定したい時、Nuxtのバージョンを移行したい時、最新のリリース情報を確認したい時に使用する。

API Dev 0 3mo ago
enoch-robinson

api-design

by enoch-robinson

RESTful API 设计最佳实践。当用户需要设计 API 接口、定义端点规范、编写 API 文档、或评估现有 API 设计时使用此技能。

API Dev 0 4mo ago
LuciusCao

f2a-network

by LuciusCao

Activate when the user wants to discover, connect, or communicate with other OpenClaw Agents in the local network. Use for P2P networking, messaging between agents, invoking skills on remote agents, file sharing, or group chat.

Agents 0 3mo ago
maxoreric

evaluate-skill

by maxoreric

评价 Skill 执行结果的 Skill。当需要评价产出质量、判断是否需要迭代时触发。触发词:评价、evaluate、打分、怎么样、效果如何。

Processing 0 4mo ago
natsuboy

mermaid

by natsuboy

创建正确、美观的Mermaid图表。支持v11+所有特性。 ⚠️ 重要:此skill必须在独立子agent中运行,通过delegate_task委托。 【自动触发场景】主agent应立即委托: (1) 用户明确要求:"画一个架构图"、"创建mermaid图表"、"用流程图展示" (2) 用户提及具体图表类型:"画个flowchart"、"做个sequence diagram"、"创建甘特图" (3) 多图表需求:"创建系统文档(包含架构图、流程图等)"→ 并行委托 【建议触发场景】主agent应提供建议: (1) 架构设计:"设计XX系统的架构" → 建议创建架构图 (2) 流程说明:"说明XX的流程" → 建议创建流程图 (3) 时序分析:"XX服务之间如何交互" → 建议创建时序图 (4) 项目规划:"XX项目的时间安排" → 建议创建甘特图 【子agent执行】:选择图表类型和模板 → 创建并验证代码 → 保存文件 → 返回简洁摘要 【并行优化】:多个独立图表 → 同时启动多个Task(确保任务间无依赖关系)

Agents 0 3mo ago
fengxiaodong28

vue2.6.14

by fengxiaodong28

Vue 2.6.14 Options API best practices, reactivity system, component patterns, and ecosystem integration. Each reference shows Vue 2.6.14 specific solutions only.

API Dev 0 3mo ago
ncdevshiv

api-design-principles

by ncdevshiv

"Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing..."

API Dev 0 3mo ago
mridul-devx

fynd-extension

by mridul-devx

Guides development and debugging of Fynd extensions using the FDK (Fynd Development Kit). Covers backend layout (Express, platform/partner/basic routes), webhooks, company-scoped config, and common patterns for catalog, custom, and platform-scoped extensions. Use when working on any Fynd extension, FDK, Fynd Platform APIs, partner panel, or extension webhooks.

API Dev 0 3mo ago
ehyland

vitest

by ehyland

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

API Dev 0 3mo ago
KrystalDeFi

krystal-defi-api

by KrystalDeFi

Provides DeFi liquidity pool data, vault management, user positions, and LP transaction-building via the Krystal API. Use for pool analytics (TVL/volume/APR), listing positions (including single-position lookup by positionId), and LP actions like zap-in, zap-out (including fee-claim via liquidityPercent=0), swap-and-increase, adjust-range (rebalance), and compound across chains like Ethereum, BSC, Polygon, Arbitrum, Base, and Solana.

API Dev 0 3mo ago
tachfineamnay

Expert Desk (Admin Dashboard)

by tachfineamnay

Interface admin sur desk.oraclelumira.com — routing par sous-domaine, architecture, rôles, et gestion des commandes expert.

API Dev 0 3mo ago
aiagentskills

clojure-review

by aiagentskills

Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.

API Dev 0 4mo ago
Mucinous-freelance33

feishu-lark-agent

by Mucinous-freelance33

飞书/Lark 全能操作 Agent(消息/文档/多维表格/日历/任务/用户)。 ⚠️ skill 选择规则: - 发普通文本消息 → 本 skill(msg send) - 发富文本/卡片 → feishu-post / feishu-card - 查考勤 → feishu-attendance - 其余所有飞书操作 → 本 skill 触发词(任一匹配即调用): 发飞书、发消息给、查群消息、回复飞书、搜飞书消息、列群聊、 创建飞书文档、读飞书文档、查多维表、添加bitable记录、更新表格、 飞书日历、查日程、加日程、飞书任务、创建任务、完成任务、 查飞书用户、找联系人、获取open_id

Docs Gen 0 2mo ago
mojito-llm

plan-video

by mojito-llm

视频处理任务规划工具。从用户输入中提取视频 URLs,生成唯一 VideoId,创建结构化的 todolist.md 追踪待生成文件。支持小红书、抖音、TikTok、B站、YouTube、快手等 11+ 平台。

API Dev 0 7mo ago
Victory-Hugo

markitdown

by Victory-Hugo

"将文件和办公文档转换为 Markdown。支持 PDF、DOCX、PPTX、XLSX、图片(含 OCR)、音频(含转录)、HTML、CSV、JSON、XML、ZIP、YouTube 链接、EPub 等多种格式。"

Processing 0 4mo ago