.agents/skills/research/SKILL.md
Deep research on technical topics, libraries, APIs, or concepts. Use when asked to research, investigate, explore deeply, or gather comprehensive information on a topic. Saves learnings to .agents/research/.
npx skillsauth add colmarius/colmarius.github.io researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Conducts deep research on technical topics, saving findings for future reference.
.agents/research/Before starting, confirm:
Use these tools in combination:
| Tool | Use For |
|------|---------|
| web_search | Find documentation, articles, tutorials |
| read_web_page | Extract detailed content from URLs |
| oracle | Deep analysis, synthesizing findings, reasoning about trade-offs |
| librarian | Explore open-source implementations |
Research strategy:
web_search to find authoritative sourcesread_web_page to extract key informationoracle for analysis and synthesislibrarian to find real-world implementationsSave research to .agents/research/[topic-slug].md:
# Research: [Topic Name]
**Date:** YYYY-MM-DD
**Status:** Draft | Complete
**Tags:** [relevant, tags]
## Summary
[2-3 sentence overview of key findings]
## Key Learnings
- Learning 1
- Learning 2
- Learning 3
## Details
### [Subtopic 1]
[Detailed findings]
### [Subtopic 2]
[Detailed findings]
## Sources
- [Source Title](url) - Brief description of what was learned
- [Source Title](url) - Brief description
## Open Questions
- [ ] Question that needs further research
- [ ] Another question
## Related Research
- [[other-topic.md]] - How it relates
Provide the user with:
Use kebab-case slugs: .agents/research/[topic-slug].md
Examples:
react-server-components.mdfirebase-auth-patterns.mdzod-vs-yup-comparison.mdFor comprehensive research, use Oracle with focused prompts:
task: "Analyze [topic] considering:
- Current best practices
- Common pitfalls
- Performance implications
- Security considerations"
Start research:
Research [topic] - [specific focus]
Check existing research:
ls -la .agents/research/
Update existing research: Add new sections or update status from Draft to Complete.
tools
Instructions for using tmux to spawn multiple processes, inspect them, and capture their output. Use when running servers, long-running tasks, or background processes.
development
Autonomous multi-iteration feature implementation using handoff loops. Use when asked to "run ralph", "execute autonomously", "implement this plan autonomously", or for hands-free feature development from structured plans.
data-ai
Analyze project and fill in PROJECT.md. Use when adapting dot-agents to a new project, after initial installation.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.