Deep research on a codebase topic using isolated context. Use when asked to investigate, explore, or understand how something works in the codebase without cluttering the main conversation.
Install
npx skillscat add simplerick0/com-ackhax-configs/research Install via the SkillsCat registry.
SKILL.md
Research
Research "$ARGUMENTS" in isolated context.
Process
- Use Glob to find relevant files by name patterns
- Use Grep to search for keywords, function names, references
- Read key files to understand implementation
- Trace connections across the codebase
Output
Provide:
- Key findings with file:line references
- How components connect
- Recommendations or next steps if applicable