Search: "documentation"

Showing 20 of 20 results

Development ClawHub

Alibabacloud Lindorm Agent Skill

Agent

Alibaba Cloud Lindorm cloud native multi-model database Skill. Covers instance management, monitoring, performance, storage, connections, backup, migration,...

Development ClawHub

Alibabacloud Odps Maxframe Coding

Skill

Use this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official exa...

Development ClawHub

Documentation

Skill

ๅ…่ดนๆŠ€ๆœฏๆ–‡ๆกฃ่พ…ๅŠฉๆŠ€่ƒฝใ€‚้€‚็”จไบŽ่ฏดๆ˜Žๆ–‡ๆกฃใ€ๆ“ไฝœๆ‰‹ๅ†Œใ€้ƒจ็ฝฒๆ–‡ๆกฃใ€API ่ฏดๆ˜Žใ€ ไบคไป˜ๆ–‡ๆกฃๅคง็บฒใ€ไบ‹ๅฎžๆ”ถ้›†ๆธ…ๅ•ใ€ๅ†™ไฝœ้กบๅบๅปบ่ฎฎ็ญ‰ๆœฌๅœฐๆ–‡ๆกฃๆ•ด็†ๅœบๆ™ฏใ€‚

Development ClawHub

Clawdbot Documentation Expert

Skill

Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features

Development ClawHub

Clawdbot Documentation Expert

Skill

Expert guidance on navigating, understanding, configuring, troubleshooting, and automating Clawdbot using official documentation and config snippets.

Development ClawHub

Context7 Documentation Skill

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...

Development ClawHub

Project Documentation

Skill

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.

Development ClawHub

Bootstrap 5.3.8 Documentation Reference

Skill

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?"

Development ClawHub

Preact v10.29.7 Documentation Reference

Skill

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?"

Development ClawHub

anydocs - Generic Documentation Indexing & Search

Skill

Generic Documentation Indexing & Search. Index any documentation site (SPA/static) and search it instantly.

Development ClawHub

Context7 API Documentation Fetcher

Skill

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.

Development ClawHub

Api Design Documentation

Skill

AI-powered API design and documentation assistant โ€” generate RESTful/OpenAPI specs, write comprehensive API docs (guides, tutorials, reference), create mock...

Development ClawHub

Documentation-Accurate Code Generation

Skill

Generate code that references actual documentation, preventing hallucination bugs. ALWAYS loads docs first, validates against API signatures, and verifies co...

Development ClawHub

API Documentation Builder

Skill

Generate comprehensive API documentation from code with examples, types, and OpenAPI specs

Development ClawHub

Api Documentation

Skill

Creates comprehensive API documentation including OpenAPI specs, reference guides, tutorials, and Postman collections. Makes your API developer-friendly.

Development ClawHub

Documentation Writer

Skill

Write clear, comprehensive documentation. Covers README files, API docs, user guides, and code comments. Create documentation that users actually read and un...

Development ClawHub

Comprehensive Tech Documentation

Skill

Creates layered, comprehensive technical documentation for projects, skills, or systems. Use when user requests 'write technical documentation', 'explain how...

Development ClawHub

API Documentation Generator

Skill

Auto-generates comprehensive API docs from code. REST, GraphQL, WebSocket with examples and schemas.

Development ClawHub

documentation-and-adrs

Agent

# 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

Development ClawHub

go-documentation

Skill

# 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