github.com/alirezarezvani/claude-skills
| Skill | Added | Review |
|---|---|---|
aeo marketing-skill/skills/aeo/SKILL.md Answer Engine Optimization (AEO) skill — optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO — AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers — 'AEO audit', 'optimize for ChatGPT', 'get cited by Perplexity', 'LLM citation strategy', 'answer engine optimization', 'content for AI search', 'E-E-A-T audit'. Output is a markdown audit report (default) or JSON for pipeline integration. Stdlib-only Python tools. | 70 70 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
ad-creative marketing-skill/skills/ad-creative/SKILL.md When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or 'creative testing.' This is pure creative production — distinct from paid-ads (campaign strategy). Use ad-creative when you need the copy, not the campaign plan. | 77 77 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
ab-test-setup marketing-skill/skills/ab-test-setup/SKILL.md When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "conversion experiment," "statistical significance," or "test this." For tracking implementation, see analytics-tracking. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
md-slides markdown-html/skills/md-slides/SKILL.md Converts a markdown deck (slides separated by `---` HR boundaries or by `# ` H1 headings, with optional `<!-- notes: ... -->` presenter notes blocks) into a single-file HTML presentation with arrow-key / space / PgDn / PgUp / Home / End / P / Esc keyboard navigation, presenter mode (split view with current slide + speaker notes + clock + next-slide preview), URL-hash deep linking, and `@media print` page-per-slide for PDF export. Triggers when the markdown-html-orchestrator classifies an input as SLIDES, or when invoked directly via /cs:md-slides. Reuses md-document's markdown parser for slide-body rendering and reads design-system tokens via config_loader.py. Refuses if input has no clear slide boundaries, produces a 1-slide deck, or `--strict-notes` is on with < 50% notes coverage. Use after orchestrator routing. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
md-review markdown-html/skills/md-review/SKILL.md Converts a markdown PR writeup or code review (one with ```diff fenced blocks and severity-tagged > [!BLOCKER]/[!MAJOR]/[!MINOR]/[!NIT] callouts) into a single-file 2-column HTML review — unified-diff on the left, severity-tagged annotation cards on the right, top jump-nav listing every finding, mandatory named reviewer footer. Triggers when the markdown-html-orchestrator classifies an input as REVIEW, or when invoked directly via /cs:md-review. Refuses without explicit --reviewer (a code review must name a human), refuses if no diff hunks present (route to md-document instead), and refuses to encode severity in color only (every badge ships color + icon + aria-label per WCAG 1.4.1). Use after orchestrator routing. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
md-document markdown-html/skills/md-document/SKILL.md Converts long-form markdown (specs, RFCs, reports, plans, explainers) into a single-file, lightly-interactive HTML document with sticky TOC, scrollspy, search filter, code-copy buttons, and design-system-driven brand tokens. Triggers when the markdown-html-orchestrator classifies an input as DOCUMENT, or when invoked directly via /cs:md-document. Reads the design-system config via config_loader.py and inlines the user's 12 derived CSS custom properties; refuses to render if onboarding hasn't run. Single-file output — Google Fonts + Prism.js CDN are the only externals; no framework runtime, no build step. Use after orchestrator routing or after design-system onboarding is confirmed. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
markdown-html-orchestrator markdown-html/skills/markdown-html-orchestrator/SKILL.md Use when a user wants to convert any markdown file in their Claude project into a single-file, lightly-interactive HTML — long-form documents (specs, plans, RFCs, reports, explainers), code reviews with diffs and severity-tagged annotations, or slide decks. Triggers on "convert this markdown to HTML", "make this an HTML file", "turn this into an interactive document", "render this report as HTML", "PR writeup as HTML", "slides from this markdown". Forks context to route to one of three converter sub-skills (md-document, md-review, md-slides) based on a deterministic doctype classifier, after the user has run the design-system onboarding once. Refuses if input is under 100 lines (per Shihipar — markdown still wins below the threshold) or design-system isn't onboarded. Distinct from Anthropic's official Playground plugin (which is interactive prompt-tuning controls with sliders/knobs/prompt-copy-back) and from marketing/landing/ (which is a landing-page generator). | 71 71 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
design-system markdown-html/skills/design-system/SKILL.md Captures the user's brand identity once via a 10-question onboarding wizard (primary/accent HEX + heading + body Google Fonts + design style editorial/technical/minimal/playful + default output directory + syntax theme + TOC behavior + optional logo/company), validates body-text and link contrast against WCAG 2.2 AA, derives 12 CSS custom properties in HSL space, and stores the result for every markdown-html converter to consume. Use before any markdown-html conversion. Triggers on first-run onboarding ("set up the brand", "configure markdown-html", "run onboarding"), on explicit reset ("reset the design system", "re-onboard"), and is checked by every converter via config_loader.py before rendering. Refuses to save if body-text contrast fails AA 4.5:1 or the output dir isn't writable. Precedence is project (./.markdown-html/) > global (~/.config/markdown-html/) > built-in defaults; MARKDOWN_HTML_NO_CONFIG=1 bypasses. | 69 69 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
loop-library loop-library/SKILL.md Discover, find, compare, audit, repair, adapt, and design repeatable AI-agent loops with explicit triggers, actions, verification, stopping conditions, guardrails, and handoffs. Use when a user asks to analyze a codebase for potential loops, mine coding-thread history for work done more than once, turn repeated engineering work into a loop, find or recommend a published loop, create a recurring agent workflow or automation cadence, turn an outcome into a bounded copy-ready loop, or review an existing loop for weak checks, unsafe authority, unbounded repetition, stale state, or unclear stopping behavior. | 77 77 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 19392f7 | |
stock-analysis finance/skills/stock-analysis/SKILL.md Produce a rigorous, sector-relative, multi-factor fundamental analysis of a publicly listed company — Indian (NSE/BSE) or US/global. Use when the user asks to analyse, research, evaluate, or value a stock, ticker, or listed company; asks whether a business is fundamentally strong, cheap, or expensive; compares companies or benchmarks one against its sector; or mentions OPM, ROCE, ROE, ROIC, P/E, EV/EBITDA, free cash flow, NIM, GNPA, CASA, promoter holding or pledging. Use it for accounting-quality and forensic questions — "is the profit real", "why is profit rising but cash isn't", auditor qualifications, related-party concerns — which route to the forensic-only mode, and for IPOs and not-yet-listed companies — "should I apply to this IPO", DRHP/RHP or S-1 questions, price band, grey market premium — which route to the IPO mode. Use it even when the request sounds casual ("is Infosys any good?"). Do not use it for personalised investment advice, portfolio allocation, or trading signals. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
saas-metrics-coach finance/skills/saas-metrics-coach/SKILL.md SaaS financial health advisor. Use when a user shares revenue or customer numbers, or mentions ARR, MRR, churn, LTV, CAC, NRR, or asks how their SaaS business is doing. | 64 64 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
financial-analyst finance/skills/financial-analyst/SKILL.md Performs financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecast construction for strategic decision-making. Use when analyzing financial statements, building valuation models, assessing budget variances, or constructing financial projections and forecasts. Also applicable when users mention financial modeling, cash flow analysis, company valuation, financial projections, or spreadsheet analysis. | 73 73 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
finance-skills finance/skills/finance-skills/SKILL.md Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and saas-metrics-coach (ARR/MRR, churn, CAC/LTV, NRR, quick ratio). Use when a finance request doesn't obviously match one skill and you need to pick the right one (e.g., 'analyze these financials', 'how healthy are my SaaS metrics'). | 69 69 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
business-investment-advisor finance/business-investment-advisor/skills/business-investment-advisor/SKILL.md Business investment analysis and capital allocation advisor. Use when evaluating whether to invest in equipment, real estate, a new business, hiring, technology, or any capital expenditure. Also use for ROI calculations, IRR, NPV, payback period, build vs buy decisions, lease vs buy analysis, vendor evaluation, or deciding where to allocate limited budget for maximum return. | 75 75 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
zero-hallucination-coder engineering/zero-hallucination-coder/skills/zero-hallucination-coder/SKILL.md Runs a disciplined Discuss -> Map -> Decompose -> Execute -> Verify loop that grounds code in verified structure — no invented APIs, no assumed imports, no placeholder code — with a lazy-senior-dev YAGNI ladder that deletes unnecessary code before it is written. Use when a coding task is high-stakes, complex, or spans existing code (auth, databases, migrations, multi-file features), or when the user explicitly asks to plan carefully before coding, avoid hallucinated code, or work rigorously. Not for trivial edits, typos, or throwaway one-off scripts — those do not need the full loop. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
write-a-skill engineering/write-a-skill/skills/write-a-skill/SKILL.md Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, build, or author a new skill. | 64 64 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
workflow-builder engineering/workflow-builder/skills/workflow-builder/SKILL.md Design and write deterministic multi-agent workflow scripts (.js files in .claude/workflows/) for Claude Code's Workflow tool. Use when a user wants to build, create, author, scaffold, or run a custom Claude Code workflow, orchestrate sub-agents (fan-out, pipeline, loop, judge-panel), or automate a repeatable multi-step task across fresh-context agents. | 77 77 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
universal-scraping-architect engineering/universal-scraping-architect/skills/universal-scraping-architect/SKILL.md Use for web scraping, crawling, document extraction, API parsing, or building validation-heavy data pipelines using Firecrawl or local Python scripts. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
terraform-patterns engineering/terraform-patterns/skills/terraform-patterns/SKILL.md Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with Sentinel/OPA, and CI/CD plan/apply workflows. Use when: user wants to design Terraform modules, manage state backends, review Terraform security, implement multi-region deployments, or follow IaC best practices. | 65 65 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
strict-api engineering/strict-api/SKILL.md Use when the user says 'no hallucinations', 'verify APIs', 'reality check', or 'don't invent functions'. Prevents the agent from calling methods, imports, or variables that do not provably exist in the user's installed version. | 65 65 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
statistical-analyst engineering/statistical-analyst/skills/statistical-analyst/SKILL.md Run hypothesis tests, analyze A/B experiment results, calculate sample sizes, and interpret statistical significance with effect sizes. Use when you need to validate whether observed differences are real, size an experiment correctly before launch, or interpret test results with confidence. | 73 73 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
spinning-up-deep-rl engineering/spinning-up-deep-rl/skills/spinning-up-deep-rl/SKILL.md Knowledge base from "Spinning Up in Deep RL" by Joshua Achiam (OpenAI, MIT-licensed). Use when applying Achiam's frameworks for RL fundamentals and MDPs, the model-free algorithm taxonomy, policy gradient derivations, the six reference algorithms (VPG, TRPO, PPO, DDPG, TD3, SAC), debugging silently-failing RL code, or running rigorous multi-seed RL experiments. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
slo-architect engineering/slo-architect/skills/slo-architect/SKILL.md Use when defining, reviewing, or operating SLOs/SLIs/error budgets. Triggers on "define an SLO", "what should our SLO be", "error budget", "burn rate", "SLI", "service level objective", "Google SRE workbook", "multi-window burn-rate alert", or any reliability-target question. Ships SLO designer, error-budget calculator with multi-window burn-rate thresholds, and SLO reviewer that catches the common bugs (target too aggressive, window too short, conflicting SLOs, no SLI definition). 4 references on SLO principles + SLI design + error budget math + composition with feature-flags-architect/chaos-engineering/kubernetes-operator. NOT a generic observability skill — specifically the SLO discipline. | 75 75 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
tech-debt-tracker engineering/skills/tech-debt-tracker/SKILL.md Scan codebases for technical debt, score severity, track trends, and generate prioritized remediation plans. Use when users mention tech debt, code quality, refactoring priority, debt scoring, cleanup sprints, or code health assessment. Also use for legacy code modernization planning and maintenance cost estimation. | 69 69 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
tc-tracker engineering/skills/tc-tracker/SKILL.md Use when the user asks to track technical changes, create change records, manage TC lifecycles, or hand off work between AI sessions. Covers init/create/update/status/resume/close/export workflows for structured code change documentation. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 |