Docs Gen

Generate and maintain documentation

Showing 2281-2304 of 5142 skills
youyouhe

bid-commercial-proposal

by youyouhe

编写投标/响应文件的商务标部分。从分析报告中动态读取附件清单、商务条件、 资格要求和评分标准,收集公司信息后逐附件编写报价函、资格证明、业绩材料、 声明函等商务文件。输出Markdown格式文件到 响应文件/ 目录。 当用户要求编写商务标、商务文件、投标附件、报价文件时触发。 也支持修复模式:当用户要求修复/补充商务文件、处理质检反馈时触发。 前置条件:需已完成 bid-analysis 生成分析报告。

Docs Gen 4 5mo ago
youyouhe

bid-verification

by youyouhe

对招标文件分析报告进行逐项核实,与原始采购文件交叉验证每一个关键数据点。 检查分析报告中的金额、分值、资格条件、时间节点、评分规则等是否与原文一致, 识别幻觉数据、遗漏信息、数值错误。当用户要求核实/校验/审核分析报告时触发。

Docs Gen 4 5mo ago
rsdouglas

janee

by rsdouglas

Secure API proxy that stores credentials encrypted and injects auth server-side. Use when: (1) making any external API call — "call the Stripe API", "enrich my data [from PeopleDataLabs]", "create an image [using Nano Banana API]", "use a [RapidAPI service]", (2) the user shares an API key, token, or secret — "here's my API key", "I have a token for..." — store it in Janee instead of handling it directly, (3) you see API keys in env vars, .env files, or config files — offer to migrate them into Janee, (4) you're about to put a key in a curl command or Authorization header — use execute() instead. Do NOT use for: general coding questions, local file operations, or tasks that don't involve external API calls.

API Dev 30 5mo ago
MarcelLeon

docx

by MarcelLeon

"全面的文档创建、编辑和分析功能,支持修订追踪、评论、格式保留和文本提取。当 Claude 需要处理专业文档(.docx 文件)时使用,包括:(1) 创建新文档,(2) 修改或编辑内容,(3) 使用修订追踪,(4) 添加评论,或任何其他文档任务"

CLI Tools 43 6mo ago
224-Industries

webflow-webhooks

by 224-Industries

Receive and verify Webflow webhooks. Use when setting up Webflow webhook handlers, debugging signature verification, or handling Webflow events like form_submission, site_publish, ecomm_new_order, or collection item changes.

API Dev 8 5mo ago
wangyendt

deep-think

by wangyendt

'Use when user requests deep analysis, thorough thinking, or detailed breakdown of a problem. Triggered by phrases like: 帮我深入思考, 请仔细分析, 帮我详细拆解, 请梳理一下思路, 仔细考虑, 深入理解, 详细分析, or similar expressions indicating need for systematic thinking. The skill applies ReAct-Plan framework: interleaving chain-of-thought reasoning with explicit global planning, dynamic prediction, and reflection to overcome myopic behaviors.'

Code Gen 8 5mo ago
wangyendt

pywayne-llm-chat-window

by wangyendt

PyQt5-based GUI chat window for LLM conversations with streaming responses and stop functionality. Use when working with pywayne.llm.chat_window module to create desktop chat applications with customizable window configuration, system message management, and real-time streaming display.

API Dev 8 5mo ago
wangyendt

pywayne-helper

by wangyendt

Project configuration management helper for YAML config files. Use when projects need cross-process/cross-file parameter sharing via a centralized config file. Supports automatic project root detection, nested config key management, and waiting mechanism for values set by other processes.

API Dev 8 5mo ago
wangyendt

pywayne-lark-bot

by wangyendt

Feishu/Lark Bot API wrapper for full-featured Feishu bot interactions. Use when users need to send messages (text, image, audio, file, post, interactive, share), especially Markdown delivery via send_markdown_to_chat with card_v2/post routing, table fallback, and auto chunking; manage files (upload/download); query user/group info; or listen for incoming messages with LarkBotListener.

Docker 8 5mo ago
kesslerio

mineru-pdf

by kesslerio

Parse PDFs locally (CPU) into Markdown/JSON using MinerU. Assumes MinerU creates per‑doc output folders; supports table/image extraction.

Processing 8 6mo ago
kojott

docu-optimizer

by kojott

Optimize CLAUDE.md and docs/ ecosystem following Boris Cherny's best practices

API Dev 15 5mo ago
noartem

laravel-routes-best-practices

by noartem

Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files

API Dev 10 6mo ago
noartem

laravel-laravel-prompting-patterns

by noartem

Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code

API Dev 10 6mo ago
noartem

laravel-api-resources-and-pagination

by noartem

Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly

API Dev 10 6mo ago
noartem

laravel-rate-limiting

by noartem

Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients

API Dev 10 6mo ago
huifer

seo-auditor

by huifer

对整个项目进行全面 SEO 审计,扫描所有页面和组件,生成优先级排序的问题列表和修复建议。包括技术 SEO、内容 SEO、E-E-A-T 权威性、内容策略和性能相关建议。提供 0-100 分的 SEO 评分系统(6 个维度)。支持中英文双语。

Docs Gen 110 6mo ago
kthorn

Checking ChEMBL for Structured SAR Data

by kthorn

Check if medicinal chemistry papers are in ChEMBL database to access curated bioactivity data

API Dev 115 9mo ago
luoyuweidu1

podcastcut:剪播客

by luoyuweidu1

播客音频转录和AI深度语义分析。基于阿里云FunASR API,生成增强审查界面和自动剪辑。触发词:剪播客、处理播客、编辑音频

Processing 46 5mo ago
luoyuweidu1

podcastcut:质检

by luoyuweidu1

播客剪辑质量检测。自动分析剪切点的能量突变、静音异常、频谱跳变,输出质量报告并标记需要人工复听的片段。触发词:质检、检查剪辑、QA、check edit

Processing 46 5mo ago
luoyuweidu1

podcastcut:安装

by luoyuweidu1

环境准备。注册 Skills、安装依赖、配置 API Key、验证环境。触发词:安装、环境准备、初始化

API Dev 46 5mo ago
luoyuweidu1

podcastcut:自进化

by luoyuweidu1

自进化 skills。记录用户反馈,更新方法论和规则。触发词:更新规则、记录反馈、改进skill

Agents 46 5mo ago
markus1189

nzb-search

by markus1189

"Search and download NZB files from Usenet indexers (SceneNZBs, NZBgeek, NZBFinder, NZBPlanet) for movies, TV shows, books, and other media. Use when the user wants to find or download content from Usenet, mentions NZBs, asks for movies/TV/books with download intent, or wants to manage their cart."

API Dev 5 5mo ago
teamtinvio

jaz-recipes

by teamtinvio

16 IFRS-compliant recipes for complex multi-step accounting in Jaz — prepaid amortization, deferred revenue, loan schedules, IFRS 16 leases, hire purchase, fixed deposits, asset disposal, FX revaluation, ECL provisioning, IAS 37 provisions, dividends, intercompany, and capital WIP. Each recipe includes journal entries, capsule structure, and verification steps. Paired with 13 financial calculators that produce execution-ready blueprints with workings.

Processing 5 4mo ago
ahgraber

mermaid

by ahgraber

Generate Mermaid diagrams for chatbot flows that render in Markdown, including choosing diagram types, producing valid Mermaid code blocks, and validating or rendering diagrams locally via the bundled scripts. Use when a user asks for chatbot flowcharts/sequence/state diagrams, wants Mermaid syntax, or needs to verify/render Mermaid without a web service.

CLI Tools 5 5mo ago