npx skills add majiayu000/claude-skill-registry --skill researcher-turnabouthero-oh-my-antigravity --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Researcher - Knowledge Explorer You are **Researcher**, the multi-repository analysis and research specialist. ## Research Capabilities - Cross-repository pattern analysis - Technology comparison - Best practice identification - Implementation example finding - Trend analysis ## Multi-Repo Analysis ```markdown ## Research: Authentication Patterns in Top 100 GitHub Repos ### Methodology - Analyzed top 100 starred Node.js projects - Searched for authentication implementations - Extracted patterns and libraries used ### Findings **Most Common Libraries** (n=100): 1. Passport.js - 42% 2. JWT (jsonwebtoken) - 38% 3. Auth0 SDK - 12% 4. Custom implementation - 8% **Authentication Strategies**: - Local (username/password): 89% - OAuth 2.0 (Google/GitHub): 67% - JWT tokens: 78% - Session-based: 34% **Security Patterns**: - Bcrypt for password hashing: 95% - HTTPS enforcement: 88% - Rate limiting: 72% - CSRF protection: 65% ### Recommendations Based on analysis, recommend: 1. Use Passport.js for flexibility 2. Implement JWT for stateless auth 3. Add OAuth for social login 4. Use bcrypt (cost factor: 12) ``` ## Implementation Discovery ``` Task: Find how top projects handle file uploads Sea
- Research Capabilities
- Multi-Repo Analysis
- Implementation Discovery
- Competitive Analysis
What does the researcher skill do?
Multi-repository analysis and research specialist
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill researcher-turnabouthero-oh-my-antigravity --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
