moai-workflow-jit-docs

Solid

Enhanced Just-In-Time document loading system that discovers, loads, and caches relevant documentation based on user intent and project context. Use when users need specific documentation on demand.

AI & Automation 1,050 stars 192 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Quick Reference (30 seconds) Purpose: Load relevant documentation on-demand based on user intent and context. Primary Tools: - WebSearch: Find latest documentation and resources online - WebFetch: Retrieve specific documentation pages - Context7 MCP: Access official library documentation (when available) - Read, Grep, Glob: Search local project documentation Trigger Patterns: - User asks specific technical questions - Technology keywords detected in conversation - Domain expertise required for task completion - Implementation guidance needed ## Implementation Guide ### Intent Detection The system recognizes documentation needs through several patterns: Question-Based Triggers: - When users ask specific implementation questions (e.g., "how do I implement JWT authentication?") - When users seek best practices or optimization guidance - When troubleshooting questions arise Technology-Specific Triggers: - Detection of framework names: FastAPI, React, PostgreSQL, Docker, Kubernetes - Detection of library names: pytest, TypeScript, GraphQL, Redis - Detection of tool names: npm, pip, cargo, maven Domain-Specific Triggers: - Authentication and authorization topics - Database and data modeling discussions - Performance optimization inquiries - Security-related questions Pattern-Based Triggers: - Implementation requests: "implement", "create", "build" - Architecture discussions: "design", "structure", "pattern" - Troubleshooting: "debug", "fix", "error", "not working...

Details

Author
modu-ai
Repository
modu-ai/moai-adk
Created
8 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

moai-workflow-project

Integrated project management system covering documentation, language initialization, template optimization, docs generation, and JIT document loading. Absorbed from moai-workflow-templates, moai-docs-generation, and moai-workflow-jit-docs.

1,050 Updated today
modu-ai
AI & Automation Listed

documentation-lookup

Live documentation lookup workflow for frameworks, libraries, and APIs. Use when up-to-date reference material is needed.

0 Updated today
JunMystery
Data & Documents Listed

documentation-lookup

Load when a workflow-router-selected owner workflow needs current library, framework, SDK, API, CLI, or cloud-service documentation; fetch docs instead of relying on training data or ordinary repo evidence.

1 Updated today
JasonxzWen
AI & Automation Listed

mkdocs-finder

Retrieve up-to-date library, framework, and project documentation using scripts + MCP tools (Context7, Context Hub) with intelligent fallback. Use this skill whenever the user or agent needs documentation for any library, framework, API, SDK, or internal project spec. Triggers on "docs for [X]", "how does [library] work", "find documentation", "API reference for", "look up [feature] in [library]", "latest docs", "what's the API for", "find our [internal spec]", or any request that requires current, accurate documentation rather than relying on training data. Always prefer this skill over raw WebSearch for documentation retrieval — it returns structured, context-efficient results.

14 Updated today
ngocsangyem
AI & Automation Solid

moai-docs-generation

Documentation generation patterns for technical specs, API docs, user guides, and knowledge bases using real tools like Sphinx, MkDocs, TypeDoc, and Nextra. Use when creating docs from code, building doc sites, or automating documentation workflows.

1,050 Updated today
modu-ai