文档生成

生成并维护文档

显示 1345-1368 / 共 5320 个技能
hylarucoder

hai-audit-docs-against-code

hylarucoder

Audits documentation against the actual code, config, schemas, and API contracts and produces a severity-ranked (P0-P3 + needs-evidence) report of every stale or mismatched claim, each with a doc location, a code/contract reference, the impact, and a minimal suggested fix. Use whenever the user wants to verify README/docs/API docs against the implementation, check whether docs fell behind, or confirm setup steps / env vars / endpoints / examples still match the code after a rename or refactor — even on casual asks like "是不是过时了", "README 和代码对不上", "readme 还准吗", "我们改了接口文档忘了更新吧", "audit our docs", or "do the docs still match". Trigger on 文档和代码一致性, 文档是否过时, 文档跟实现不一致, 这个 API 文档还准不准, openapi 和文档对得上吗, verify docs against code, docs vs implementation. For doc-vs-doc internal contradictions with no code comparison, use hai-audit-docs-internally instead.

API 开发 281 3个月前
existential-birds

docling

existential-birds

Docling document parser for PDF, DOCX, PPTX, HTML, images, and 15+ formats. Use when parsing documents, extracting text, converting to Markdown/HTML/JSON, chunking for RAG pipelines, or batch processing files. Triggers on DocumentConverter, convert, convert_all, export_to_markdown, HierarchicalChunker, HybridChunker, ConversionResult.

数据处理 79 7个月前
existential-birds

docs-style

existential-birds

Core technical documentation writing principles for voice, tone, structure, and LLM-friendly patterns. Use when writing or reviewing any documentation.

API 开发 79 7个月前
existential-birds

howto-docs

existential-birds

How-To guide patterns for documentation - task-oriented guides for users with specific goals

API 开发 79 7个月前
existential-birds

reference-docs

existential-birds

Reference documentation patterns for API and symbol documentation. Use when writing reference docs, API docs, parameter tables, or technical specifications. Triggers on reference docs, API reference, function reference, parameters table, symbol documentation.

API 开发 79 7个月前
existential-birds

elixir-docs-review

existential-birds

Reviews Elixir documentation for completeness, quality, and ExDoc best practices. Use when auditing @moduledoc, @doc, @spec coverage, doctest correctness, and cross-reference usage in .ex files.

代码评审 79 7个月前
existential-birds

humanize

existential-birds

Rewrite AI-generated developer text to sound human — fix inflated language, filler, tautological docs, and robotic tone. Use after review-ai-writing identifies issues.

代码评审 79 6个月前
existential-birds

exdoc-config

existential-birds

Configures ExDoc for Elixir projects including mix.exs setup, extras, groups, cheatsheets, and livebooks. Use when setting up or modifying ExDoc documentation generation.

CI/CD 79 7个月前
SpartanLabsXyz

simmer-skill-builder

SpartanLabsXyz

Generate complete, installable OpenClaw trading skills from natural language strategy descriptions. Use when your human wants to create a new trading strategy, build a bot, generate a skill, automate a trade idea, turn a tweet into a strategy, or asks "build me a skill that...". Produces a full skill folder (SKILL.md + Python script + config) ready to install and run.

API 开发 48 6个月前
SpartanLabsXyz

polymarket-ai-divergence

SpartanLabsXyz

Find markets where Simmer's AI consensus diverges from the real market price, then trade on the mispriced side using Kelly sizing. Scans for divergence, checks fees and safeguards, and executes trades on zero-fee markets with sufficient edge.

API 开发 48 6个月前
SpartanLabsXyz

polymarket-elon-tweets

SpartanLabsXyz

'Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.'

API 开发 48 6个月前
SpartanLabsXyz

polymarket-mert-sniper

SpartanLabsXyz

Near-expiry conviction trading on Polymarket. Snipe markets about to resolve when the odds are heavily skewed. Filter by topic, cap your bets, and only trade strong splits close to deadline.

API 开发 48 6个月前
SpartanLabsXyz

simmer-x402

SpartanLabsXyz

Make x402 payments to access paid APIs and gated content. Use when a skill needs to fetch data from x402-gated endpoints (like Kaito mindshare API, Simmer premium endpoints, or any x402 provider). Handles 402 Payment Required responses automatically using USDC on Base.

API 开发 48 6个月前
travisjneuman

android-development

travisjneuman

Android development with Kotlin, Jetpack Compose, and modern Android architecture. Use when building Android apps, implementing Material Design, or following Android best practices.

API 开发 95 7个月前
telagod

🏗 阵法秘典 · 架构设计能力中枢

telagod

☠️ 一键为 Claude Code / Codex CLI 注入邪修人格与 40+ 安全工程秘典 npx code-abyss

API 开发 241 6个月前
smallnest

slidev

smallnest

Create and edit presentation slides using Slidev framework when user requests slides, presentations, or deck modifications

文档生成 300 9个月前
neutree-ai

日本語テストapi

neutree-ai

Japanese character filename test. Use when working with the 日本語テストAPI or when the user needs to interact with this API.

API 开发 336 7个月前
neutree-ai

swagger-petstore-openapi-3-0

neutree-ai

This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about. Use when working with the Swagger Petstore - OpenAPI 3.0 or when the user needs to interact with this API.

API 开发 336 7个月前
GongLingRui

output-formatter

GongLingRui

整合智能体输出结果为结构化最终输出,支持多种格式。适用于整合分析报告、生成结构化报告

文档生成 363 8个月前
jxnl

slidev-presentation-kit

jxnl

"Create or edit Slidev presentations in the /Users/jasonliu/dev/presentations repo. Use for drafting new decks, editing existing slides, applying repo-specific Slidev conventions, and polishing/animation work. Triggers: Slidev slide requests, layout/components usage, deck setup, or presentation workflow guidance for this repo."

自动化 277 7个月前
dykyi-roman

api-design-knowledge

dykyi-roman

API Design knowledge base. Provides REST constraints, Richardson Maturity Model, HTTP semantics, content negotiation, and GraphQL/gRPC comparison for API audits and generation.

API 开发 96 6个月前
dykyi-roman

adr-template

dykyi-roman

Generates Architecture Decision Records (ADR) for PHP projects. Creates structured decision documentation with context, decision, and consequences.

数据处理 96 6个月前
dykyi-roman

check-comments

dykyi-roman

Analyzes PHP code for comment quality issues. Detects missing PHPDoc, outdated comments, commented-out code, opportunities for self-documenting code.

注释 96 6个月前
dykyi-roman

architecture-doc-template

dykyi-roman

Generates ARCHITECTURE.md files for PHP projects. Creates layer documentation, component descriptions, and architectural diagrams.

API 开发 96 6个月前