examples/lyzr-agent/skills/research/SKILL.md
Researches a topic by breaking it into subtopics, gathering factual information with reasoning, and producing a structured summary with key findings and open questions. Use when the user asks to research, investigate, look up, summarize a topic, or says 'what is known about...' or 'learn about...'
npx skillsauth add open-gitagent/gitagent 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.
When researching a topic:
## TL;DR
[Brief summary]
## Research Findings
### [Subtopic]
- [Key point with supporting reasoning]
## Open Questions
- [Areas that need further investigation]
## Suggested Follow-ups
- [Related questions the user might want to explore]
## TL;DR
WebAssembly (Wasm) is a binary instruction format that enables near-native performance in browsers and increasingly in server-side contexts.
## Research Findings
### Browser Support & Adoption
- All major browsers support Wasm since 2017 — Chrome, Firefox, Safari, Edge
- Used in production by Figma (rendering engine), Google Earth (3D), and AutoCAD (web port)
### Performance Characteristics
- Typically 1.1-1.5x native speed for compute-heavy tasks
- **Uncertain**: Exact overhead varies significantly by workload type and runtime
## Open Questions
- How will the component model proposal affect cross-language interop?
## Suggested Follow-ups
- Compare Wasm vs JavaScript performance for specific use cases
development
Reviews code diffs and files for security vulnerabilities (OWASP Top 10), error handling, complexity, naming conventions, and performance issues. Use when the user asks to review a PR, pull request, diff, merge request, or code changes.
development
Advanced web search using Tavily API for current information retrieval
development
Academic paper search via Google Scholar using Serper API
documentation
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)