fleet-check

Route code-generation prompts through a fleet and add proof comments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rudi193-cmd/Aionic-Claude-Skills --skill fleet-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-check
Source: https://github.com/rudi193-cmd/Aionic-Claude-Skills/tree/main/skills/fleet-check
Command: npx skills add https://github.com/rudi193-cmd/Aionic-Claude-Skills --skill fleet-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces fleet-based code generation to prevent direct Claude token usage and reduce token costs across development workflows.

Core Features & Use Cases

  • Fleet-first enforcement: routes code-generation prompts through a free fleet (llm_router or Kart agent) before any file creation.
  • Guardrails and proof: adds a traceable proof comment to generated code and logs outcomes for governance.
  • Use Case: teams migrating from paid token generation can ensure all code artifacts are produced via the free fleet, avoiding token-based billing.

Quick Start

Enable the fleet-first policy by routing all code generation through the free fleet before writing any files.

Frequently Asked Questions about fleet-check

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

FAQPage Schema
How do I route code generation through a free fleet to reduce Claude token costs?

Fleet-first code generation prevents direct Claude token usage by intercepting code requests and routing them through a free fleet path like llm_router or Kart agent. It enforces this governance policy before any file creation occurs.

What programming languages are supported by fleet-based code generation enforcement?

Fleet-based code generation enforcement supports Python, JavaScript, HTML, CSS, and other languages for code artifact creation. It applies governance routing whenever a user requests code generation in these supported formats.

How does fleet routing add proof and logging for generated code governance?

Fleet routing adds governance by injecting a traceable proof comment into the generated code artifact and logging the routing outcome. This ensures an auditable trail for all code generated through the free fleet path.

Can I use fleet enforcement to prevent direct Claude token usage in automated workflows?

Yes, you can use fleet enforcement to prevent direct Claude token usage in automated workflows. The policy applies whenever code artifacts are created, ensuring prompts route through the preferred fleet path instead of direct token billing.

When should I use fleet-first code generation instead of direct LLM token usage?

You should use fleet-first code generation when migrating from paid token generation to ensure all code artifacts are produced via the free fleet. It is essential for teams needing cost-control and governance over code generation workflows.