Generate dense, visual-first HTML explainers with inline SVG diagrams and five themes.
Project overview
This skill creates self-contained HTML explainers in which inline SVG diagrams carry the meaning and prose stays caption-like. It plans 6–13 sections from reusable patterns such as flows, timelines, decision trees, and risk matrices, supports five baked-in themes, and is meant for durable reference documents rather than marketing pages, essays, decks, or photo-heavy work.
Turn a resume and career goal into a character sheet and quest plan.
Project overview
Give the skill a resume, your age, and either a target job or longer-term career goal. It builds an RPG-style character sheet, compares your profile with the destination, ranks quests by effort and expected stat gains, and can produce a professional ATS-friendly resume after you confirm the priorities. A separate development path creates a 12–36 month roadmap, with progress, skills, and XP stored in a local Markdown campaign file.
Design multilingual wedding invitations locally through a conversation and your own photos.
Project overview
The skill gathers names, date, venue, languages, photos, and preferred visual directions through conversation, then creates a custom HTML invitation for each selected direction. A local tweak studio lets you adjust colors, fonts, photo frames, and optional elements before exporting social and print-sized PNG files. It requires Node.js 18 and a Chromium-family browser, while the couple's photos and personal details remain on the local machine.
Choose and critique charts using established information-design principles.
Project overview
Use this Claude Code skill when selecting a chart, reviewing dashboard code, checking whether a graphic is misleading, or planning a map. It guides the response through data analysis, visual encoding, integrity checks, and cleanup, drawing on Bertin and Tufte while loading deeper references for color, accessibility, statistical graphics, and modern chart types only when needed.
Build Next.js and shadcn/ui projects from ideas with an autonomous Claude Code skill.
Project overview
auto-project-builder takes a generated or user-supplied idea through research, scoring, GitHub deduplication, implementation, QA checks, README generation, and optional pushing. It targets Next.js, shadcn/ui, TypeScript, and SQLite projects, with an automatic loop for type, lint, and build failures. The autonomous mode is intended for users who accept broad code-writing and external-research actions.
Check suspicious messages, links, screenshots, and wallet addresses for scam signals.
Project overview
Nigerian-Prince-Scam-Detector analyzes emails, SMS, direct messages, screenshots, voice transcripts, `.eml` files, URLs, phone numbers, and crypto wallet addresses for scam indicators. It combines header forensics, domain and wallet checks, scam-database references, and location-aware plausibility checks, then saves a Markdown report while explaining the con in a distinctive narrator voice. It asks only for a city and country, not a street address.
Read Claude Code responses aloud on macOS with optional automatic playback.
Project overview
Use the scream CLI to speak arbitrary text, replay the last assistant message, choose among 30 Gemini Flash TTS voices, or trigger audio automatically when a Claude Code run stops. It can fall back to the offline macOS say command, while Gemini voices require an API key. The current release is macOS-only, caps spoken text at about 1,200 characters, and does not provide transcription or streaming synthesis.
Shape vague work into a precise goal prompt or a runnable workflow specification.
Project overview
Use guided questions to turn an unclear task into either a deep `/goal` prompt for one thing that must converge, or a Dynamic Workflow specification for the same operation across many independent units. The two Claude Code skills design and hand off the execution spec rather than running it, and they reject workflow shapes that are unlikely to benefit from parallel agents.
Check WordPress plugin code against security practices and directory review rules.
Project overview
Use this Claude skill while building a WordPress plugin, addressing Plugin Check warnings, or reviewing a directory closure notice. It covers capabilities, validation and escaping, REST permission callbacks, internationalization, privacy, and the 19 wp.org Plugin Directory guidelines through lazily loaded references. It intentionally excludes themes, standalone PHP, and purely frontend work.
General skillDevOps and deploymentModel Context Protocol
sre-investigator↗
@YanpengQi7
Investigate SRE evidence with read-only, vendor-neutral MCP tools.
Project overview
Use this Claude Code skill to inspect available MCP capabilities and run narrow, time-bounded, read-only SRE queries. It keeps observed evidence separate from inference and refuses writes, deploys, restarts, migrations, deletes, scaling changes, or failovers without explicit confirmation. Missing data is reported as unobserved, not treated as proof.
Generate five types of printable educational worksheet PDFs with Python.
Project overview
Generate US Letter worksheet PDFs for kindergarten math, alphabet tracing, sight words, CVC phonics, and cursive practice. The LITE skill also includes listing-thumbnail and listing-copy helpers, but not the Pro edition’s larger catalog, KDP cover generator, or auto-bundling. Python, ReportLab, and Pillow are required.
General skillDesign and creative workModel Context Protocol
design-system-builder↗
@hsiangyilu
Build design tokens, Tailwind config, and Figma Variables in six phases.
Project overview
This Claude skill guides a six-phase design-system setup: brand decisions, color scales, typography, token integration, Figma Variables, and documentation. It uses Supa Palette, Typescale, Figma MCP, and a Next.js/Tailwind project, with Figma Desktop and local fonts needed for the visual stages. Users still supply the rationale behind their design decisions.
Turn an article into paste-ready WeChat HTML with matching illustrations.
Project overview
Give the skill article text or a link, choose a visual style, and receive inline HTML plus a cover and section images for the WeChat editor. It includes compatibility rules for fonts, image URLs, encoding, and inline styles; link extraction needs a fetch/browser tool, while automatic images use Dreamina CLI or another generator.
Build validated, interpretable predictive models from tabular data.
Project overview
Apply a seven-stage methodology that takes tabular data from cleaning and exploration through feature engineering, modeling, diagnosis, and an interpretable report. The workflow emphasizes leakage checks, baseline comparisons, cross-validation, and honest failure analysis rather than chasing a single score. It can run as a Claude Skill or as a portable prompt for other language models, with output adapted to the user's language.
Draft structured long-form content without inventing figures or drifting from the chosen angle.
Project overview
Writers first define the topic, hook, evidence, argument, and ending path, then Claude develops the article inside that structure. Editorial AI blocks unsupported numbers, marks missing facts with placeholders, checks whether advice-oriented pieces include actionable prescriptions, and enforces the requested length. It is aimed at journalism, research, PR, and B2B writing rather than casual posts, fiction, or poetry.
General skillImage generation and editingModel Context Protocol
tudun-skill↗
@LmaoAgent
Generate ecommerce main, selling-point, promotion, and detail images through an MCP skill.
Project overview
tudun-skill connects the 图盾·工坊 product-image service to agent platforms such as Hermes, OpenClaw, and Claude Desktop. A user supplies a product image and a natural-language brief, then the agent requests main images, selling-point posters, promotion visuals, or detail-page graphics and returns image URLs. It requires an API key and credits, so it targets ecommerce sellers and operators rather than general image hobbyists.
Export Socratic design-decision interviews as interactive HTML forms with facts and trade-offs.
Project overview
grill-with-docs-html adds an interactive HTML form output to the `grill-with-docs` Socratic interview. It presents facts with file and line references, decision cards, trade-offs, WHY and side-effect panels, and validated Before/After Mermaid diagrams, then copies structured Markdown to the clipboard. The base `grill-with-docs` skill, Node.js, and Mermaid CLI are required.
Run ordered security, correctness, maintainability, performance, and verification checks before release.
Project overview
Maestro runs a self-contained pre-release review across scope, root cause, security, logic, code quality, frontend, database, Python, performance, memory, hygiene, and verification. It orders the applicable checks, applies the rule of investigating root causes before fixes, and combines the results into one executive ship report. Full, Quick, and Incident modes let teams choose the breadth of the review.