Xiaowen-Jiang/agent-enterprise
Skill Claude CodeCodex
Analyze workforce costs vs performance and recommend model/budget optimizations.
Xiaowen-Jiang/agent-enterprise
Skill Claude CodeCodex
Analyze workforce costs vs performance and recommend model/budget optimizations.
Skill Claude CodeCodex
Builds a personal output style on hush's frame — the user's voice on the surface, hush's silence-and-structure mechanics copied verbatim underneath. Manages its own creations: lists them alongside stock Hush and edits them. A mechanical verifier confirms every invariant survived. Activation is hush:pick-style's job …
Skill Claude CodeCodex
Lists every output style available to this plugin — stock Hush and anything craft-style has built — and switches the active one. Activation swaps the chosen style into the plugin's own slot so it binds like stock, and hands back to stock on request. This skill owns the swap procedure; craft-style calls into it. Only…
bregman-arie/devops-sre-skills
Skill Claude CodeCodex
Identify the primary drivers of a sudden cloud cost increase and implement safe mitigations.
Skill Claude CodeCodex
Manage what enters and stays in the context window — pruning, compaction, summary fidelity, ordering — so the agent stays coherent on long runs without inflating cost. Use when the user is hitting context limits, running long agentic loops, paying for full-history replays, or asks "how do I keep context manageable?" /…
Skill Claude CodeCodex
Use when: user wants to select architecture patterns, compile a spec, iterate on constraints/NFRs, audit why patterns were selected/rejected, or finalise an architecture for implementation. Not when: no repeatable decisions needed, or constraints/NFRs are not yet known (gather those first).
Skill Claude CodeCodex
Use this skill to verify that an AI system is ready for production before deployment. Covers model abstraction, cost/latency, retries, fallbacks, structured logging, tracing, observability, evaluation in CI/CD, monitoring, and rollback planning. Activates as a mandatory gate before production deployment of any AI/LLM…
krishnesh7/claude-usage-analytics
Skill Claude CodeCodex
Use when the user asks how to set up the claude-usage-tracker for a new project, wants to register a project, doesn't see their sessions being tracked, or asks what commands are available. Walks through the 3-step setup and surfaces the right CLI commands for their situation.
krishnesh7/claude-usage-analytics
Skill Claude CodeCodex
Use when the user asks how claude-usage-tracker differs from the official session-report plugin, asks "why should I use this instead of session-report", asks what features are unique to this plugin, or wants to understand which plugin to use for a given task.
Skill Claude CodeCodex
Track LLM API spend per session and task. Estimate token usage across providers. Warn before you blow your budget.
Skill Claude CodeCodex
Enforce and inspect token/dollar budgets for Server OS agents. Use when the user asks about agent spend, budgets, cost ledgers, or wants to prevent runaway token usage.
Skill Claude CodeCodex
Audit SQL for the cost & performance anti-patterns that burn warehouse credits. Catches SELECT , full-table scans, non-sargable predicates, Cartesian joins, NULL-trap NOT IN, and 17 more rules. Scores warehouse health 0-100 and outputs a prioritized cost-reduction plan for BigQuery, Snowflake, Redshift, and Postgres.