Agent skill
community-pulse
Monitor community feedback on Claude Code via Exa search. Gathers sentiment, real-world usage patterns, bug reports, and feature requests from blogs, forums, and social media.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/community-pulse
SKILL.md
Community Pulse Skill
Overview
Gathers and analyzes community feedback about Claude Code using Exa search tools.
Modes
- Quick (default): Exa web_search for recent mentions
- Deep (--deep): Exa deep_researcher for comprehensive analysis
Search Categories
| Category | Exa Query | Priority |
|---|---|---|
| Updates | "Claude Code" release OR update 2026 |
HIGH |
| Bugs | "Claude Code" bug OR issue OR broken |
HIGH |
| Plugins | "Claude Code" plugin OR hooks experience |
MEDIUM |
| Comparison | "Claude Code" vs Cursor OR Windsurf |
LOW |
| Tips | "Claude Code" tips OR workflow OR best practices |
MEDIUM |
Workflow
- Search using category-specific Exa queries
- Filter for recent results (last 30 days)
- Analyze sentiment (positive/neutral/negative)
- Extract actionable insights
- Report with sources and recommendations
Sentiment Classification
| Signal | Classification |
|---|---|
| "love", "amazing", "game changer" | Positive |
| "update", "released", "changed" | Neutral |
| "broken", "bug", "regression", "worse" | Negative |
References
- Exa Queries Reference
- Pulse Report Template
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?