focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:pulse <topic> — Multi-source recency research. Grill-me intake (topic / angle / window / scope), then parallel Reddit + HN + Web (1 q/sec per platform), optional X/Twitter, cross-platform synthesis. Output: ${RESEARCH_DIR}/pulse/<slug>-<date>.md + full briefing in chat.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-pulseContext preview
What this command does when you run it.
/cs:pulse <topic> — Multi-source recency research. Grill-me intake (topic / angle / window / scope), then parallel Reddit + HN + Web (1 q/sec per platform), optional X/Twitter, cross-platform synthesis. Output: ${RESEARCH_DIR}/pulse/<slug>-<date>.md + full briefing in chat.
name: "cs-pulse"
description: "/cs:pulse <topic> — Multi-source recency research. Grill-me intake (topic / angle / window / scope), then parallel Reddit + HN + Web (1 q/sec per platform), optional X/Twitter, cross-platform synthesis. Output: ${RESEARCH_DIR}/pulse/<slug>-<date>.md + full briefing in chat."**Command:** `/cs:pulse <topic>`
The `cs-pulse` persona takes the pulse of a topic across Reddit, Hacker News, the open web, and (optionally) X/Twitter — within a configurable recent window — and synthesizes a single coherent briefing.
The skill ALSO triggers automatically without `/cs:pulse` when you use trigger phrases:
`/cs:pulse` is the explicit form.
| Q | Asks | Why | |---|---|---| | Q1 | Topic specificity (1–2 sentences, no vague nouns) | Vague Q1 → vague briefing. Refuses "AI" / "tech" once. | | Q2 | Angle: trend / sentiment / problems / opportunities / comparison | Dictates which platform's voice weights more in synthesis. Default: trend. | | Q3 | Time window: 7 / 14 / 30 / 60 / 90 days | Default: 30. 7d = breaking, 90d = sustained shift. | | Q4 | Platform scope (skip any?) | Asked only when angle suggests some platforms off-target. Default: all. |
# [TOPIC] — Pulse (Last [N] Days) *Generated: [DATE] | Angle: [trend|sentiment|problems|opportunities|comparison]* ## TL;DR [2-3 sentences] ## Reddit ### Top Posts ... ### What Reddit Is Saying ## Hacker News ### Notable Stories ... ### What HN Is Saying ## Web ### Key Sources ... ### What the Web Is Saying ## X/Twitter (if available) [Or: "Skipped — [reason]"] ## Cross-Platform Patterns ## Key Takeaways ## Content Angles (if applicable) --- *Audit:* Queries sent: N. Sources received: M. Sources cited: K.
Saved to `${RESEARCH_DIR}/pulse/<topic-slug>-<YYYY-MM-DD>.md` AND pasted in chat.
# A. Pre-flight (post-intake) python ../skills/pulse/scripts/time_window_calculator.py --window 30d python ../skills/pulse/scripts/topic_slug_generator.py --topic "<topic>" --date $(date +%Y-%m-%d) python ../skills/pulse/scripts/citation_tracker.py --action start --session NAME # B. Phases 1–3 (parallel, 1 q/sec per platform) # Reddit: search.json sort=top&t=month + sort=new&t=month + top thread comments # HN: Algolia stories + comments with timestamp filter # Web: 2–3 targeted queries # C. Phase 4 (optional, sequential): normalize a supplied export first python ../skills/pulse/scripts/citation_tracker.py --action import_sources \ --session NAME --input /path/to/x-search.json --platform x # If no export exists, try Grok / X API / browser automation. # D. Synthesis: cross-platform pattern detection # E. Output: file + chat + audit summary python ../skills/pulse/scripts/citation_tracker.py --action close --session NAME
---
**Version:** 1.0.0 **Source:** Path-B direct conversion of `megaprompts/01-pulse-megaprompt.md`
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…