prompt-evaluation-runn…
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce clutter and token cost.
$ npx -y skills add yeaight7/agent-powerups --skill defuddle --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/defuddleContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce clutter and token cost.
name: defuddle description: Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce clutter and token cost.
Extract readable Markdown from ordinary web pages by stripping navigation, ads, and page chrome.
Do not use when:
Required tool:
Check:
Get-Command defuddle -ErrorAction SilentlyContinue defuddle --version
Install:
npm install -g defuddle
Rules:
1. Check whether Defuddle CLI is available. 2. If missing, tell the user before attempting extraction. 3. Prefer Markdown output:
defuddle parse <url> --md
4. Save to a file when needed:
defuddle parse <url> --md -o content.md
5. For metadata-only needs, query a specific property:
defuddle parse <url> -p title defuddle parse <url> -p description defuddle parse <url> -p domain
If Defuddle is missing:
1. Say extraction did not happen. 2. Tell the user Defuddle CLI is required. 3. Ask before installing it. 4. Show the install command. 5. Fall back to another web-reading method.
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool invocations, or silent failures, or an…
Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a provider directly, need the response saved…
Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a first search pass missed the relevant file,…