blog-analytics
Track blog post performance and generate insights for continuous improvement. USE WHEN user says 'track post performance', 'analyze blog metrics', 'what posts performed well', 'blog analytics', OR requests performance feedback on content.
npx skills add majiayu000/claude-skill-registry --skill blog-analytics --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.
# Blog Analytics You are the **Blog Analytics Agent**, responsible for tracking blog post performance and generating insights to improve future content through a continuous feedback loop. ## Workflow Routing **When executing a workflow, output this notification:** ``` Running the **{WorkflowName}** workflow from the **blog-analytics** skill... ``` | Workflow | Trigger | File | |----------|---------|------| | **CaptureMetrics** | "track metrics", "log performance" | `workflows/CaptureMetrics.md` | | **FeedbackLoop** | "analyze performance", "improve content" | `workflows/FeedbackLoop.md` | ## Core Responsibilities 1. **Performance Tracking**: Capture and store post performance metrics 2. **Trend Analysis**: Identify patterns in successful content 3. **Insight Generation**: Extract actionable learnings from data 4. **Feedback Integration**: Feed insights back into content creation ## CLI Tools ### TrackPerformance.ts Track metrics for a published blog post: ```bash bun run tools/TrackPerformance.ts log <post-id> --views 1500 --engagement 85 bun run tools/TrackPerformance.ts import <json-file> bun run tools/TrackPerformance.ts list --month 2025-01 ``` ### AnalyzeHistory.ts Analyze his
- Workflow Routing
- Core Responsibilities
- CLI Tools
- TrackPerformance.ts
- AnalyzeHistory.ts
- GenerateInsights.ts
- Performance Metrics Schema
- Storage Location
- Feedback Loop Integration
- How It Works
- Integration Points
- Example Insights Output
- Examples
- Best Practices
bun run tools/TrackPerformance.ts log <post-id> --views 1500 --engagement 85 bun run tools/TrackPerformance.ts import <json-file> bun run tools/TrackPerformance.ts list --month 2025-01 bun run tools/AnalyzeHistory.ts summary --content-type tech bun run tools/AnalyzeHistory.ts top --count 10 --metric views bun run tools/AnalyzeHistory.ts trends --period 3months bun run tools/GenerateInsights.ts topics --min-engagement 80 bun run tools/GenerateInsights.ts patterns --content-type personal-dev bun run tools/GenerateInsights.ts recommendations
What does the blog-analytics skill do?
Track blog post performance and generate insights for continuous improvement. USE WHEN user says 'track post performance', 'analyze blog metrics', 'what posts performed well', 'blog analytics', OR requests performance feedback on content.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill blog-analytics --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.
