agent-usage-optimizer-complexity-tier-model-mapping

Sub-skill of agent-usage-optimizer: Complexity Tier → Model Mapping.

5 stars

Best use case

agent-usage-optimizer-complexity-tier-model-mapping is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of agent-usage-optimizer: Complexity Tier → Model Mapping.

Teams using agent-usage-optimizer-complexity-tier-model-mapping should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/complexity-tier-model-mapping/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/ai/agent-usage-optimizer/complexity-tier-model-mapping/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/complexity-tier-model-mapping/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agent-usage-optimizer-complexity-tier-model-mapping Compares

Feature / Agentagent-usage-optimizer-complexity-tier-model-mappingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of agent-usage-optimizer: Complexity Tier → Model Mapping.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Complexity Tier → Model Mapping

## Complexity Tier → Model Mapping


Use this alongside Route mapping when task nature is clear:

| Complexity tier | Keywords | Recommended model |
|----------------|----------|------------------|
| `routine` | format, rename, config, scaffold, update-doc, copy | Codex Haiku |
| `standard` | implement, review, test, fix, migrate, document | Codex Sonnet |
| `complex` | architecture, design, cross-repo, security, compound | Codex Opus |

**Key insight**: the gap between theoretical and observed exposure is an implementation gap —
not a capability gap. Routing routine tasks to cheaper models closes this gap for our workflow.
See WRK-5002 to automate tier detection in `task_classifier.sh`.

---

*Use this skill before any multi-item work session or when quota is a concern.*
*Related: `ai/optimization/model-selection`, `ai/optimization/usage-optimization`*

Related Skills

digitalmodel-worktree-test-execution-with-shared-venv

5
from vamseeachanta/workspace-hub

Run digitalmodel tests from isolated worktrees without uv editable-dependency failures by using the main repo's existing virtualenv and PYTHONPATH.

digitalmodel-orcawave-orcaflex-proof-workflows

5
from vamseeachanta/workspace-hub

Class-level digitalmodel OrcaWave/OrcaFlex readiness, semantic-proof, fixture-proof, and closeout workflows.

digitalmodel-code-explorer

5
from vamseeachanta/workspace-hub

Fast orientation guide for the digitalmodel codebase, with module lookup, source-to-test mapping, and targeted inspection patterns to avoid repeated bulk-reading of digitalmodel/src and tests.

worktree-pre-push-bypass-for-tier1-checks

5
from vamseeachanta/workspace-hub

Handle workspace-hub integration-branch pushes from isolated git worktrees when the pre-push hook incorrectly assumes sibling tier-1 repos exist under the worktree path.

digitalmodel-orcawave-orcaflex-workflow

5
from vamseeachanta/workspace-hub

Current-state workflow for navigating and extending digitalmodel OrcaWave/OrcaFlex capabilities across code, tests, issues, queue tooling, and licensed-machine boundaries.

segment-anything-model

5
from vamseeachanta/workspace-hub

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

orcaflex-modeling

5
from vamseeachanta/workspace-hub

Setup, configure, and run OrcaFlex hydrodynamic simulations using the universal runner. Use for marine/offshore analysis including static analysis, dynamic simulations, mooring analysis, and batch processing of OrcaFlex models.

orcaflex-model-sanitization

5
from vamseeachanta/workspace-hub

Sanitize OrcaFlex models by stripping client-identifiable references, converting binary .dat to YAML .yml, and organizing into the reference model library.

orcaflex-model-generator

5
from vamseeachanta/workspace-hub

Generate OrcaFlex modular models from spec.yml using builder registry pattern with conditional generation and cross-builder context sharing.

seo-optimizer

5
from vamseeachanta/workspace-hub

SEO optimization toolkit with scoring, keyword research, and technical SEO auditing. Use for improving search rankings, content optimization, and technical SEO fixes. Based on alirezarezvani/Codex-skills.

usage-optimization

5
from vamseeachanta/workspace-hub

Optimize AI usage efficiency through script-first patterns, batch operations, and input preparation

hermes-model-switching

5
from vamseeachanta/workspace-hub

Quick provider/model switching for Hermes CLI — aliases, fallbacks, task routing matrix, and utilization audit pattern.