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.
50
56%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./.moai/archive/skills/v3.0/moai-workflow-jit-docs/SKILL.mdPurpose: Load relevant documentation on-demand based on user intent and context.
Primary Tools:
Trigger Patterns:
The system recognizes documentation needs through several patterns:
Question-Based Triggers:
Technology-Specific Triggers:
Domain-Specific Triggers:
Pattern-Based Triggers:
The system retrieves documentation from multiple sources in priority order:
Local Project Documentation (Highest Priority):
Official Documentation Sources:
Community Resources:
Real-Time Web Research:
Intent Analysis Process:
Source Prioritization:
Context-Aware Caching:
Content Quality Evaluation:
Relevance Ranking:
Authentication Implementation Workflow:
Database Optimization Workflow:
New Technology Adoption Workflow:
Network Failures:
Content Quality Issues:
Relevance Mismatches:
Caching Strategy:
Efficient Loading:
Batch Processing:
Multi-Source Aggregation:
Context Persistence:
Proactive Loading:
Agents:
Skills:
Commands:
| Rationalization | Reality |
|---|---|
| "I already know where the docs are, JIT loading is unnecessary" | JIT docs discover context you did not know existed. Manual lookup misses cross-references. |
| "Loading all docs upfront is simpler than on-demand" | Upfront loading wastes tokens on irrelevant content. JIT loads only what matches the current intent. |
| "The cached version is recent enough" | Stale caches serve stale answers. Validate cache freshness before using cached documents. |
| "This task does not need documentation" | Every non-trivial task benefits from context. JIT docs surface relevant constraints proactively. |
| "I will find the right doc by browsing the directory" | Directory browsing is O(n). JIT matching by intent keywords is O(1) for the user. |
05117b6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.