best-mode

Route (best) prompts through context-budget-guard before task-specific logic.

3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/eaglhuang/cocos_new --skill best-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: best-mode
Source: https://github.com/eaglhuang/cocos_new/tree/main/.agents/skills/best-mode
Command: npx skills add https://github.com/eaglhuang/cocos_new --skill best-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Strict routing mode for prompts prefixed with (best). USE FOR: any turn where the user explicitly wants the safest, smallest-context, highest-discipline execution path. This skill must route into context-budget-guard first, then continue into the task-specific workflow.

Core Features & Use Cases

  • Enforces routing through context-budget-guard as the first step when triggered.
  • Prioritizes token-efficiency, risk assessment, and disciplined execution for high-stakes prompts.
  • Supports seamless handoffs to task-specific workflows (UI, large documents, or artifact-heavy tasks) after the guard.
  • Provides deterministic, low-risk execution paths with clear final-token budgeting notes.

Quick Start

When a user message begins with (best) or mentions the best-mode skill, route it through context-budget-guard first, then continue with the task-specific workflow.

Frequently Asked Questions about best-mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce minimal context usage for high-risk AI workflows?

To enforce minimal context usage for high-risk AI workflows, route prefixed prompts through a context-budget-guard to ensure disciplined, risk-averse execution. This approach estimates token budgets and outputs a final token-count report before completion.

What is prompt routing for context budget management?

Prompt routing for context budget management directs specific prompts through a deterministic guard to estimate token budgets before processing. It prioritizes token-efficiency and risk assessment for high-stakes, artifact-heavy scenarios.

How do I apply context-budget guards to large document processing tasks?

You apply context-budget guards to large document processing by prefixing your prompt to trigger routing through the guard first. After passing the guard, the workflow seamlessly hands off to your task-specific logic for disciplined execution.

Does deterministic prompt routing work with UI tasks and artifact-heavy scenarios?

Yes, deterministic prompt routing works with UI tasks and artifact-heavy scenarios by enforcing strict guards before task-specific logic. It supports seamless handoffs to these workflows after performing token-budget estimation.

When should I use a risk-averse prompt routing workflow?

You should use a risk-averse prompt routing workflow when executing turns that demand minimal context, disciplined processing, and high safety. It is ideal for high-stakes prompts where token-efficiency and clear budgeting are critical.