Docs Gen

Generate and maintain documentation

Showing 4873-4896 of 5084 skills
relunctance

task-split-skill

by relunctance

AI Agent 任务拆解方法论 — 将模糊需求拆解为可执行、可追踪、可验证的工作计划,支持读取 PLAN.md 生成 milestone + subTask

Docs Gen 0 18d ago
Baxahaun

project-starter-skill

by Baxahaun

"Skill global para inicializar proyectos completos en Antigravity usando el protocolo E.T.A.P.A. (Estrategia, Tests, Arquitectura, Pulido, Automatización). Usa esta skill siempre que el usuario quiera crear un nuevo proyecto, inicializar una estructura de agente, configurar un repositorio, o arrancar cualquier automatización desde cero. También se activa cuando el usuario menciona 'nuevo proyecto', 'iniciar proyecto', 'configurar proyecto', 'etapa', 'project starter', 'scaffold', o cualquier intención de comenzar algo nuevo que necesite estructura."

Agents 0 3mo ago
engsimsoft

create-text-document

by engsimsoft

Создание текстовых документов. Загрузи этот skill ПЕРЕД созданием документа, статьи, отчёта или письма.

Code Gen 0 4mo ago
rnldsalili

api-route-endpoint

by rnldsalili

Create or update Hono API routes/endpoints in apps/api for this repo (Cloudflare Workers). Use when adding/editing route index files, handlers, or Zod schemas, wiring middleware, Prisma access, validation, and the standard JSON response shape.

API Dev 0 4mo ago
ShiDongZhao

drissionpage-docs-lookup

by ShiDongZhao

在编写 DrissionPage 代码时查询最新的官方文档。适用于需要获取 DrissionPage 浏览器控制、元素操作、配置等最新 API 和使用方法的场景。包含文档地址、常用模块和查询策略。

API Dev 0 25d ago
JoseGusnay

angular-enterprise-data

by JoseGusnay

"State management in Angular 17+ and HTTP architecture. Covers Signals (UI state), RxJS (Async/HTTP), and Functional Interceptors."

API Dev 0 3mo ago
jakenuts

cloudflare

by jakenuts

Manage Cloudflare infrastructure including DNS records, zones, SSL/TLS, caching, firewall rules, Workers, Pages, and analytics. Use when working with Cloudflare APIs, creating or modifying DNS records, managing domain security, purging cache, deploying Workers/Pages, or analyzing traffic. Created by After Dark Systems, LLC.

API Dev 0 4mo ago
ShotaIuchi

context-aws-sam

by ShotaIuchi

AWS SAM serverless development context. Apply when working with template.yaml, Lambda handler files, samconfig.toml, API Gateway integrations, sam local commands.

API Dev 0 3mo ago
yusenthebot

dayjs

by yusenthebot

2KB immutable date time library alternative to Moment.js with the same modern API . Use when: 🕒 Familiar Moment.js API & patterns; 📦 2kb mini library; 👫 All browsers supported. NOT for: timezone database hosting; building calendar UIs.

API Dev 0 3mo ago
zxhfighter

svg-illustrator

by zxhfighter

为文章、概念或技术文档创作原生 SVG 艺术插画。支持多种风格(架构图、概念图、流程图),确保在 Obsidian 中完美渲染。

Docs Gen 0 4mo ago
jrodrigopuca

using-jsdoc

by jrodrigopuca

Guide for documenting JavaScript and TypeScript code using JSDoc. Use when adding documentation to functions, classes, methods, variables, types, interfaces, modules, or any code element. Includes tag syntax, type expressions, patterns for parameters, returns, generics, and TypeScript-specific documentation. Trigger with phrases like "document this function", "add JSDoc", "document with JSDoc", or "add documentation comments".

Docs Gen 0 3mo ago
aleister1102

issue-triage

by aleister1102

Use when triaging GitHub security issues — fetch issues by number or range, classify as false positive or true positive, assess bypass potential, and then label and close each issue with a brief comment. Triggers on "validate issue N", "triage issues 189-199", "check if issue is exploitable", "close false positive issues".

