# Battlecard Usage Tracker

> ---

- Skill: `akhilkannur/battlecard-usage-tracker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/battlecard-usage-tracker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/battlecard-usage-tracker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/battlecard-usage-tracker

---

--- 
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
1.  **Check:** Does 
asset_views.csv
 exist?
2.  **If Missing:** Create 
asset_views.csv
 using the 

sampleData
 provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Audit Loop
1.  **Read:** `asset_views.csv`.
2.  **Filter:** Views < 5.
3.  **Output:** Save `unused_assets.csv` for deprecation.

---
*Blueprint ID: battlecard-usage-tracker*
*Source: [Real AI Examples](https://realaiexamples.com)*


