aeo-cost-governor
Installation
SKILL.md
AEO Cost Governor
Purpose: Track token usage and enforce budget limits. Optional skill for cost-conscious projects.
Configuration
Create budget config at $PAI_DIR/USER/aeo-budget.json:
{
"daily_budget_usd": 10.00,
"per_task_budget_usd": 2.00,
"alert_threshold_percent": 80,
"hard_limit_percent": 100,
"enable_tracking": true
}
Related skills
More from ivzc07/aeo-skills
aeo-core
Main AEO skill - calculates confidence scores and decides execution path. Auto-loads on /aeo command.
16aeo-qa-agent
Internal code reviewer with veto power. Reviews changes before commit, blocks security issues.
15aeo-architecture
Analyze and protect code architecture. Detects circular dependencies and layer violations.
14aeo-spec-validator
Validate that tasks are sufficiently defined before execution. Returns score 0-100.
13aeo-escalation
Human-AI interface for when to interrupt and involve humans. Presents clear options and records decisions.
12