configure-edt

configure-edt is a skill for Claude Code from Dragoon0x/everything-design-taste. It costs 26 tokens per session (605 once invoked), scanned A, original, MIT.

An interactive setup wizard for Everything Design Code, a collection of design-focused agents, skills, rules, and hooks for coding work.

In plain words
What is it for?
Use it to set up design, brand, strategy, leadership, or full-stack contexts, install shared quality checks, and configure automatic checks after editing interface files.
Why use it?
It helps users choose a work context and install the related tools and checks. This avoids configuring every part manually.

Skill for Claude Code

Written for Claude Code: PostToolUse hook event. Also seen: reads .claude/ paths.

Part of the edt plugin — 117 skills, 80 agents shipped together

Good fit Use it to set up design, brand, strategy, leadership, or full-stack contexts, install shared quality checks, and configure automatic checks after editing interface files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dragoon0x/everything-design-taste/configure-edt
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.

Any agent
npx skills add Dragoon0x/everything-design-taste --skill configure-edt
Clone the repo
git clone --depth 1 https://github.com/Dragoon0x/everything-design-taste

Made for: Claude Code.

Or install edt, the plugin that ships this one along with the rest of its 117 skills, 80 agents.

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 configure-edt

README.md
[![agentmods](https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/configure-edt/github.svg)](https://agentmods.dev/skills/dragoon0x/everything-design-taste/configure-edt)
Your own site
<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.

agentmods 80×15 button for configure-edt

Your own site · 80×15
<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>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 605 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00026 $0.00605
Opus 5 $0.00013 $0.00302
Sonnet 5 $0.00005 $0.00121
Haiku 4.5 $0.00003 $0.00060

Measured 8d ago against content hash 00dfc7c3e0a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/configure-edt/SKILL.md · 72 lines

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/

Read the full file on GitHub · 72 lines

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. 8d ago First seen · 72 lines · 26 tokens per session scan A 00dfc7c3e0a3

Subscribe to this mod's changes

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.

Related

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…

lahfir/agent-desktop · 210 tokens

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…

channprj/kmsg · 71 tokens

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.

LilMGenius/paperthin · 47 tokens

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.

ur-grue/autopunk-media-skills · 34 tokens

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.…

milind-soni/axstream · 96 tokens

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.

athola/claude-night-market · 37 tokens