Agent skill

ai-tool-assessment

Assess and report on AI tool subscriptions, usage patterns, and cost-effectiveness. Use for reviewing AI subscriptions, analyzing tool usage, optimizing AI spend.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-tool-assessment-vamseeachanta-workspace-hub --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 2.0.0
Path: skills/analysis/ai-tool-assessment-vamseeachanta-workspace-hub/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

# AI Tool Usage Assessment Assess and report on AI tool subscriptions, usage patterns, and cost-effectiveness. ## Overview This skill provides a structured framework for evaluating AI tool subscriptions, identifying underutilized services, and optimizing AI-related spending. It generates comprehensive reports with actionable recommendations. ## Quick Start 1. **Trigger assessment** - Ask to "assess AI tools" or "review AI subscriptions" 2. **Answer questions** - Provide usage patterns when asked 3. **Review report** - Generated at `reports/ai-tool-assessment/assessment-YYYYMMDD.md` 4. **Take action** - Follow recommendations for optimization ```bash # View latest assessment cat reports/ai-tool-assessment/assessment-$(date +%Y%m%d).md # List all assessments ls -la reports/ai-tool-assessment/ ``` ## When to Use - Monthly subscription reviews - Quarterly budget planning - When evaluating new AI tools - After significant workflow changes - Cost optimization initiatives - Annual AI strategy reviews ## Trigger User asks to assess AI tools, review AI subscriptions, or analyze AI tool usage. ## Instructions When triggered, perform the following assessment: ### 1. Subscription Inventory Rev

What's inside
Steps it walks through
  1. Overview
  2. Quick Start
  3. When to Use
  4. Trigger
  5. Instructions
  6. 1. Subscription Inventory
  7. 2. Tool Usage Analysis
  8. 3. Generate Assessment Report
  9. 4. Questions to Ask User
  10. Execution Checklist
  11. Error Handling
  12. Common Issues
  13. Output
  14. Metrics
Ships with 1 file
  • metadata.json
Commands it runs
View latest assessment
cat reports/ai-tool-assessment/assessment-$(date +%Y%m%d).md
List all assessments
ls -la reports/ai-tool-assessment/
More from claude-skill-registry
All skills →
About this skill
What does the ai-tool-assessment skill do?

Assess and report on AI tool subscriptions, usage patterns, and cost-effectiveness. Use for reviewing AI subscriptions, analyzing tool usage, optimizing AI spend.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-tool-assessment-vamseeachanta-workspace-hub --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