00-OVERVIEW

00-OVERVIEW is a skill for Claude Code, Codex from subhansh-dev/agent-maxxing. It costs 0 tokens per session (483 once invoked), scanned A, original, MIT.

A reference folder of self-contained instruction files that teach an agent how to handle creative and design tasks.

In plain words
What is it for?
Use it for frontend design, typography, color choices, animation, diagrams, memes, design critique, and final visual polish.
Why use it?
It gives an agent a defined process for design work, so you can provide the relevant instructions instead of explaining the approach from scratch.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/subhansh-dev/agent-maxxing/00-overview
Any agent
npx skills add subhansh-dev/agent-maxxing --skill 00-overview
Clone the repo
git clone --depth 1 https://github.com/subhansh-dev/agent-maxxing

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 00-OVERVIEW

README.md
[![agentmods](https://agentmods.dev/badge/skills/subhansh-dev/agent-maxxing/00-overview.svg)](https://agentmods.dev/skills/subhansh-dev/agent-maxxing/00-overview)
Your own site
<a href="https://agentmods.dev/skills/subhansh-dev/agent-maxxing/00-overview"><img src="https://agentmods.dev/badge/skills/subhansh-dev/agent-maxxing/00-overview.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 483 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00483
Opus 5 $0.00000 $0.00242
Sonnet 5 $0.00000 $0.00097
Haiku 4.5 $0.00000 $0.00048

Measured 4d ago against content hash f64f0269866a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

00-OVERVIEW scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

00-OVERVIEW/SKILL.md · 41 lines

What it actually says

Agent Skills Reference — Creative & Design

This folder contains detailed skill prompts you can give to any agent. Each file is a self-contained guide that teaches the agent how to perform that skill at production quality.

Skills

Skill Purpose
Frontend Design Build distinctive, production-grade UIs
Animate Add purposeful animations and micro-interactions
Colorize Strategic color introduction
Typeset Typography refinement
Bolder Amplify safe/boring designs
Delight Add moments of joy and personality
Polish Final quality pass before shipping
Critique Evaluate design effectiveness
Humanizer Remove AI writing patterns
Diagram Maker Create SVG/Excalidraw diagrams
Meme Maker Generate memes from templates
Canvas Present HTML on connected devices

How to Use

  1. Give the agent the relevant file(s) as a system prompt or context
  2. Describe what you want built
  3. The agent will follow the skill's methodology

For a new project:

  1. Frontend Design (establish direction)
  2. Colorize + Typeset (foundation)
  3. Animate + Delight (life and personality)
  4. Polish (final pass)
  5. Critique (verify quality)

For an existing project:

  1. Critique (identify issues)
  2. Pick relevant skills to fix
  3. Polish (final pass)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 41 lines · 0 tokens per session scan A f64f0269866a

Subscribe to this mod's changes

00-OVERVIEW is a skill published in the GitHub repository subhansh-dev/agent-maxxing (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 483 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

practice

Use when the user asks to practice programming with dsh-tui, or wants to level up a specific skill through guided exercises.

ccch1mneyyy/dsh-TUI · 28 tokens

use-artifacts

Teach the agent when and how to use the artifact tool: what content belongs in artifacts, when to upload/update, and the SearchExtraTools + ExecuteExtraTool invocation flow for the deferred artifact tool.

KonghaYao/peri · 44 tokens

skill-author

Teach an author how to integrate the CAFleet-orchestrated team pattern into a new skill they are writing. Auto-load when the author intends to create a new CAFleet-orchestrated skill, write a skill that spawns cafleet members, add a Director/Member team skill, design a multi-agent broker-coordinated skill, build a…

himkt/cafleet · 126 tokens

ship-learn-next

Transform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest.

softaworks/agent-toolkit · 56 tokens

grad-habitual-domain

Habitual Domain (HD) theory by Taiwanese scholar P.L. Yu (游伯龍, 1977) — integrates four domains (potential/actual/reachable/activated), eight general hypotheses, seven-layer decision structure, and nine HD-expansion tools to analyze decision blind spots, break cognitive inertia, and support cross-domain integration.…

asgard-ai-platform/skills · 209 tokens

react-useeffect

React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.

softaworks/agent-toolkit · 46 tokens