$npx -y skills add fusengine/agents --skill community-pulseMonitor 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. Use when: gauging community sentiment, bug reports, or feature requests about Claude Code.
| 1 | # Community Pulse Skill |
| 2 | |
| 3 | ## Overview |
| 4 | |
| 5 | Gathers and analyzes community feedback about Claude Code using Exa search tools. |
| 6 | |
| 7 | ## Modes |
| 8 | |
| 9 | - **Quick** (default): Exa web_search for recent mentions |
| 10 | - **Deep** (--deep): Exa deep_researcher for comprehensive analysis |
| 11 | |
| 12 | ## Search Categories |
| 13 | |
| 14 | | Category | Exa Query | Priority | |
| 15 | |----------|-----------|----------| |
| 16 | | Updates | `"Claude Code" release OR update 2026` | HIGH | |
| 17 | | Bugs | `"Claude Code" bug OR issue OR broken` | HIGH | |
| 18 | | Plugins | `"Claude Code" plugin OR hooks experience` | MEDIUM | |
| 19 | | Comparison | `"Claude Code" vs Cursor OR Windsurf` | LOW | |
| 20 | | Tips | `"Claude Code" tips OR workflow OR best practices` | MEDIUM | |
| 21 | |
| 22 | ## Workflow |
| 23 | |
| 24 | 1. **Search** using category-specific Exa queries |
| 25 | 2. **Filter** for recent results (last 30 days) |
| 26 | 3. **Analyze** sentiment (positive/neutral/negative) |
| 27 | 4. **Extract** actionable insights |
| 28 | 5. **Report** with sources and recommendations |
| 29 | |
| 30 | ## Sentiment Classification |
| 31 | |
| 32 | | Signal | Classification | |
| 33 | |--------|---------------| |
| 34 | | "love", "amazing", "game changer" | Positive | |
| 35 | | "update", "released", "changed" | Neutral | |
| 36 | | "broken", "bug", "regression", "worse" | Negative | |
| 37 | |
| 38 | ## References |
| 39 | |
| 40 | - [Exa Queries Reference](references/exa-queries.md) |
| 41 | - [Pulse Report Template](references/templates/pulse-report.md) |