joeseesun/defuddle
Extract clean article content from web pages or local HTML files. Removes clutter (ads, sidebars, nav) and returns readable content with metadata.
Extract clean article content from web pages or local HTML files. Removes clutter (ads, sidebars, nav) and returns readable content with metadata.
npx skills add https://github.com/joeseesun/defuddle-skill/tree/main/skills/defuddleExtract clean article content from web pages or local HTML files. Removes clutter (ads, sidebars, nav) and returns readable content with metadata.
Agent Skills for writing Assertions
Claude Code plugin for Open Mercato developers — skills for spec writing, implementation, and code review
Claude Code skill: decide when to render output as HTML over Markdown — based on Thariq Shihipar's html-effectiveness examples. Bilingual (zh-CN / en).
Multi-agent Claude Code workflow for writing an empirical economics Master thesis — 17 agents, 8 rules, 11 skills, RAG integration
Streamline research writing with a tool that tracks progress, enforces structure, and supports discipline-specific workflows for clear, reusable outputs.
Guide for feature flags and A/B tests with the Flags SDK (`flags` npm package) and Vercel Flags. Use when: declaring flags with `flag()`, using `vercelAdapter()` or `vercel flags` CLI (add, list, enable, disable, inspect, archive, rm, sdk-keys), setting up providers/adapters (Vercel, Statsig, LaunchDarkly, PostHog, GrowthBook, Hypertune, Edge Config, OpenFeature, Split, Flagsmith, Reflag, Optimizely, or custom adapters), implementing precompute patterns for static pages, setting up `identify`/`dedupe`, integrating Flags Explorer/Toolbar, working with flags in Next.js (App Router, Pages Router, Middleware) or SvelteKit, writing custom adapters, or encrypting/decrypting flag values. Triggers: feature flags, A/B testing, experimentation, flags SDK, flag adapters, precompute, Flags Explorer, feature gates, flag overrides, Vercel Flags, vercel flags CLI, vercel flags add, vercel flags list, vercel flags enable, vercel flags disable, `flags/next`, `flags/sveltekit`, `flags/react`, `@flags-sdk/*`.