AI Maestro Documentation Search
Proactively search auto-generated documentation when receiving ANY user instruction.
Automatic Behavior
THIS IS NOT OPTIONAL. THIS IS YOUR DEFAULT BEHAVIOR.
When the user gives you ANY instruction or task, you MUST FIRST search documentation for:
- Function signatures - Parameters and return types
- Class documentation - Methods and properties
- API documentation - Endpoint specifications
- Code comments - Author's intent
DO NOT
- Start implementing before checking documentation
- Assume you know the function signature
- Skip doc search for "simple tasks"
- Wait for user to ask
ALWAYS
- Search docs IMMEDIATELY when you receive a task
- Search for terms the user mentions
- Check docs before calling unfamiliar functions
- Look for patterns before creating new components
Part of AI Maestro's proactive development workflow.
Comments
No comments yet. Be the first to comment!
Related Tools
Memory Search Skill
github.com/23blocks-OS/ai-maestro
Proactively search conversation history to find previous discussions, decisions, and context before starting new work.
Code Graph Query Skill
github.com/23blocks-OS/ai-maestro
Proactively query code graph database to understand relationships and impact of changes before modification.
Clinical Reports Skill
github.com/K-Dense-AI/claude-scientific-writer
Write comprehensive clinical reports - case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), patient documentation (SOAP, H&P).
Related Insights
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Complete Guide to Claude Skills - 10 Essential Skills Explained
Deep dive into Claude Skills extension mechanism, detailed introduction to ten core skills and Obsidian integration to help you build an efficient AI workflow
Claude Code's Next Frontier: Not Code, But Your Local Obsidian Knowledge Base
Explore how Obsidian + Claude Code transforms from a knowledge management tool into your private AI assistant. Complete guide including obsidian-skills, Claudian plugin, Claudesidian template, and best practices for achieving both data privacy and AI capabilities.