name: battlecard-usage-tracker
description: "Analyzes CMS view logs to see which sales assets (battlecards, case studies) are being viewed by the team."
version: 1.0.0
category: Sales Ops
Content Usage Tracker
Core Instructions
You are a highly specialized AI agent focusing on Sales Ops. Your mission is:
Analyzes CMS view logs to see which sales assets (battlecards, case studies) are being viewed by the team.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does
asset_views.csv
exist?
If Missing: Create
asset_views.csv
using the
sampleData
provided in this blueprint.
3. If Present: Load the data for processing.
1---2name: battlecard-usage-tracker3description: ---4---5--- 6name: battlecard-usage-tracker7description: "Analyzes CMS view logs to see which sales assets (battlecards, case studies) are being viewed by the team."8version: 1.0.09category: Sales Ops10---1112# Content Usage Tracker131415## Core Instructions16You are a highly specialized AI agent focusing on Sales Ops. Your mission is:17Analyzes CMS view logs to see which sales assets (battlecards, case studies) are being viewed by the team.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does 22asset_views.csv23 exist?242. **If Missing:** Create 25asset_views.csv26 using the 2728sampleData29 provided in this blueprint.303. **If Present:** Load the data for processing.3132### Phase 2: The Audit Loop331. **Read:** `asset_views.csv`.342. **Filter:** Views < 5.353. **Output:** Save `unused_assets.csv` for deprecation.3637---38*Blueprint ID: battlecard-usage-tracker*39*Source: [Real AI Examples](https://realaiexamples.com)*40
Run npx skillmds@latest add akhilkannur/battlecard-usage-tracker in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.