Search: "documentation"
Showing 20 of 20 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.
documentation-and-adrs
# Documentation and ADRs ## Overview Document decisions, not just code. The most valuable documentation captures the *why* โ the context, constraints, and trade-offs that led to a decision. Code shows *what* was built; documentation explains *why it was built this way* and *what alternatives were considered*. This context is essential for future humans and agents working in the codebase. ## When to Use - Making a significant architectural decision - Choosing between competing approaches - Adding or changing
go-documentation
# Go Documentation ## Resource Routing - `scripts/check-docs.sh` - Run when checking exported functions, types, methods, constants, and packages for missing doc comments. - `scripts/check-docs-ast.go` - Implementation helper invoked by `check-docs.sh`; patch this when changing documentation analysis behavior. - `assets/doc-template.go` - Use when starting a documented package or exported API. - `references/CONVENTIONS.md` - Read when documenting parameters, context behavior, concurrency safety, cleanup, err