Code Review 0 2mo ago
zxhfighter

markdown-formatter

by zxhfighter

当用户要求格式化 markdown 文档、修复语法错误、优化排版、智能分段、清理冗余内容、检查文档质量时使用

Docs Gen 0 4mo ago
october-academy

unknown

by october-academy

This skill should be used when the user provides a strategy, plan, or decision document and wants to surface hidden assumptions and blind spots using the Known/Unknown 4-quadrant framework. Trigger on "known unknown", "4분면 분석", "blind spots", "what am I missing", "뭘 놓치고 있지", "전략 점검", "가정 점검", "quadrant analysis". For requirement clarification use vague; for content-vs-form reframing use metamedium.

Code Gen 0 3mo ago
pc-style

blog-post

by pc-style

Create pcstyle.dev developer blog posts in the dual-author (ME MYSELF + MY AI AGENT) format, including MDX structure, custom components, and API/CLI publishing steps.

API Dev 0 4mo ago
jyasuu

tbls

by jyasuu

Database schema documentation tool for PostgreSQL and other databases.

Database 0 4mo ago
hence-sh

hence-share

by hence-sh

Share a completed project to the Hence gallery (hence.sh) so the world can see what you built with AI. Use when the user has finished building something and wants to share it, post it to Hence, showcase their work, or upload screenshots of their project. Triggers on phrases like "share this on Hence", "post to Hence", "upload my project", or "let's publish this".

API Dev 0 3mo ago
Muayhannya

dna-memory

by Muayhannya

DNA 记忆系统 - 让 AI Agent 像人脑一样学习和成长。 三层记忆架构(工作/短期/长期)+ 主动遗忘 + 自动归纳 + 反思循环 + 记忆关联。 激活场景:用户提到"记忆"、"学习"、"进化"、"成长"、"记住"、"回顾"、"反思"。

Agents 0 2mo ago
sushi-labs

sushiswap-sdk

by sushi-labs

TypeScript SDK for interacting with the SushiSwap Aggregator and related primitives. This SDK is a typed wrapper over the SushiSwap API, providing ergonomic helpers for token amounts, prices, quotes, and swap transaction generation. USE THIS SKILL WHEN: - Building TypeScript or JavaScript applications - You want strongly typed token, amount, and fraction primitives - You need to request swap quotes or executable swap transactions via code - You want safer arithmetic, formatting, and comparisons without floating point errors - You prefer SDK-based integration over raw HTTP requests

API Dev 0 3mo ago
songlairui

correcting-transcriptions

by songlairui

Use when user requests to clean up, correct, or improve speech-to-text transcripts that contain filler words, repetitions, self-corrections, or conversational artifacts from voice notes, recordings, or transcribed audio.

API Dev 0 4mo ago
getcosmos

cosmos-delegate-to-agent

by getcosmos

Teaches agents how to effectively use the delegateToAgent tool for orchestrating multi-agent work. Covers dependency graph analysis, parallel vs serial execution patterns, and progress tracking. Use when an agent needs to delegate tasks to specialist agents, especially when working with plans, todos, or multi-step requests.

Automation 0 4mo ago
shadowcz007

solo-scope

by shadowcz007

从 Solo Scope RSS(https://www.mixdao.world/feed)拉取条目,按主题整理成 3~6 类,每类生成 140 字核心价值摘要,并附每条原标题与 URL 输出简报。由 Agent 自行完成拉取、整理、写简报。触发示例:「做 Solo Scope」「 olo Scope」「整理 mixdao feed」「RSS 分类简报」。

Agents 0 3mo ago
davidosemwegie

map-docs

by davidosemwegie

This skill should be used when the user asks to "map documentation links", "extract docs navigation", "get documentation structure", "scrape docs sidebar", or wants to understand the structure of a documentation website before creating skills.

API Dev 0 4mo ago
yldgio

nestjs

by yldgio

NestJS module architecture, dependency injection, guards, interceptors, and DTO validation

API Dev 0 4mo ago