skills/defuddle/SKILL.md
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page.
npx skillsauth add lvndry/jazz defuddleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage.
Use npx defuddle-cli by default. Install globally only if already available or asked by user npm install -g defuddle-cli
Always use --md for markdown output:
npx defuddle-cli parse <url> --md
Save to file:
npx defuddle-cli parse <url> --md -o content.md
Extract specific metadata:
npx defuddle-cli parse <url> -p title
npx defuddle-cli parse <url> -p description
npx defuddle-cli parse <url> -p domain
| Flag | Format |
| ----------- | -------------------------------- |
| --md | Markdown (default choice) |
| --json | JSON with both HTML and markdown |
| (none) | HTML |
| -p <name> | Specific metadata property |
tools
Create and track task lists for complex multi-step work. Use when planning projects, breaking down work, tracking progress, or when a task has 3+ steps. Triggers on "plan", "todo", "task list", "break down", "step by step", or complex requests requiring multiple actions.
development
Brainstorm startup ideas using top-founder mental models, trend analysis, and competition research. Use when the user wants to brainstorm startup ideas, explore business opportunities, validate concepts, or think like elite founders. Triggers on "startup ideas", "business ideas", "what should I build", "startup brainstorm", "idea validation", "trends and opportunities", "think like a founder".
tools
Create new Jazz skills for automating workflows. Use when the user asks to create a skill, make a skill, or wants to define custom automation behavior.
tools
Generate pull request titles and descriptions from diffs and context. Use when creating a PR, writing PR description, drafting merge request, or summarizing changes for review.