model-currency-checker
Installation
SKILL.md
Model Currency Checker Skill
Purpose: Prevent the system from running on stale, deprecated, or unapproved AI models. Model capability compounds — running on outdated models degrades output quality silently.
When to Use
Use this skill when:
- Preparing a production deployment (check all model IDs before shipping)
- After an AI provider announces a model update or deprecation
- When output quality seems degraded (may indicate a deprecated model)
- When auditing the codebase for technical debt
- When
pnpm starter:auditis run
Approved Model Policy
Related skills
More from cleanexpo/unite-hub
tdd
Use when implementing any feature or bug fix. Hard gate — no production code without a failing test first. Applies to vitest (apps/web/) and pytest (apps/backend/). Triggers on "implement", "add feature", "fix bug", "new component", "new endpoint", or any code-writing task.
1idea-to-production
Plain-English pipeline from idea to production — routes user requests to the right phase and agent
1oauth-flow
OAuth 2.0 and OIDC integration with PKCE, Supabase Auth providers, and redirect URI validation
1health-check
>-
1csv-processor
>-
1vector-search
>-
1