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 skills add Dragoon0x/everything-design-taste --skill configure-edtgit clone --depth 1 https://github.com/Dragoon0x/everything-design-tasteWrote 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/dragoon0x/everything-design-taste/configure-edt)<a href="https://agentmods.dev/skills/dragoon0x/everything-design-taste/configure-edt"><img src="https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/configure-edt/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dragoon0x/everything-design-taste/configure-edt"><img src="https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/configure-edt.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00026 | $0.00605 |
| Opus 5 | $0.00013 | $0.00302 |
| Sonnet 5 | $0.00005 | $0.00121 |
| Haiku 4.5 | $0.00003 | $0.00060 |
Grade A, and why
configure-edt 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Configure EDT
Interactive Setup
Step 1: Identify Your Context
What type of work are you doing?
- Product design — Install: design-system-patterns, layout-principles, responsive-craft, design-spec-writing, product-framing
- Brand design — Install: brand-voice, color-systems, typography-craft, photography-direction, icon-systems
- Strategic design — Install: founder-communication, pitch-deck-patterns, case-study-writing, competitive-teardown, design-economics
- Design leadership — Install: design-critique, design-org-structure, all strategic skills
- Full stack — Install everything
Step 2: Install Core (always)
These are always installed regardless of context:
anti-slop(quality gate)taste-audit(automated checks)- Rules:
common/taste.md,common/writing-quality.md,common/accessibility.md - Agents:
design-reviewer,copy-editor
Step 3: Install Context-Specific
Based on Step 1 selection, copy relevant skills and agents.
Step 4: Configure Hooks
{
"hooks": {
"PostToolUse": [
{
"matcher": "tool == 'Edit' && tool_input.file_path matches '\\.(tsx|jsx|html|css)$'",
"hooks": [{"type": "command", "command": "node scripts/hooks/check-ai-slop.js"}]
}
]
}
}
Step 5: Verify Installation
Run node tests/run-all.js to confirm all components are properly installed.
Manual Installation
# Clone the repo
git clone https://github.com/0xDragoon/everything-design-taste.git
cd everything-design-taste
# Install dependencies
npm install
# Full install (all skills, agents, rules)
./install.sh --profile full
# Selective install
./install.sh --profile product-design
./install.sh --profile brand-design
./install.sh --profile strategic
./install.sh --profile leadership
File Locations
- User-level:
~/.claude/(applies to all projects) - Project-level:
.claude/(applies to current project only) - Skills:
~/.claude/skills/or.claude/skills/ - Rules:
~/.claude/rules/or.claude/rules/ - Agents:
~/.claude/agents/or.claude/agents/
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.
- 8d ago First seen · 72 lines · 26 tokens per session scan A 00dfc7c3e0a3
configure-edt is a skill published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 5mo ago), licensed MIT. It adds 26 tokens to every session and 605 once invoked, about $0.0001 per session on Opus 5. 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-09-03.
Other skills, from other repositories
agent-desktop
Reliable computer use via native OS accessibility trees. Use when an AI agent needs to see and operate desktop applications (click buttons, fill forms, navigate menus, read UI state, toggle checkboxes, scroll, drag, type text, take screenshots, manage windows, use clipboard, manage notifications). Covers 59 command…
kmsg
Use KMSG to read, watch, and send KakaoTalk messages safely from a coding agent. Use whenever the user mentions KakaoTalk or kmsg and wants chat discovery, recent messages, monitoring, text or image delivery, setup checks, or CLI troubleshooting. Do not use for other messaging platforms or private KakaoTalk protocol…
re0-upgrade
Bring your installed paperthin skills up to the full current catalog in one step: retire what's been renamed, add every skill you don't have yet, and refresh the rest, all shown and confirmed before anything changes.
alt-text-writer
Writes descriptive alt text for editorial images following WCAG accessibility guidelines — concise enough for screen readers, specific enough to convey the image's editorial purpose.
axstream
Fast deterministic macOS UI automation via replayable macros. Use BEFORE driving any macOS app's UI by hand (clicking/typing via computer-use or screenshots) — if a macro exists, replay finishes the task in seconds with no per-step reasoning; after doing a UI task manually, save it as a macro so the next run is fast.…
action-first-output
Shapes turns action-first: action leads, steps numbered, state restated. Use for ADHD-friendly output. Do not use to trim tokens; use response-compression.