Skills are portable instruction sets that extend what AI coding agents can do. Each skill is a SKILL.md file your agent reads to learn new capabilities, from writing tests to deploying infrastructure. Compatible with Claude Code, OpenClaw, Codex CLI, Cursor, and 20+ agents. Browse the marketplace to find skills built by the community, or publish your own.
Scaffold a complete, production-ready transactional email system — verification, password reset, receipts, and notifications — with deliverability hardening, retries, idempotency, and a suppression list.
1
emailbackenddevops+3
LLM Prompt Stabilizer — 6-Layer Pattern for Consistent Agent Output
Lint a prompt template for the issues that cause injection and flaky output. Flags untrusted variables interpolated straight into the instructions (the injection surface), placeholders that are never provided or never used, contradictory instructions, a missing output-format spec where the result is parsed, unbounded context interpolation, and leftover placeholders. It detects problems; it does not write prompts.
Flag every em-dash and AI transition cliché in a draft and get a plain replacement suggestion for each. Catches em-dashes (the "ChatGPT dash"), overused transition words and phrases (moreover, furthermore, "in today's digital age," delve), and dash-like punctuation doing vague connective work. It flags and suggests; you decide what to change.
Audit your SPF, DKIM, and DMARC records for the misconfigurations that get mail rejected or sent to spam. Flags a missing DMARC record or p=none, missing rua reporting, a missing or duplicated SPF record, SPF over the 10-lookup limit, permissive +all/?all, a missing DKIM selector, and SPF/DKIM domain-alignment mismatches. Paste a DNS zone file or dig/nslookup output.
One-line summary description Stop your agent from claiming "done" before it's proven. A verification gate that classifies each change by risk (payment, auth, database, user-facing), picks the tests that actually cover it, demands evidence, maps regression risk, and outputs an honest pass/fail report. Turns "looks good to me" into "here's what I ran, and here's what's still unverified."
Lint an exported n8n workflow before it ships: catches broken or duplicated nodes, missing error handlers, credential stubs, unhandled retries, unsafe webhooks, brittle expressions, and missing idempotency. A read-only pass over your workflow JSON that ranks production-readiness gaps with evidence and concrete fixes.