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.
npx agentmods add skills/subhansh-dev/agent-maxxing/00-overviewnpx skills add subhansh-dev/agent-maxxing --skill 00-overviewgit clone --depth 1 https://github.com/subhansh-dev/agent-maxxingWrote 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.
[](https://agentmods.dev/skills/subhansh-dev/agent-maxxing/00-overview)<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>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.
| Model | Per session | Once 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 |
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.
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
- Give the agent the relevant file(s) as a system prompt or context
- Describe what you want built
- The agent will follow the skill's methodology
Recommended Order
For a new project:
- Frontend Design (establish direction)
- Colorize + Typeset (foundation)
- Animate + Delight (life and personality)
- Polish (final pass)
- Critique (verify quality)
For an existing project:
- Critique (identify issues)
- Pick relevant skills to fix
- Polish (final pass)
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.
- 4d ago First seen · 41 lines · 0 tokens per session scan A f64f0269866a
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.
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.
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.
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…
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.
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.…
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.