| name | research-local |
| description | Documentation and codebase research for local Oz workflows using official docs, MCP servers, and local repository context |
Research Local
Use this skill when you need accurate, up-to-date information before changing code.
Research order
- Check the local codebase for existing patterns
- Use Context7 or official documentation for unfamiliar libraries
- Compare the docs with the current repository usage
- Summarize the recommended local approach before implementation
Output expectations
- concise summary
- relevant files or directories in the current project
- doc-backed recommendation
- version or compatibility caveats if they matter
Constraints
- Prefer official documentation
- Avoid speculative advice
- Keep the result grounded in the current local repository