Search: "documentation"
Showing 21 of 21 results
Alibabacloud Lindorm Agent Skill
Alibaba Cloud Lindorm cloud native multi-model database Skill. Covers instance management, monitoring, performance, storage, connections, backup, migration,...
Alibabacloud Odps Maxframe Coding
Use this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official exa...
Documentation
免费技术文档辅助技能。适用于说明文档、操作手册、部署文档、API 说明、 交付文档大纲、事实收集清单、写作顺序建议等本地文档整理场景。
Clawdbot Documentation Expert
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Clawdbot Documentation Expert
Expert guidance on navigating, understanding, configuring, troubleshooting, and automating Clawdbot using official documentation and config snippets.
Context7 Documentation Skill
Fetches up-to-date, version-specific documentation and code examples for any programming library or framework from Context7. Use this skill when the user nee...
Project Documentation
Complete workflow for project documentation including ADRs, PRDs, personas, and docs organization. Use when setting up documentation for a new project or improving existing docs. Triggers on project documentation, ADR, PRD, personas, docs structure, documentation setup.
Bootstrap 5.3.8 Documentation Reference
Documentation reference for Bootstrap 5.3.8. Use to look up the correct syntax, classes, and usage for Bootstrap components, utilities, layout, forms, and Sass variables. Not a coding tutor — only a reference lookup. Example triggers: "Can I put mt-2 on an input?", "What does navbar-expand-lg do?", "What are the available button classes?"
Preact v10.29.7 Documentation Reference
Documentation reference for Preact v10.29.7. Use to look up the correct syntax, hooks, components, and API behavior for Preact. Not a coding tutor — only a reference lookup. Example triggers: "How does useState() work in Preact?", "What props does render() accept?", "What's the difference between preact and preact/compat?"
anydocs - Generic Documentation Indexing & Search
Generic Documentation Indexing & Search. Index any documentation site (SPA/static) and search it instantly.
Context7 API Documentation Fetcher
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff Always prefer this over guessing library APIs or using outdated knowledge.
Api Design Documentation
AI-powered API design and documentation assistant — generate RESTful/OpenAPI specs, write comprehensive API docs (guides, tutorials, reference), create mock...
Documentation-Accurate Code Generation
Generate code that references actual documentation, preventing hallucination bugs. ALWAYS loads docs first, validates against API signatures, and verifies co...
API Documentation Builder
Generate comprehensive API documentation from code with examples, types, and OpenAPI specs
Api Documentation
Creates comprehensive API documentation including OpenAPI specs, reference guides, tutorials, and Postman collections. Makes your API developer-friendly.
Documentation Writer
Write clear, comprehensive documentation. Covers README files, API docs, user guides, and code comments. Create documentation that users actually read and un...
Comprehensive Tech Documentation
Creates layered, comprehensive technical documentation for projects, skills, or systems. Use when user requests 'write technical documentation', 'explain how...
API Documentation Generator
Auto-generates comprehensive API docs from code. REST, GraphQL, WebSocket with examples and schemas.
chinese-documentation
# 中文技术文档写作规范 ## 概述 中文技术文档最常见的问题不是内容不够,而是**读起来别扭**——中英文挤在一起没有空格、全角半角混用、一股机翻味。本技能提供一套完整的中文技术文档写作规范,让你的文档**专业、好读、不出戏**。 **核心原则:** 排版服务于阅读体验,规范服务于一致性,内容服务于读者。 **参考标准:** [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines) ## 中文排版规范 ### 空格 **中英文之间加空格:** ``` # 好 使用 Git 进行版本管理,配合 Jenkins 实现持续集成。 # 坏 使用Git进行版本管理,配合Jenkins实现持续集成。 ``` **中文与数字之间加空格:** ``` # 好 本次更新包含 3 个新功能和 12 个 Bug 修复。 # 坏 本次更新包含3个新功能和12个Bug修复。 ``` **数字与单位之间加空格:** ``` # 好 文件大小不超过 5 MB,响应时间控制在 200 ms 以内。 # 坏 文件大小不超过5MB,响应时间控制在200ms以
dart-write-documentation
# Writing Dart API Documentation ## Contents * [1. Scope and Structure](#1-scope-and-structure) * [2. Tone and Openers](#2-tone-and-openers) * [3. Strict Anti-Patterns (Banned)](#3-strict-anti-patterns-banned) * [4. Technical Placement & Resolution](#4-technical-placement--resolution) * [5. Linking and Markdown](#5-linking-and-markdown) * [6. Verification](#6-verification) * [Examples](#examples) When asked to write or update documentation for Dart code, you must strictly follow these formatting rules based
markdown-documentation
# Markdown Documentation ## Table of Contents - [Overview](#overview) - [When to Use](#when-to-use) - [Quick Start](#quick-start) - [Reference Guides](#reference-guides) - [Best Practices](#best-practices) ## Overview Master markdown syntax and best practices for creating well-formatted, readable documentation using standard Markdown and GitHub Flavored Markdown (GFM). ## When to Use - README files - Documentation pages - GitHub/GitLab wikis - Blog posts - Technical writing - Project documentation - Comment