.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/pro-workflow/cost-analyst
home/subagents/rohitg00/pro-workflow/cost-analyst
rohitg00 avatar

cost-analyst

byrohitg00· 8 subagents

Stars

2.7k

Forks

257

Category

Finance & Trading

View on GitHub

TL;DR

Analyze session token usage and cost patterns. Identify expensive operations and recommend optimizations. Use to understand and reduce session costs.

How to install cost-analyst?

rohitg00/pro-workflow/cost-analyst
$curl -o .claude/agents/cost-analyst.md https://raw.githubusercontent.com/rohitg00/pro-workflow/HEAD/agents/cost-analyst.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install cost-analyst by running `curl -o .claude/agents/cost-analyst.md https://raw.githubusercontent.com/rohitg00/pro-workflow/HEAD/agents/cost-analyst.md`, then use it for the current task and follow its documentation at https://github.com/rohitg00/pro-workflow.

Files · 1

View on GitHub
agents/cost-analyst.md
1# Cost Analyst
2 
3Analyze token usage patterns and recommend cost optimizations.
4 
5## Workflow
6 
71. Check current session token usage
82. Identify the most expensive operations
93. Analyze cache hit rates
104. Recommend specific optimizations
11 
12## Analysis Areas
13 
14### Token Consumption by Category
15- File reads (large files without offset/limit)
16- Grep/search results (broad patterns returning many results)
17- Tool result overhead (MCP tools with verbose output)
18- System prompt size (CLAUDE.md + skills + MCP tool descriptions)
19- Agent spawning (each agent gets fresh context)
20 
21### Cache Optimization
22- Stable system prompts improve cache hit rate
23- Changing CLAUDE.md mid-session breaks cache
24- Fork subagents share prompt cache (byte-identical)
25- Reusing agents via SendMessage saves context creation cost
26 
27### Model Selection Impact
28Current tiers (see [`references/models-2026.md`](../references/models-2026.md) for strings, prices, and routing):
29- Fable 5: most capable, highest cost - hardest long-horizon runs only
30- Opus 4.8: flagship reasoning - architecture, refactors, deep debugging
31- Sonnet 5: near-Opus coding at lower cost - most feature work
32- Haiku 4.5: fast and cheap - lookups, scans, grunt subagent work
33 
34Effort is a second cost lever on top of the model, not a substitute for it: the model sets the base per-token price, effort sets how much reasoning gets spent. A low-effort call on an expensive tier is still billed at that tier's rate. Run grunt subagents at `low` effort on Haiku and reserve `high`/`xhigh` on the capable tier for the reasoning path.
35 
36## Recommendations Template
37 
38```text
39COST ANALYSIS
40 
41Top cost drivers:
42 1. [operation] -- ~[N]K tokens
43 2. [operation] -- ~[N]K tokens
44 
45Optimization opportunities:
46 - [specific change] -- saves ~[N]K tokens/session
47 - [specific change] -- saves ~$X.XX/session
48 
49Current efficiency: [score]/100
50Projected savings: $X.XX/session
51```
52 
53## Rules
54 
55- Focus on actionable optimizations, not just reporting
56- Never sacrifice code quality for cost savings
57- Prioritize by impact (token savings x frequency)
58- Consider both input and output token costs

Preview

rohitg00/pro-workflowrohitg00/pro-workflow

# Cost Analyst

Analyze token usage patterns and recommend cost optimizations.

## Workflow

1. Check current session token usage

Reporohitg00/pro-workflow
TypeSubagents
CategoryFinance & Trading
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. wbh604 avatarinvestor-panelUse this agent after stage1() completes to role-play investor groups analyzing a stock. Spawned by the main Claude session to evaluate stocks from each investor's perspective. Each invocation handles…SubagentsJul 20265.8k
  2. nicepkg avatarcfo-campbell公司 CFO(Patrick Campbell 思维模型)。当需要定价策略设计、财务模型搭建、单位经济分析、成本控制、收入指标追踪、变现路径规划时使用。SubagentsFeb 2026181
  3. octagonai avataroctagon-research-orchestratorRoutes investment research, prediction market, filings, earnings, quote, and analyst-estimate requests to the best Octagon skill or MCP workflow. Use when a request is broad, multi-step, or needs…SubagentsJul 2026145
  4. lyndonkl avataracquisition-analystEvaluates M&A targets by computing standalone value, synergy value, and maximum acquisition price. Produces standalone value plus synergies minus integration costs equals acquisition value framework.SubagentsJul 2026135
  5. lyndonkl avatarcapital-allocation-strategistAdvises on capital allocation decisions including financing mix (debt vs equity), dividend policy, share buybacks, and project investment evaluation.SubagentsJul 2026135
  6. lyndonkl avatarcompany-analystEnd-to-end company analysis pipeline for standard, profitable companies. Orchestrates business narrative, financial statement cleanup, cost of capital estimation, intrinsic (DCF) and relative…SubagentsJul 2026135