Extract clean recipe details from URLs, using structured data before Claude fills missing fields.
Project overview
recipe-extract-skill extracts a recipe’s title, ingredients, instructions, yield, and times from a URL, using `schema.org/Recipe` JSON-LD as the fast path and asking Claude to fill only missing fields when needed. It cleans the page before rendering a concise result and includes a per-path evaluation suite with cached inputs. Pages without usable structured data require the slower LLM path.
Collection or directoryMarketing, growth and salesClaude Code
marketing-skills↗
@evgeniiakruglova·Python
Install 35 English Claude Code skills for SEO, CRO, copywriting, ads, content, and strategy.
Project overview
marketing-skills is an English translation of Vlad Yasko’s collection of 35 Claude Code skills. The bundle spans SEO, conversion optimization, copywriting, paid ads, content strategy, email, pricing, referrals, product marketing, and related utilities, with single-skill or full-bundle installation. It is useful when an English-language marketing workflow needs modular skills rather than one large prompt.
Turn an idea into an Instagram Reels script with hooks, timecodes, and production notes.
Project overview
yulya-reels-skill applies Yulya Filipenko’s documented Reels formula to an idea and returns three hook options, a timed script, production notes, caption copy, and CTA variants. The structure moves from a short hook through setup and proof, a numbered framework, and a soft CTA, with visual and editing guidance kept separate. It is suited to creators who want a ready starting draft rather than an unstructured idea list.
Turn development tasks into module, stage, and operation blueprints before implementation.
Project overview
claude-skill-module-design turns a development task into a blueprint of modules, stages, and atomic operations, with a target end product at each level. Its nine-step method starts with premortem and inversion, places the Config/Client/Storage triad, and finishes with checklists and a failure-to-measure mapping. It suits work that needs an explicit structure and contract before implementation.
Delegate simple text tasks to local Ollama while tracking token savings.
Project overview
This Claude Code skill sends mechanical text work such as list classification, filtering, and formatting to a local Ollama Mistral model through curl. It avoids an MCP server, logs each call locally, and offers an audit mode for success rates and estimated token savings. Ollama must be running with Mistral available.
Slim oversized Codex rollouts so the desktop app can reopen them.
Project overview
Repair an oversized Codex JSONL rollout without deleting the conversation. The scripts first remove superseded checkpoints, replace embedded screenshots with text markers, and trim oversized tool output, preserving the original backup and verifying that the result is safe to load. Only as a last resort does the workflow drop older turns.
Build a tailored interview study kit from a resume and job description.
Project overview
Provide a resume and job description to generate gap-focused hands-on labs, platform-specific commands, a two-minute introduction, JD-to-experience mapping, STAR stories, a theory cheatsheet, and quick Q&A. It works across languages and major Claude surfaces, but it does not score jobs, rewrite a CV, or submit applications.
Match Claude’s response depth to task complexity and memory needs.
Project overview
KISS gives Claude Fast and Deep operating modes, rules for separating durable project memory from temporary ideas, and a token-discipline framework that limits repetition. It suits multi-session development and ongoing product work, using CLAUDE.md and memory files as the integration surface. The skill shapes workflow and response depth rather than project behavior.
Stress-test a startup idea and turn it into a cited strategy doc and pitch deck.
Project overview
Give the skill a one-sentence startup idea and it researches customers, existing spending, failed attempts, risks, falsification tests, and a narrower defensible wedge. It then produces a designed HTML strategy document and scrollable pitch narrative with cited market research. A brutal, balanced, or encouraging tone can control the pressure level.
Learn a writer’s voice from samples and refine it through feedback.
Project overview
Upload three to eight writing samples and answer targeted questions about deliberate choices, audience shifts, and language preferences. The skill creates a structured Voice Spec with signature traits, mechanics, banned patterns, and example rewrites, then improves it from corrections and approvals across conversations. It needs real samples and does not imitate another named writer.
Translate English into idiomatic Hungarian with grammar and register guidance.
Project overview
Translate English prose, UI strings, subtitles, fiction, or marketing copy into Hungarian while handling focus order, definite conjugation, case suffixes, register, and domain conventions. Reference files add literary and localization rules when needed, and brand names, code, URLs, and placeholders stay intact. It only targets English-to-Hungarian translation.
Translate safety-critical documents with glossary control and deterministic checks.
Project overview
Use this skill for aerospace, pharmaceutical, medical-device, automotive, nuclear, or legal documents where terminology and modal force matter. It pins glossary terms per chunk, critiques safety-critical passages, checks numbers, sections, references, and warning order, and can back-translate flagged content. Outputs are working drafts, not certified translations, and scanned PDFs need OCR first.
Audit and fix mobile issues in PWA, Capacitor, and hybrid web apps.
Project overview
Detect the project’s framework and mobile setup, then apply structural fixes for safe areas, notches, keyboards, input zoom, viewport height, splash screens, status bars, and hybrid storage or authentication. The skill preserves the existing visual design, verifies lint/build/cap sync, and reports manual device and store checks for PWA or Capacitor targets.
Research audiences and assemble marketing offers through a staged agent workflow.
Project overview
This Claude Code plugin guides offer creation from an explicit framing step through audience research, Reddit and YouTube studies, angles, competitor analysis, promises, guarantees, modules, bonuses, and value presentation. It emits Markdown and HTML artifacts with specialized agents and templates, while the final handoff can use a separate zenith-audience plugin.
General skillResearch and knowledgeModel Context Protocol
resourceful↗
@pedroreisper·Python
Exhaust a five-tier resource ladder before Claude says it cannot answer.
Project overview
This skill makes Claude inspect local files, system and Git history, authenticated MCPs, current web documentation, and delegated agents before giving up on a research-shaped question. A Stop hook blocks premature hedging unless enough tiers were tried or a structured escalation report is present. Its tier detection is heuristic and its phrase catalog mainly covers English and Portuguese.
Connect Codex CLI to DeepSeek through a one-script local proxy setup.
Project overview
Run the setup script to check Go, Node, and Codex CLI, clone and build Moon Bridge, write a protected config with your DeepSeek key, back up the existing Codex config, and launch a local proxy on port 38440. A bundled Claude Code skill can guide the same setup, but the bridge still relies on the external DeepSeek service.
Format thesis DOCX files from structure maps without rewriting their content.
Project overview
This Codex and Claude skill maps thesis roles—title, abstract, headings, body, captions, and references—to Word styles using a generated structure map. It supports default or supplied school, journal, template, or PDF formatting rules, backs up the input, and writes a new DOCX while preserving text, table data, and image assets. It does not edit prose.
Turn vague visual feedback into rendered decisions with a permanent design record.
Project overview
Use visual-cook to interview through fuzzy design language and test decisions on the real component rather than a mock. A permanent keeper harness records current and rejected lanes, rationale, settled values, and whether the result reached production, while an index prevents old ideas from being cooked again. The provided skeleton assumes Next.js and Tailwind.