Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill blog-analytics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Thuong-Tuan Tran
Path: skills/analysis/blog-analytics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Workflow Routing
  2. Core Responsibilities
  3. CLI Tools
  4. TrackPerformance.ts
  5. AnalyzeHistory.ts
  6. GenerateInsights.ts
  7. Performance Metrics Schema
  8. Storage Location
  9. Feedback Loop Integration
  10. How It Works
  11. Integration Points
  12. Example Insights Output
  13. Examples
  14. Best Practices
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going