# Super Agent Skill > The MCP infrastructure layer for AI agents. Connect any agent to a live registry of skills, playbooks, souls and guardrails — then let the proprietary forge research, author, evaluate and continuously evolve them. Site: https://superagentskill.com MCP endpoint: https://superagentskill.com/api/public/mcp MCP endpoint (legacy alias, may be blocked by edge firewalls for datacenter IPs): https://superagentskill.com/api/mcp Transport: MCP Streamable HTTP (JSON-RPC 2.0). Required header: `Accept: application/json, text/event-stream` Long-form agent manual: https://superagentskill.com/agents.md Sitemap: https://superagentskill.com/sitemap.xml ## What it is (TL;DR) Super Agent Skill is to AI agents what npm is to Node and what Twilio is to telecom: a single connection that gives any MCP-compatible agent (Claude, Cursor, Codex, Grok, custom) instant access to thousands of installable, version-controlled, continuously-evolving capabilities. No retraining. No SDK. No DevOps. One MCP URL → one sentence → a specialist. ## Who it's for - AI engineers wiring agents into production - Teams that already use Claude/Cursor/Codex/Grok and want them to actually do the job - Domain experts (doctors, lawyers, marketers, fintech ops) monetizing their expertise as packages ## Quickstart (30 seconds) 1. Add MCP server in your agent's config: ``` {"mcpServers":{"superagentskill":{"url":"https://superagentskill.com/api/public/mcp"}}} ``` 2. Authorize via OAuth 2.1 + PKCE (browser opens automatically). 3. Ask the agent: "make me a cardiologist" — it discovers, installs and evolves. ## Primitives (mental model) | type | what it is | use it for | |-----------|---------------------------------------------------------|-------------------------------------| | skill | a single capability | ECG read, MEDDPICC, KYC analysis | | playbook | a multi-step workflow | chest-pain triage, sales motion | | soul | tone / personality / decision style | Challenger rep, calm clinician | | guardrail | safety boundary, runs before output | no advice without citation, no PII | ## Tools (full reference) - list_packages({type?, query?, limit=20}) — list registry items - search_registry({query, limit=10}) — semantic search by name/description - get_package({slug}) — full manifest (system_prompt, rules, examples, compatibility) - request_primitive({type, brief, industry?}) — auto-create a missing primitive - get_skill_trust({slug}) — trust score, downloads, ratings, drift signals ## Decision rules for agents 1. Detect 1–3 domain keywords from the user turn. 2. `search_registry({ query })`. If no hit, `request_primitive`. 3. Adopt the returned `system_prompt` + `rules` for the turn. 4. Stack at most: 1 soul, 1–N skills, 0–1 playbook, 0–N guardrails. 5. Guardrails always run last and may refuse. ## Pricing - Hacker — $0/mo · 3 installs, registry read, MCP gateway - Agent Pass — $19/agent/mo · unlimited upgrades, SkillForge AI, weekly reports - Enterprise — custom · private registry, SAML SSO, RBAC, audit logs Creators keep 80–85% of every package sold. ## Key links - Connect: https://superagentskill.com/connect - Marketplace: https://superagentskill.com/marketplace - Pricing: https://superagentskill.com/pricing - Docs: https://superagentskill.com/docs - MCP docs: https://superagentskill.com/docs/mcp - Discover: https://superagentskill.com/discover - Forge: https://superagentskill.com/forge - Agent manual: https://superagentskill.com/agents.md ## Catalog (published packages) - Expo EAS Pipeline (skill): Sets up EAS build/submit/update with channels. — https://superagentskill.com/marketplace/expo-eas-pipeline · markdown: https://superagentskill.com/api/skills/expo-eas-pipeline/export.md - SendGrid Mailer (skill): Sends transactional and broadcast email with deliverability guards. — https://superagentskill.com/marketplace/sendgrid-mailer · markdown: https://superagentskill.com/api/skills/sendgrid-mailer/export.md - GitHub Release Pilot (skill): Tags releases, generates notes and ships to npm/Docker. — https://superagentskill.com/marketplace/github-release-pilot · markdown: https://superagentskill.com/api/skills/github-release-pilot/export.md - OAuth Flow Auditor (skill): Audits OAuth implementations for known anti-patterns. — https://superagentskill.com/marketplace/oauth-flow-auditor · markdown: https://superagentskill.com/api/skills/oauth-flow-auditor/export.md - Test-Driven Design (skill): Designs APIs by writing the example test first. — https://superagentskill.com/marketplace/test-driven-design · markdown: https://superagentskill.com/api/skills/test-driven-design/export.md - Calendar Scheduler (skill): Finds slots, books meetings and sends invites across timezones. — https://superagentskill.com/marketplace/calendar-scheduler · markdown: https://superagentskill.com/api/skills/calendar-scheduler/export.md - Autograd Tutor (skill): Teaches reverse-mode autodiff by building a 100-LOC engine. — https://superagentskill.com/marketplace/micrograd-tutor · markdown: https://superagentskill.com/api/skills/micrograd-tutor/export.md - Notion Sync (skill): Two-way sync between Notion DBs and your codebase or sheets. — https://superagentskill.com/marketplace/notion-sync · markdown: https://superagentskill.com/api/skills/notion-sync/export.md - Dependency Management (skill): Pin versions, scan vulnerabilities, manage monorepos, and run safe upgrades. — https://superagentskill.com/marketplace/dependency-management · markdown: https://superagentskill.com/api/skills/dependency-management/export.md - Influencer Vetter (skill): Vets influencers on audience quality, brand fit, fraud signals. — https://superagentskill.com/marketplace/influencer-vetter · markdown: https://superagentskill.com/api/skills/influencer-vetter/export.md - Learning Path Designer (skill): Designs prerequisite-aware learning paths. — https://superagentskill.com/marketplace/learning-path-designer · markdown: https://superagentskill.com/api/skills/learning-path-designer/export.md - Agent Handoff Protocols (skill): Agent-to-agent handoffs, structured context passing, and escalation chains. — https://superagentskill.com/marketplace/agent-handoff-protocols · markdown: https://superagentskill.com/api/skills/agent-handoff-protocols/export.md - Git Workflow Mastery (skill): Branching strategies, conventional commits, rebase vs merge, and clean history. — https://superagentskill.com/marketplace/git-workflow-mastery · markdown: https://superagentskill.com/api/skills/git-workflow-mastery/export.md - GitHub Actions Architect (skill): Designs reusable workflows with caching and OIDC. — https://superagentskill.com/marketplace/github-actions-architect · markdown: https://superagentskill.com/api/skills/github-actions-architect/export.md - Mobile Performance (skill): Profile and fix performance issues in mobile apps: startup, jank, memory, battery. — https://superagentskill.com/marketplace/mobile-performance · markdown: https://superagentskill.com/api/skills/mobile-performance/export.md - Linear Project Manager (skill): Creates issues, manages cycles and writes weekly updates from Linear. — https://superagentskill.com/marketplace/linear-pm · markdown: https://superagentskill.com/api/skills/linear-pm/export.md - Podcast Editor (skill): Cuts podcasts: filler removal, levelling, chapters. — https://superagentskill.com/marketplace/podcast-editor · markdown: https://superagentskill.com/api/skills/podcast-editor/export.md - Review Responder (skill): Draft empathetic, on-brand responses to public customer reviews. — https://superagentskill.com/marketplace/review-responder · markdown: https://superagentskill.com/api/skills/review-responder/export.md - Zendesk Triage (skill): Categorises tickets, suggests macros and escalates SLAs at risk. — https://superagentskill.com/marketplace/zendesk-triage · markdown: https://superagentskill.com/api/skills/zendesk-triage/export.md - NDA Reviewer (skill): Redlines NDAs against your playbook in seconds. — https://superagentskill.com/marketplace/nda-reviewer · markdown: https://superagentskill.com/api/skills/nda-reviewer/export.md - Invoice Parser (skill): Extracts vendor, totals, line items and tax from invoices. — https://superagentskill.com/marketplace/invoice-parser · markdown: https://superagentskill.com/api/skills/invoice-parser/export.md - Menu Engineer (skill): Classify menu items by margin and popularity, then recommend price, promote, redesign, or remove. — https://superagentskill.com/marketplace/menu-engineer · markdown: https://superagentskill.com/api/skills/menu-engineer/export.md - Prior Auth Helper (skill): Drafts payer prior-authorisation packets from chart data. — https://superagentskill.com/marketplace/prior-auth-helper · markdown: https://superagentskill.com/api/skills/prior-auth-helper/export.md - Question Bank Author (skill): Builds Bloom-tagged question banks per topic. — https://superagentskill.com/marketplace/question-bank-author · markdown: https://superagentskill.com/api/skills/question-bank-author/export.md - Cypress E2E Patterns (skill): Cypress patterns for stable, fast, and meaningful end-to-end tests. — https://superagentskill.com/marketplace/e2e-cypress-patterns · markdown: https://superagentskill.com/api/skills/e2e-cypress-patterns/export.md - Terraform & IaC (skill): Modules, remote state, workspaces, and multi-environment patterns. — https://superagentskill.com/marketplace/terraform-iac · markdown: https://superagentskill.com/api/skills/terraform-iac/export.md - Accessibility Testing (skill): WCAG 2.2 audits, axe + Lighthouse automation, screen reader testing, and remediation. — https://superagentskill.com/marketplace/accessibility-testing · markdown: https://superagentskill.com/api/skills/accessibility-testing/export.md - Offer Letter Author (skill): Drafts offer letters and computes total comp scenarios. — https://superagentskill.com/marketplace/offer-letter-author · markdown: https://superagentskill.com/api/skills/offer-letter-author/export.md - Promo Planner (skill): Plans seasonal promotions with margin and inventory guardrails. — https://superagentskill.com/marketplace/retail-promo-planner · markdown: https://superagentskill.com/api/skills/retail-promo-planner/export.md - Interview Debriefer (skill): Synthesises panel feedback into a hire/no-hire recommendation. — https://superagentskill.com/marketplace/interview-debriefer · markdown: https://superagentskill.com/api/skills/interview-debriefer/export.md - Brand Style Guide Author (skill): Drafts brand style guides with do/don't examples. — https://superagentskill.com/marketplace/brand-style-guide-author · markdown: https://superagentskill.com/api/skills/brand-style-guide-author/export.md - Budget Variance Analyst (skill): Explains actual-vs-budget variance per cost center. — https://superagentskill.com/marketplace/budget-variance-analyst · markdown: https://superagentskill.com/api/skills/budget-variance-analyst/export.md - Clinical Note Summarizer (skill): Summarises encounters into SOAP notes. — https://superagentskill.com/marketplace/clinical-note-summarizer · markdown: https://superagentskill.com/api/skills/clinical-note-summarizer/export.md - PDF Extractor (skill): Extracts structured text, tables and metadata from PDFs. — https://superagentskill.com/marketplace/pdf-extractor · markdown: https://superagentskill.com/api/skills/pdf-extractor/export.md - Shelf Auditor (skill): Audits planogram compliance from store photos. — https://superagentskill.com/marketplace/retail-shelf-auditor · markdown: https://superagentskill.com/api/skills/retail-shelf-auditor/export.md - IP Assignment Checker (skill): Audits employee/contractor IP assignment language. — https://superagentskill.com/marketplace/ip-assignment-checker · markdown: https://superagentskill.com/api/skills/ip-assignment-checker/export.md - Renewal Risk Analyst (skill): Predicts renewal risk from product usage and CSAT. — https://superagentskill.com/marketplace/renewal-risk-analyst · markdown: https://superagentskill.com/api/skills/renewal-risk-analyst/export.md - Token Budget Tracking (skill): Real-time token tracking, per-agent budgets, cost attribution, and proactive optimization. — https://superagentskill.com/marketplace/token-budget-tracking · markdown: https://superagentskill.com/api/skills/token-budget-tracking/export.md - Dock Scheduler (skill): Schedules inbound dock appointments to smooth labour. — https://superagentskill.com/marketplace/dock-scheduler · markdown: https://superagentskill.com/api/skills/dock-scheduler/export.md - Store Clustering (skill): Clusters stores by demand profile for assortment planning. — https://superagentskill.com/marketplace/retail-store-cluster · markdown: https://superagentskill.com/api/skills/retail-store-cluster/export.md - Chaos Experiment Runner (skill): Designs and runs chaos experiments with blast-radius caps. — https://superagentskill.com/marketplace/chaos-experiment-runner · markdown: https://superagentskill.com/api/skills/chaos-experiment-runner/export.md - DPA/GDPR Checker (skill): Validates DPAs against GDPR requirements with citations. — https://superagentskill.com/marketplace/dpa-gdpr-checker · markdown: https://superagentskill.com/api/skills/dpa-gdpr-checker/export.md - Streaming Data (skill): Design event streaming systems with Kafka, Kinesis, or Pub/Sub patterns. — https://superagentskill.com/marketplace/streaming-data · markdown: https://superagentskill.com/api/skills/streaming-data/export.md - Lesson Plan Author (skill): Writes standards-aligned lesson plans with differentiation. — https://superagentskill.com/marketplace/lesson-plan-author · markdown: https://superagentskill.com/api/skills/lesson-plan-author/export.md - Creative Brief Author (skill): Writes tight creative briefs with one big idea. — https://superagentskill.com/marketplace/creative-brief-author · markdown: https://superagentskill.com/api/skills/creative-brief-author/export.md - Subagent Orchestrator (skill): Spawns focused subagents per task and merges their results. — https://superagentskill.com/marketplace/subagent-orchestrator · markdown: https://superagentskill.com/api/skills/subagent-orchestrator/export.md - LLM Eval Harness (skill): Runs deterministic evals across tasks with leaderboards and regressions. — https://superagentskill.com/marketplace/llm-eval-harness · markdown: https://superagentskill.com/api/skills/llm-eval-harness/export.md - SQL Optimization (skill): Diagnose slow queries and rewrite them using indexes, joins, and execution-plan analysis. — https://superagentskill.com/marketplace/sql-optimization · markdown: https://superagentskill.com/api/skills/sql-optimization/export.md - Redis Patterns (skill): Designs Redis data models and TTLs for caching, queues and rate limits. — https://superagentskill.com/marketplace/redis-patterns · markdown: https://superagentskill.com/api/skills/redis-patterns/export.md - Web Performance Optimization (skill): Core Web Vitals, lazy loading, code splitting, image optimization, and performance budgets. — https://superagentskill.com/marketplace/web-performance · markdown: https://superagentskill.com/api/skills/web-performance/export.md - HubSpot Sync (skill): Keeps contacts, deals and notes in sync with your source-of-truth. — https://superagentskill.com/marketplace/hubspot-sync · markdown: https://superagentskill.com/api/skills/hubspot-sync/export.md - HOA Doc Summarizer (skill): Summarises CC&Rs and bylaws into buyer briefs. — https://superagentskill.com/marketplace/hoa-doc-summarizer · markdown: https://superagentskill.com/api/skills/hoa-doc-summarizer/export.md - Code Review Methodology (skill): Structured PR review checklist covering correctness, design, tests, security, and readability. — https://superagentskill.com/marketplace/code-review-methodology · markdown: https://superagentskill.com/api/skills/code-review-methodology/export.md - Storytelling Advisor (skill): Apply narrative frameworks (hero's journey, StoryBrand, Pixar) to craft compelling stories. — https://superagentskill.com/marketplace/storytelling-advisor · markdown: https://superagentskill.com/api/skills/storytelling-advisor/export.md - API Testing (skill): REST and GraphQL testing, contract tests, schema validation, and synthetic monitoring. — https://superagentskill.com/marketplace/api-testing · markdown: https://superagentskill.com/api/skills/api-testing/export.md - Freight RFP Runner (skill): Runs annual freight RFPs and recommends lane awards. — https://superagentskill.com/marketplace/freight-rfp-runner · markdown: https://superagentskill.com/api/skills/freight-rfp-runner/export.md - Recipe Scaler (skill): Scales recipes for events with unit conversions. — https://superagentskill.com/marketplace/recipe-scaler · markdown: https://superagentskill.com/api/skills/recipe-scaler/export.md - Music Prompt Engineer (skill): Crafts prompts for AI music with key/BPM/instrumentation. — https://superagentskill.com/marketplace/music-prompt-engineer · markdown: https://superagentskill.com/api/skills/music-prompt-engineer/export.md - Privacy Policy Author (skill): Drafts privacy policies tailored to data flows. — https://superagentskill.com/marketplace/privacy-policy-author · markdown: https://superagentskill.com/api/skills/privacy-policy-author/export.md - Cash Flow Forecaster (skill): Projects 13-week cash flow with scenario sensitivity. — https://superagentskill.com/marketplace/cash-flow-forecaster · markdown: https://superagentskill.com/api/skills/cash-flow-forecaster/export.md - ICD-10 Coder (skill): Suggests ICD-10 codes from clinical narratives with rationale. — https://superagentskill.com/marketplace/icd10-coder · markdown: https://superagentskill.com/api/skills/icd10-coder/export.md - Rent Roll Analyzer (skill): Audits rent rolls for vacancy, concession and renewal risk. — https://superagentskill.com/marketplace/rent-roll-analyzer · markdown: https://superagentskill.com/api/skills/rent-roll-analyzer/export.md - Model Card Author (skill): Writes responsible Model Cards documenting use, risks and bias. — https://superagentskill.com/marketplace/model-card-author · markdown: https://superagentskill.com/api/skills/model-card-author/export.md - Comp Band Builder (skill): Builds comp bands from market data and internal equity. — https://superagentskill.com/marketplace/comp-band-builder · markdown: https://superagentskill.com/api/skills/comp-band-builder/export.md - React Hooks Rule Enforcer (skill): Catches stale closures, missing deps and conditional hooks. — https://superagentskill.com/marketplace/ts-react-hooks-rules · markdown: https://superagentskill.com/api/skills/ts-react-hooks-rules/export.md - Staff Scheduler (skill): Build optimal weekly shift schedules balancing coverage, labor cost, and employee preferences. — https://superagentskill.com/marketplace/staff-scheduler · markdown: https://superagentskill.com/api/skills/staff-scheduler/export.md - Authentication & Authorization (skill): OAuth2, OIDC, JWT, sessions, RBAC, ABAC, and MFA patterns. — https://superagentskill.com/marketplace/authentication-authorization · markdown: https://superagentskill.com/api/skills/authentication-authorization/export.md - Photo Cull & Edit (skill): Culls and grades photo shoots to a reference look. — https://superagentskill.com/marketplace/photo-cull-and-edit · markdown: https://superagentskill.com/api/skills/photo-cull-and-edit/export.md - Mobile Performance Profiler (skill): Profiles cold-start, jank and memory on device. — https://superagentskill.com/marketplace/mobile-perf-profiler · markdown: https://superagentskill.com/api/skills/mobile-perf-profiler/export.md - Tenant Screener (skill): Screens applications on credit, income, eviction history. — https://superagentskill.com/marketplace/tenant-screener · markdown: https://superagentskill.com/api/skills/tenant-screener/export.md - Changelog Curator (skill): Maintains a Keep-a-Changelog file from commit history. — https://superagentskill.com/marketplace/changelog-curator · markdown: https://superagentskill.com/api/skills/changelog-curator/export.md - Restaurant Staffing Planner (skill): Builds shifts to match forecasted covers within labour %. — https://superagentskill.com/marketplace/restaurant-staffing-planner · markdown: https://superagentskill.com/api/skills/restaurant-staffing-planner/export.md - Subpoena Triage (skill): Categorises subpoenas, extracts deadlines, drafts objections. — https://superagentskill.com/marketplace/subpoena-triage · markdown: https://superagentskill.com/api/skills/subpoena-triage/export.md - Divergent Brainstorming (skill): Generates 10+ distinct angles before converging on one solution. — https://superagentskill.com/marketplace/brainstorming-divergent · markdown: https://superagentskill.com/api/skills/brainstorming-divergent/export.md - Performance Testing (skill): Load, stress, spike testing with k6 / Locust and bottleneck analysis. — https://superagentskill.com/marketplace/performance-testing · markdown: https://superagentskill.com/api/skills/performance-testing/export.md - UI Microcopy Writer (skill): Writes button, error and empty-state microcopy on-brand. — https://superagentskill.com/marketplace/ui-copy-microwriter · markdown: https://superagentskill.com/api/skills/ui-copy-microwriter/export.md - Type-Safe Builder Patterns (skill): Builds chainable APIs with type-state to forbid invalid sequences. — https://superagentskill.com/marketplace/ts-builder-patterns · markdown: https://superagentskill.com/api/skills/ts-builder-patterns/export.md - User Interview Analyst (skill): Codes interviews into themes with quotes. — https://superagentskill.com/marketplace/user-interview-analyst · markdown: https://superagentskill.com/api/skills/user-interview-analyst/export.md - Discriminated Unions Refactor (skill): Replaces optional-field soup with discriminated unions. — https://superagentskill.com/marketplace/ts-discriminated-unions · markdown: https://superagentskill.com/api/skills/ts-discriminated-unions/export.md - Mobile Crash Triage (skill): Triages crashes from Crashlytics/Sentry to top fixes. — https://superagentskill.com/marketplace/mobile-crash-triage · markdown: https://superagentskill.com/api/skills/mobile-crash-triage/export.md - Brand Palette Builder (skill): Generates accessible brand palettes with semantic roles. — https://superagentskill.com/marketplace/brand-palette-builder · markdown: https://superagentskill.com/api/skills/brand-palette-builder/export.md - Motion Spec Author (skill): Defines motion tokens (duration, easing) per interaction class. — https://superagentskill.com/marketplace/motion-spec-author · markdown: https://superagentskill.com/api/skills/motion-spec-author/export.md - ArgoCD GitOps (skill): Bootstraps GitOps with app-of-apps and progressive sync. — https://superagentskill.com/marketplace/argocd-gitops · markdown: https://superagentskill.com/api/skills/argocd-gitops/export.md - Flashcard Generator (skill): Generates spaced-repetition decks from source material. — https://superagentskill.com/marketplace/flashcard-generator · markdown: https://superagentskill.com/api/skills/flashcard-generator/export.md - Daily Pulse (skill): Produce a one-page morning briefing covering sales, labor, top issues, and the day's priorities. — https://superagentskill.com/marketplace/daily-pulse · markdown: https://superagentskill.com/api/skills/daily-pulse/export.md - Market Sizing (skill): Sizes TAM/SAM/SOM with bottom-up and top-down checks. — https://superagentskill.com/marketplace/market-sizing · markdown: https://superagentskill.com/api/skills/market-sizing/export.md - LLM From Scratch Coach (skill): Implements a small LLM end-to-end: tokenizer, training loop, sampler. — https://superagentskill.com/marketplace/llm-from-scratch · markdown: https://superagentskill.com/api/skills/llm-from-scratch/export.md - Architecture Decision Records (skill): Capture architectural decisions in lightweight ADRs with context, options, and consequences. — https://superagentskill.com/marketplace/architecture-decision-records · markdown: https://superagentskill.com/api/skills/architecture-decision-records/export.md - Result/Either Type Adopter (skill): Replaces thrown errors with Result types at module boundaries. — https://superagentskill.com/marketplace/ts-result-type · markdown: https://superagentskill.com/api/skills/ts-result-type/export.md - Onboarding Orchestrator (skill): Schedules first-30-days plan with stakeholders and resources. — https://superagentskill.com/marketplace/onboarding-orchestrator · markdown: https://superagentskill.com/api/skills/onboarding-orchestrator/export.md - Competitive Teardown (skill): Tears down competitor products feature-by-feature. — https://superagentskill.com/marketplace/competitive-teardown · markdown: https://superagentskill.com/api/skills/competitive-teardown/export.md - Root Cause Analysis (skill): Drives 5-Whys investigations to the underlying defect, not the symptom. — https://superagentskill.com/marketplace/root-cause-analysis · markdown: https://superagentskill.com/api/skills/root-cause-analysis/export.md - Caching Strategies (skill): CDN, Redis, in-memory, cache invalidation patterns, and stampede prevention. — https://superagentskill.com/marketplace/caching-strategies · markdown: https://superagentskill.com/api/skills/caching-strategies/export.md - Data Quality Monitor (skill): Watches freshness, volume, schema drift; alerts owners. — https://superagentskill.com/marketplace/data-quality-monitor · markdown: https://superagentskill.com/api/skills/data-quality-monitor/export.md - Node.js Patterns (skill): Async control flow, error handling, streams, EventEmitters, and production hardening. — https://superagentskill.com/marketplace/nodejs-patterns · markdown: https://superagentskill.com/api/skills/nodejs-patterns/export.md - React Native Patterns (skill): Cross-platform mobile patterns with React Native and Expo. — https://superagentskill.com/marketplace/react-native-patterns · markdown: https://superagentskill.com/api/skills/react-native-patterns/export.md - Idea Validator (skill): Pressure-test a product or business idea against demand, distribution, and defensibility. — https://superagentskill.com/marketplace/idea-validator · markdown: https://superagentskill.com/api/skills/idea-validator/export.md - Table Manager (skill): Optimize seating, turn times, and reservation slotting for restaurants. — https://superagentskill.com/marketplace/table-manager · markdown: https://superagentskill.com/api/skills/table-manager/export.md - Event Tracking Planner (skill): Designs event taxonomies before instrumentation. — https://superagentskill.com/marketplace/event-tracking-planner · markdown: https://superagentskill.com/api/skills/event-tracking-planner/export.md - Rubric Grader (skill): Grades essays against a rubric with structured feedback. — https://superagentskill.com/marketplace/rubric-grader · markdown: https://superagentskill.com/api/skills/rubric-grader/export.md - Stripe Billing Ops (skill): Manages prices, subscriptions, invoices and webhooks. — https://superagentskill.com/marketplace/stripe-billing-ops · markdown: https://superagentskill.com/api/skills/stripe-billing-ops/export.md - KYC Onboarder (skill): Runs KYC checks: ID, address, sanctions, PEP. — https://superagentskill.com/marketplace/kyc-onboarder · markdown: https://superagentskill.com/api/skills/kyc-onboarder/export.md - Slack Dispatcher (skill): Routes alerts and digests to the right Slack channels with retries. — https://superagentskill.com/marketplace/slack-dispatcher · markdown: https://superagentskill.com/api/skills/slack-dispatcher/export.md - Accessibility Contrast Checker (skill): Scans UIs for WCAG AA contrast violations. — https://superagentskill.com/marketplace/a11y-contrast-checker · markdown: https://superagentskill.com/api/skills/a11y-contrast-checker/export.md - AP Invoice Matcher (skill): 3-way matches invoices, POs and goods-receipts. — https://superagentskill.com/marketplace/ap-invoice-matcher · markdown: https://superagentskill.com/api/skills/ap-invoice-matcher/export.md - Brand Voice Guardian (skill): Audits copy against the brand voice and tone matrix. — https://superagentskill.com/marketplace/brand-voice-guardian · markdown: https://superagentskill.com/api/skills/brand-voice-guardian/export.md - Retail Pricing Optimizer (skill): Recommends elasticity-aware price changes per SKU. — https://superagentskill.com/marketplace/retail-pricing-optimizer · markdown: https://superagentskill.com/api/skills/retail-pricing-optimizer/export.md - Embedding Model Picker (skill): Benchmarks embedding models on the user's domain corpus. — https://superagentskill.com/marketplace/embedding-model-picker · markdown: https://superagentskill.com/api/skills/embedding-model-picker/export.md - Meeting Note Summarizer (skill): Turn raw meeting notes or transcripts into decisions, action items, and a one-paragraph summary. — https://superagentskill.com/marketplace/meeting-note-summarizer · markdown: https://superagentskill.com/api/skills/meeting-note-summarizer/export.md - Database Design (skill): Normalization, indexing, migrations, and query optimization for SQL and NoSQL. — https://superagentskill.com/marketplace/database-design · markdown: https://superagentskill.com/api/skills/database-design/export.md - Agent Error Recovery & Retry (skill): Exponential backoff, circuit breakers, stateful recovery, and graceful degradation. — https://superagentskill.com/marketplace/agent-error-recovery · markdown: https://superagentskill.com/api/skills/agent-error-recovery/export.md - Agent Task Delegation (skill): Task queues, load balancing, priority scheduling, and dynamic scaling for multi-agent systems. — https://superagentskill.com/marketplace/agent-task-delegation · markdown: https://superagentskill.com/api/skills/agent-task-delegation/export.md - Clean Code Principles (skill): Apply SOLID, meaningful names, small functions, and clear intent across any codebase. — https://superagentskill.com/marketplace/clean-code-principles · markdown: https://superagentskill.com/api/skills/clean-code-principles/export.md - Ratcheting Progress (skill): Locks in wins via tests so regressions are impossible. — https://superagentskill.com/marketplace/ratcheting-progress · markdown: https://superagentskill.com/api/skills/ratcheting-progress/export.md - Dataset Deduper (skill): Removes near-duplicate examples via MinHash before training. — https://superagentskill.com/marketplace/dataset-deduper · markdown: https://superagentskill.com/api/skills/dataset-deduper/export.md - XLSX Financial Modeler (skill): Builds 3-statement and DCF models with sensitivity tables. — https://superagentskill.com/marketplace/xlsx-financial-model · markdown: https://superagentskill.com/api/skills/xlsx-financial-model/export.md - Resume Screener (skill): Scores resumes against a JD on must-have and nice-to-have signals. — https://superagentskill.com/marketplace/resume-screener · markdown: https://superagentskill.com/api/skills/resume-screener/export.md - Citation Checker (skill): Verifies that quoted facts truly appear in the cited source. — https://superagentskill.com/marketplace/citation-checker · markdown: https://superagentskill.com/api/skills/citation-checker/export.md - Tailwind CSS Mastery (skill): Utility-first patterns, design tokens via @theme, responsive variants, and avoiding class soup. — https://superagentskill.com/marketplace/tailwind-css-mastery · markdown: https://superagentskill.com/api/skills/tailwind-css-mastery/export.md - TypeScript Generics Coach (skill): Refactors `any` and overloads into expressive generics. — https://superagentskill.com/marketplace/ts-generics-coach · markdown: https://superagentskill.com/api/skills/ts-generics-coach/export.md - Twilio SMS Router (skill): Sends transactional SMS with opt-out handling and rate caps. — https://superagentskill.com/marketplace/twilio-sms-router · markdown: https://superagentskill.com/api/skills/twilio-sms-router/export.md - Content Calendar Planner (skill): Plans 90-day content calendars from keyword and event data. — https://superagentskill.com/marketplace/content-calendar-planner · markdown: https://superagentskill.com/api/skills/content-calendar-planner/export.md - 3PL Scorecard (skill): Scores 3PLs on OTIF, damage, billing accuracy. — https://superagentskill.com/marketplace/3pl-scorecard · markdown: https://superagentskill.com/api/skills/3pl-scorecard/export.md - RAG Evaluator (skill): Measures retrieval precision/recall and answer faithfulness. — https://superagentskill.com/marketplace/rag-evaluator · markdown: https://superagentskill.com/api/skills/rag-evaluator/export.md - Loyalty Program Designer (skill): Designs tiered loyalty programs with cohort sims. — https://superagentskill.com/marketplace/retail-loyalty-designer · markdown: https://superagentskill.com/api/skills/retail-loyalty-designer/export.md - Identity & Access Management (skill): SSO, SAML, OIDC, privileged access, and zero-trust patterns. — https://superagentskill.com/marketplace/identity-access-management · markdown: https://superagentskill.com/api/skills/identity-access-management/export.md - Responsive Design Patterns (skill): Mobile-first, container queries, fluid typography, and cross-device QA. — https://superagentskill.com/marketplace/responsive-design · markdown: https://superagentskill.com/api/skills/responsive-design/export.md - Trend Radar (skill): Builds a 12-month trend radar with weak-signal detection. — https://superagentskill.com/marketplace/trend-radar · markdown: https://superagentskill.com/api/skills/trend-radar/export.md - Battlecard Builder (skill): Builds living competitor battlecards from win/loss data. — https://superagentskill.com/marketplace/battlecard-builder · markdown: https://superagentskill.com/api/skills/battlecard-builder/export.md - Serverless Patterns (skill): Lambda, cold-start mitigation, event-driven design, and serverless framework patterns. — https://superagentskill.com/marketplace/serverless-patterns · markdown: https://superagentskill.com/api/skills/serverless-patterns/export.md - Attendance Anomaly Monitor (skill): Flags attendance patterns predicting drop-out. — https://superagentskill.com/marketplace/attendance-anomaly-monitor · markdown: https://superagentskill.com/api/skills/attendance-anomaly-monitor/export.md - Receipt Categorizer (skill): Buckets receipts into expense categories with confidence scores. — https://superagentskill.com/marketplace/receipt-categorizer · markdown: https://superagentskill.com/api/skills/receipt-categorizer/export.md - Clinical Trial Matcher (skill): Matches patients to trials on inclusion/exclusion criteria. — https://superagentskill.com/marketplace/clinical-trial-matcher · markdown: https://superagentskill.com/api/skills/clinical-trial-matcher/export.md - SOC 2 Evidence Collector (skill): Collects SOC 2 evidence on a schedule with attestations. — https://superagentskill.com/marketplace/soc2-evidence-collector · markdown: https://superagentskill.com/api/skills/soc2-evidence-collector/export.md - Phishing Sim Author (skill): Designs role-targeted phishing simulations and reports. — https://superagentskill.com/marketplace/phishing-sim-author · markdown: https://superagentskill.com/api/skills/phishing-sim-author/export.md - Threat Modeling (skill): STRIDE, attack trees, and data-flow diagrams for security-by-design. — https://superagentskill.com/marketplace/threat-modeling · markdown: https://superagentskill.com/api/skills/threat-modeling/export.md - Cloud Security (skill): IAM least-privilege, encryption, network segmentation, and compliance baselines. — https://superagentskill.com/marketplace/cloud-security · markdown: https://superagentskill.com/api/skills/cloud-security/export.md - Terraform Module Author (skill): Writes reusable Terraform modules with tests. — https://superagentskill.com/marketplace/terraform-module-author · markdown: https://superagentskill.com/api/skills/terraform-module-author/export.md - DOCX Author (skill): Generates Word documents with styles, headings and tables. — https://superagentskill.com/marketplace/docx-author · markdown: https://superagentskill.com/api/skills/docx-author/export.md - CI/CD Pipeline Design (skill): GitHub Actions / GitLab pipelines with caching, parallel jobs, and safe deploys. — https://superagentskill.com/marketplace/ci-cd-pipeline · markdown: https://superagentskill.com/api/skills/ci-cd-pipeline/export.md - Blameless Post-Mortem (skill): Drafts blameless incident reports with timeline, contributing factors and action items. — https://superagentskill.com/marketplace/post-mortem-author · markdown: https://superagentskill.com/api/skills/post-mortem-author/export.md - DOCX Redline & Track Changes (skill): Compares two .docx files and emits a tracked-changes redline. — https://superagentskill.com/marketplace/docx-redline · markdown: https://superagentskill.com/api/skills/docx-redline/export.md - Secret Management (skill): Vaults, rotation, just-in-time access, and detection of leaked secrets. — https://superagentskill.com/marketplace/secret-management · markdown: https://superagentskill.com/api/skills/secret-management/export.md - API Design (REST & GraphQL) (skill): Resource modeling, versioning, pagination, error contracts, and schema design. — https://superagentskill.com/marketplace/api-design-rest-graphql · markdown: https://superagentskill.com/api/skills/api-design-rest-graphql/export.md - Food Cost Analyst (skill): Recomputes plate costs from invoice prices weekly. — https://superagentskill.com/marketplace/food-cost-analyst · markdown: https://superagentskill.com/api/skills/food-cost-analyst/export.md - Markdown → PDF Publisher (skill): Renders markdown to print-quality PDF with TOC and headers. — https://superagentskill.com/marketplace/markdown-to-pdf · markdown: https://superagentskill.com/api/skills/markdown-to-pdf/export.md - Debugging Mastery (skill): Root-cause analysis with hypothesis-driven debugging, bisection, and structured logging. — https://superagentskill.com/marketplace/debugging-mastery · markdown: https://superagentskill.com/api/skills/debugging-mastery/export.md - Content Repurposer (skill): Atomize long-form content into a multi-channel distribution package. — https://superagentskill.com/marketplace/content-repurposer · markdown: https://superagentskill.com/api/skills/content-repurposer/export.md - Objection Handler (skill): Surfaces best-known responses to common objections. — https://superagentskill.com/marketplace/objection-handler · markdown: https://superagentskill.com/api/skills/objection-handler/export.md - Intercom Helper (skill): Drafts replies grounded in your help center and product docs. — https://superagentskill.com/marketplace/intercom-helper · markdown: https://superagentskill.com/api/skills/intercom-helper/export.md - Vulnerability Triage Bot (skill): Triages SAST/DAST findings: dedup, score, route. — https://superagentskill.com/marketplace/vuln-triage-bot · markdown: https://superagentskill.com/api/skills/vuln-triage-bot/export.md - Conventional Commit Author (skill): Writes commits in Conventional Commits format with scoped types. — https://superagentskill.com/marketplace/commit-message-pro · markdown: https://superagentskill.com/api/skills/commit-message-pro/export.md - dbt Test Coverage (skill): Audits dbt projects for missing tests and stale models. — https://superagentskill.com/marketplace/dbt-test-coverage · markdown: https://superagentskill.com/api/skills/dbt-test-coverage/export.md - Scientific Debugging (skill): Forms a hypothesis, runs one experiment at a time and journals findings. — https://superagentskill.com/marketplace/scientific-debugging · markdown: https://superagentskill.com/api/skills/scientific-debugging/export.md - Shipment Tracker (skill): Tracks multi-carrier shipments and predicts ETA slippage. — https://superagentskill.com/marketplace/shipment-tracker · markdown: https://superagentskill.com/api/skills/shipment-tracker/export.md - Vector Index Tuner (skill): Benchmarks ANN params (HNSW M, ef) for recall vs latency. — https://superagentskill.com/marketplace/vector-index-tuner · markdown: https://superagentskill.com/api/skills/vector-index-tuner/export.md - Inventory Optimizer (skill): Forecast SKU demand, flag stockouts, and recommend reorder quantities for shops and restaurants. — https://superagentskill.com/marketplace/inventory-optimizer · markdown: https://superagentskill.com/api/skills/inventory-optimizer/export.md - Lead Scorer (skill): Scores leads on fit + intent with explainable signals. — https://superagentskill.com/marketplace/lead-scorer · markdown: https://superagentskill.com/api/skills/lead-scorer/export.md - Review Responder (skill): Drafts on-brand replies to Google/Yelp reviews. — https://superagentskill.com/marketplace/restaurant-review-responder · markdown: https://superagentskill.com/api/skills/restaurant-review-responder/export.md - Testing Strategies (skill): Unit, integration, e2e, property-based, and mutation testing with the right pyramid. — https://superagentskill.com/marketplace/testing-strategies · markdown: https://superagentskill.com/api/skills/testing-strategies/export.md - iOS SwiftUI Patterns (skill): Writes SwiftUI with the new Observation framework. — https://superagentskill.com/marketplace/ios-swiftui-patterns · markdown: https://superagentskill.com/api/skills/ios-swiftui-patterns/export.md - YouTube Thumbnail Tester (skill): Generates and tests thumbnail variants for CTR. — https://superagentskill.com/marketplace/youtube-thumbnail-tester · markdown: https://superagentskill.com/api/skills/youtube-thumbnail-tester/export.md - IAM Least-Privilege Analyst (skill): Recommends scoping down over-broad IAM policies. — https://superagentskill.com/marketplace/iam-least-privilege · markdown: https://superagentskill.com/api/skills/iam-least-privilege/export.md - Attrition Predictor (skill): Predicts attrition risk from engagement and tenure data. — https://superagentskill.com/marketplace/attrition-predictor · markdown: https://superagentskill.com/api/skills/attrition-predictor/export.md - tsup Library Publisher (skill): Bundles libraries with tsup: ESM+CJS, types, treeshake-friendly. — https://superagentskill.com/marketplace/ts-tsup-publisher · markdown: https://superagentskill.com/api/skills/ts-tsup-publisher/export.md - Agent Audit Logging (skill): Structured audit events, traceability chains, and forensic-grade retention. — https://superagentskill.com/marketplace/agent-audit-logging · markdown: https://superagentskill.com/api/skills/agent-audit-logging/export.md - Email Thread Summarizer (skill): Summarises long email threads into actions and decisions. — https://superagentskill.com/marketplace/email-thread-summarizer · markdown: https://superagentskill.com/api/skills/email-thread-summarizer/export.md - Discovery Call Coach (skill): Reviews recordings and grades discovery against MEDDPICC. — https://superagentskill.com/marketplace/sales-discovery-coach · markdown: https://superagentskill.com/api/skills/sales-discovery-coach/export.md - Test Strategy (skill): Test pyramid, risk-based prioritization, coverage metrics, and SDLC integration. — https://superagentskill.com/marketplace/test-strategy · markdown: https://superagentskill.com/api/skills/test-strategy/export.md - Secret Scanner (skill): Scans repos for leaked secrets and rotates on detection. — https://superagentskill.com/marketplace/secret-scanner · markdown: https://superagentskill.com/api/skills/secret-scanner/export.md - Returns Analyst (skill): Identifies serial returners and root causes for returns. — https://superagentskill.com/marketplace/retail-returns-analyst · markdown: https://superagentskill.com/api/skills/retail-returns-analyst/export.md - Prompt Version Management (skill): Prompt version control, A/B testing, canary rollouts, and automated evaluation gates. — https://superagentskill.com/marketplace/prompt-version-management · markdown: https://superagentskill.com/api/skills/prompt-version-management/export.md - Comp Finder (skill): Finds comparable sales within radius and feature similarity. — https://superagentskill.com/marketplace/comp-finder · markdown: https://superagentskill.com/api/skills/comp-finder/export.md - Commission Modeler (skill): Models comp plans against historical attainment. — https://superagentskill.com/marketplace/commission-modeler · markdown: https://superagentskill.com/api/skills/commission-modeler/export.md - Condition-Based Waits (skill): Replaces sleeps with explicit polls on observable state. — https://superagentskill.com/marketplace/condition-based-waiting · markdown: https://superagentskill.com/api/skills/condition-based-waiting/export.md - Survey Designer (skill): Designs surveys avoiding leading and double-barrelled items. — https://superagentskill.com/marketplace/survey-designer · markdown: https://superagentskill.com/api/skills/survey-designer/export.md - Evidence Verification (skill): Demands first-hand evidence (logs, repro, test) before declaring a fix. — https://superagentskill.com/marketplace/verifying-evidence · markdown: https://superagentskill.com/api/skills/verifying-evidence/export.md - iOS Swift Patterns (skill): Idiomatic Swift and SwiftUI patterns for modern iOS apps. — https://superagentskill.com/marketplace/ios-swift-patterns · markdown: https://superagentskill.com/api/skills/ios-swift-patterns/export.md - Interview Question Bank (skill): Generates calibrated interview questions per role and level. — https://superagentskill.com/marketplace/interview-question-bank · markdown: https://superagentskill.com/api/skills/interview-question-bank/export.md - Trademark Screener (skill): Pre-screens brand names against USPTO/EUIPO. — https://superagentskill.com/marketplace/trademark-screener · markdown: https://superagentskill.com/api/skills/trademark-screener/export.md - TypeScript Strict Migrator (skill): Migrates a JS/TS codebase to `strict: true` incrementally. — https://superagentskill.com/marketplace/ts-strict-migrator · markdown: https://superagentskill.com/api/skills/ts-strict-migrator/export.md - Statistical Test Picker (skill): Picks the right test for the data; explains assumptions. — https://superagentskill.com/marketplace/statistical-test-picker · markdown: https://superagentskill.com/api/skills/statistical-test-picker/export.md - OCR Pipeline (skill): Runs OCR on scanned docs with page deskew and language detection. — https://superagentskill.com/marketplace/ocr-pipeline · markdown: https://superagentskill.com/api/skills/ocr-pipeline/export.md - Decision Matrix (skill): Structure complex decisions with weighted criteria and trade-off analysis. — https://superagentskill.com/marketplace/decision-matrix · markdown: https://superagentskill.com/api/skills/decision-matrix/export.md - Delivery Platform Optimizer (skill): Tunes Uber/DoorDash menus and prices for net margin. — https://superagentskill.com/marketplace/delivery-platform-optimizer · markdown: https://superagentskill.com/api/skills/delivery-platform-optimizer/export.md - CSV Cleaner (skill): Normalises messy CSVs: encoding, dates, types and missing values. — https://superagentskill.com/marketplace/csv-cleaner · markdown: https://superagentskill.com/api/skills/csv-cleaner/export.md - PDF Form Filler (skill): Fills AcroForm fields and flattens the result. — https://superagentskill.com/marketplace/pdf-form-filler · markdown: https://superagentskill.com/api/skills/pdf-form-filler/export.md - GitHub PR Reviewer (skill): Posts inline comments on PRs with style, security and test coverage feedback. — https://superagentskill.com/marketplace/github-pr-reviewer · markdown: https://superagentskill.com/api/skills/github-pr-reviewer/export.md - Medication Reconciliation (skill): Reconciles med lists across encounters; flags interactions. — https://superagentskill.com/marketplace/med-reconciliation · markdown: https://superagentskill.com/api/skills/med-reconciliation/export.md - Zoning Checker (skill): Checks parcel zoning against intended use; cites code. — https://superagentskill.com/marketplace/zoning-checker · markdown: https://superagentskill.com/api/skills/zoning-checker/export.md - Triage Protocol (skill): Applies ESI triage rules to chief complaints. — https://superagentskill.com/marketplace/triage-protocol · markdown: https://superagentskill.com/api/skills/triage-protocol/export.md - Helm Chart Author (skill): Authors Helm charts with values schemas and tests. — https://superagentskill.com/marketplace/helm-chart-author · markdown: https://superagentskill.com/api/skills/helm-chart-author/export.md - ML Feature Store Author (skill): Defines features with point-in-time correctness. — https://superagentskill.com/marketplace/ml-feature-store-author · markdown: https://superagentskill.com/api/skills/ml-feature-store-author/export.md - AML Transaction Monitor (skill): Flags suspicious transaction patterns for SAR review. — https://superagentskill.com/marketplace/aml-transaction-monitor · markdown: https://superagentskill.com/api/skills/aml-transaction-monitor/export.md - Warehouse Slotter (skill): Slots SKUs by velocity and pick affinity. — https://superagentskill.com/marketplace/warehouse-slotter · markdown: https://superagentskill.com/api/skills/warehouse-slotter/export.md - Airflow DAG Author (skill): Writes idempotent DAGs with retries and SLA alerts. — https://superagentskill.com/marketplace/airflow-dag-author · markdown: https://superagentskill.com/api/skills/airflow-dag-author/export.md - NOI Projector (skill): Projects NOI with vacancy, opex and capex assumptions. — https://superagentskill.com/marketplace/noi-projector · markdown: https://superagentskill.com/api/skills/noi-projector/export.md - Postgres Query Pro (skill): Writes and explains complex SQL with EXPLAIN-driven optimisation. — https://superagentskill.com/marketplace/postgres-query-pro · markdown: https://superagentskill.com/api/skills/postgres-query-pro/export.md - Contract Clause Extractor (skill): Extracts indemnity, liability, term and IP clauses from contracts. — https://superagentskill.com/marketplace/contract-clause-extractor · markdown: https://superagentskill.com/api/skills/contract-clause-extractor/export.md - React Patterns (skill): Hooks, composition, state colocation, and avoiding common React anti-patterns. — https://superagentskill.com/marketplace/react-patterns · markdown: https://superagentskill.com/api/skills/react-patterns/export.md - Ad Creative Tester (skill): Designs and reads creative tests with statistical rigour. — https://superagentskill.com/marketplace/ad-creative-tester · markdown: https://superagentskill.com/api/skills/ad-creative-tester/export.md - TS ↔ Zod Bridger (skill): Keeps TS types and Zod schemas in sync at runtime boundaries. — https://superagentskill.com/marketplace/ts-zod-bridger · markdown: https://superagentskill.com/api/skills/ts-zod-bridger/export.md - DEI Audit Helper (skill): Audits hiring funnels for adverse impact. — https://superagentskill.com/marketplace/dei-audit-helper · markdown: https://superagentskill.com/api/skills/dei-audit-helper/export.md - Monitoring & Observability (skill): Metrics, logs, traces with Prometheus, Grafana, OpenTelemetry, and SLO-driven alerting. — https://superagentskill.com/marketplace/monitoring-observability · markdown: https://superagentskill.com/api/skills/monitoring-observability/export.md - App Store Review Preparer (skill): Prepares submissions to avoid common rejection reasons. — https://superagentskill.com/marketplace/app-store-review · markdown: https://superagentskill.com/api/skills/app-store-review/export.md - Lease Abstractor (skill): Abstracts commercial leases into a structured data sheet. — https://superagentskill.com/marketplace/lease-abstractor · markdown: https://superagentskill.com/api/skills/lease-abstractor/export.md - Frontend Testing (skill): React Testing Library, Vitest, Playwright e2e, visual regression, and a11y assertions. — https://superagentskill.com/marketplace/frontend-testing · markdown: https://superagentskill.com/api/skills/frontend-testing/export.md - Press Release Author (skill): Drafts AP-style press releases with quote slots. — https://superagentskill.com/marketplace/press-release-author · markdown: https://superagentskill.com/api/skills/press-release-author/export.md - Airtable Operations (skill): Reads, writes and migrates Airtable bases at scale. — https://superagentskill.com/marketplace/airtable-ops · markdown: https://superagentskill.com/api/skills/airtable-ops/export.md - HIPAA Redactor (skill): Redacts 18 HIPAA identifiers from text and images. — https://superagentskill.com/marketplace/hipaa-redactor · markdown: https://superagentskill.com/api/skills/hipaa-redactor/export.md - Excel Modeler (skill): Builds spreadsheets with formulas, named ranges and pivot tables. — https://superagentskill.com/marketplace/xlsx-modeler · markdown: https://superagentskill.com/api/skills/xlsx-modeler/export.md - CSP Builder (skill): Builds and tightens Content Security Policies iteratively. — https://superagentskill.com/marketplace/csp-builder · markdown: https://superagentskill.com/api/skills/csp-builder/export.md - Incident Commander (skill): Runs incident bridges: roles, comms, status updates. — https://superagentskill.com/marketplace/incident-commander · markdown: https://superagentskill.com/api/skills/incident-commander/export.md - Figma Component Namer (skill): Renames and reorganises Figma libraries by taxonomy. — https://superagentskill.com/marketplace/figma-component-namer · markdown: https://superagentskill.com/api/skills/figma-component-namer/export.md - Token Cost Profiler (skill): Profiles every LLM call: tokens in/out, latency, $ per request. — https://superagentskill.com/marketplace/token-cost-profiler · markdown: https://superagentskill.com/api/skills/token-cost-profiler/export.md - Social Post (skill): Generate a week of on-brand, locally relevant social posts for a shop or restaurant. — https://superagentskill.com/marketplace/social-post · markdown: https://superagentskill.com/api/skills/social-post/export.md - Synthetic Data Generator (skill): Generates labelled training data with diversity controls. — https://superagentskill.com/marketplace/synthetic-data-generator · markdown: https://superagentskill.com/api/skills/synthetic-data-generator/export.md - Omnichannel Order Router (skill): Routes orders to optimal fulfilment node by cost+SLA. — https://superagentskill.com/marketplace/retail-omnichannel-router · markdown: https://superagentskill.com/api/skills/retail-omnichannel-router/export.md - Fine-tune Pipeline (skill): Orchestrates LoRA fine-tunes with eval gates and rollback. — https://superagentskill.com/marketplace/finetune-pipeline · markdown: https://superagentskill.com/api/skills/finetune-pipeline/export.md - Agent Memory Management (skill): Context window optimization, tiered memory, summarization, and consolidation patterns. — https://superagentskill.com/marketplace/agent-memory-management · markdown: https://superagentskill.com/api/skills/agent-memory-management/export.md - Personal Branding Statement (skill): Craft a concise, differentiated personal positioning statement. — https://superagentskill.com/marketplace/personal-branding-statement · markdown: https://superagentskill.com/api/skills/personal-branding-statement/export.md - Supply Chain Security (skill): SBOM, dependency scanning, signature verification, and pipeline hardening. — https://superagentskill.com/marketplace/supply-chain-security · markdown: https://superagentskill.com/api/skills/supply-chain-security/export.md - IEP Drafter (skill): Drafts Individualized Education Programs from assessments. — https://superagentskill.com/marketplace/iep-drafter · markdown: https://superagentskill.com/api/skills/iep-drafter/export.md - Video Storyboard Author (skill): Writes shot-by-shot storyboards with camera notes. — https://superagentskill.com/marketplace/video-storyboard-author · markdown: https://superagentskill.com/api/skills/video-storyboard-author/export.md - Kubernetes Manifest Linter (skill): Lints manifests for security, resources and probes. — https://superagentskill.com/marketplace/k8s-manifest-linter · markdown: https://superagentskill.com/api/skills/k8s-manifest-linter/export.md - Kubernetes Patterns (skill): Deployments, services, ingress, RBAC, autoscaling, and production cluster hygiene. — https://superagentskill.com/marketplace/kubernetes-patterns · markdown: https://superagentskill.com/api/skills/kubernetes-patterns/export.md - AR Collections Agent (skill): Drafts dunning sequences calibrated to customer health. — https://superagentskill.com/marketplace/ar-collections-agent · markdown: https://superagentskill.com/api/skills/ar-collections-agent/export.md - PowerPoint Deck Builder (skill): Generates branded decks from a markdown outline. — https://superagentskill.com/marketplace/pptx-deck-builder · markdown: https://superagentskill.com/api/skills/pptx-deck-builder/export.md - Podcast Show Notes Author (skill): Generates timestamped show notes and chapter markers. — https://superagentskill.com/marketplace/podcast-show-notes · markdown: https://superagentskill.com/api/skills/podcast-show-notes/export.md - S3 Data Mover (skill): Moves objects between buckets with checksums, lifecycle and KMS. — https://superagentskill.com/marketplace/s3-data-mover · markdown: https://superagentskill.com/api/skills/s3-data-mover/export.md - Agent Health Monitoring (skill): Liveness checks, anomaly detection, and observability dashboards for production agent fleets. — https://superagentskill.com/marketplace/agent-health-monitoring · markdown: https://superagentskill.com/api/skills/agent-health-monitoring/export.md - API Security (skill): Authentication, rate limiting, input validation, CORS, JWT, and gateway hardening. — https://superagentskill.com/marketplace/api-security · markdown: https://superagentskill.com/api/skills/api-security/export.md - Readmission Risk Scorer (skill): Scores 30-day readmission risk from discharge notes. — https://superagentskill.com/marketplace/readmission-risk-scorer · markdown: https://superagentskill.com/api/skills/readmission-risk-scorer/export.md - MSA Redliner (skill): Marks up MSAs against fallback positions on each clause. — https://superagentskill.com/marketplace/msa-redliner · markdown: https://superagentskill.com/api/skills/msa-redliner/export.md - MongoDB Aggregation Architect (skill): Designs aggregation pipelines with $match early and indexed. — https://superagentskill.com/marketplace/mongo-aggregations · markdown: https://superagentskill.com/api/skills/mongo-aggregations/export.md - SEO Cluster Architect (skill): Builds topic clusters with hub-and-spoke briefs. — https://superagentskill.com/marketplace/seo-cluster-architect · markdown: https://superagentskill.com/api/skills/seo-cluster-architect/export.md - Inventory Rebalancer (skill): Rebalances stock across DCs to reduce stock-outs. — https://superagentskill.com/marketplace/inventory-rebalancer · markdown: https://superagentskill.com/api/skills/inventory-rebalancer/export.md - Observability Bootstrap (skill): Wires logs/metrics/traces with OpenTelemetry. — https://superagentskill.com/marketplace/observability-bootstrap · markdown: https://superagentskill.com/api/skills/observability-bootstrap/export.md - Data Visualization (skill): Choose the right chart, encode data effectively, and design dashboards that drive decisions. — https://superagentskill.com/marketplace/data-visualization · markdown: https://superagentskill.com/api/skills/data-visualization/export.md - Dependency CVE Watcher (skill): Watches dep CVEs and opens auto-patch PRs. — https://superagentskill.com/marketplace/dep-cve-watcher · markdown: https://superagentskill.com/api/skills/dep-cve-watcher/export.md - Salesforce Operations (skill): Queries and updates Salesforce objects safely with SOQL guards. — https://superagentskill.com/marketplace/salesforce-ops · markdown: https://superagentskill.com/api/skills/salesforce-ops/export.md - Task Decomposition (skill): Breaks an epic into atomic tickets with clear acceptance criteria. — https://superagentskill.com/marketplace/planning-decomposition · markdown: https://superagentskill.com/api/skills/planning-decomposition/export.md - Gmail Triage (skill): Auto-labels, archives and drafts replies in Gmail. — https://superagentskill.com/marketplace/gmail-triage · markdown: https://superagentskill.com/api/skills/gmail-triage/export.md - Loss Prevention Analyst (skill): Spots shrink patterns from POS and CCTV metadata. — https://superagentskill.com/marketplace/retail-loss-prevention · markdown: https://superagentskill.com/api/skills/retail-loss-prevention/export.md - Allergen Checker (skill): Flags allergen risks across the menu and prep workflows. — https://superagentskill.com/marketplace/restaurant-allergen-checker · markdown: https://superagentskill.com/api/skills/restaurant-allergen-checker/export.md - Warehouse Cost Optimizer (skill): Cuts Snowflake/BigQuery cost via clustering and pruning. — https://superagentskill.com/marketplace/warehouse-cost-optimizer · markdown: https://superagentskill.com/api/skills/warehouse-cost-optimizer/export.md - SRE Practices (skill): SLIs, SLOs, error budgets, incident response, and blameless postmortems. — https://superagentskill.com/marketplace/sre-practices · markdown: https://superagentskill.com/api/skills/sre-practices/export.md - Documentation Generation (skill): README, API docs, runbooks, and inline docs that stay in sync with the code. — https://superagentskill.com/marketplace/documentation-generation · markdown: https://superagentskill.com/api/skills/documentation-generation/export.md - Script Doctor (skill): Tightens screenplays and ad scripts for pacing. — https://superagentskill.com/marketplace/script-doctor · markdown: https://superagentskill.com/api/skills/script-doctor/export.md - Expense Policy Checker (skill): Validates expenses against the company policy. — https://superagentskill.com/marketplace/expense-policy-checker · markdown: https://superagentskill.com/api/skills/expense-policy-checker/export.md - Forecast Cleaner (skill): Cleans pipeline data and recomputes weighted forecast. — https://superagentskill.com/marketplace/forecast-cleaner · markdown: https://superagentskill.com/api/skills/forecast-cleaner/export.md - Template Literal Types Architect (skill): Models route paths and event names with template literal types. — https://superagentskill.com/marketplace/ts-template-literal-types · markdown: https://superagentskill.com/api/skills/ts-template-literal-types/export.md - Nano-GPT Educator (skill): Walks through transformer training step-by-step with runnable code. — https://superagentskill.com/marketplace/nano-gpt-educator · markdown: https://superagentskill.com/api/skills/nano-gpt-educator/export.md - Python Patterns (skill): Type hints, dataclasses, async/await, context managers, and modern packaging. — https://superagentskill.com/marketplace/python-patterns · markdown: https://superagentskill.com/api/skills/python-patterns/export.md - Component Design Systems (skill): Composition over configuration, accessibility by default, theming, and versioning. — https://superagentskill.com/marketplace/component-design-systems · markdown: https://superagentskill.com/api/skills/component-design-systems/export.md - Plagiarism Screener (skill): Highlights potential plagiarism with sources. — https://superagentskill.com/marketplace/plagiarism-screener · markdown: https://superagentskill.com/api/skills/plagiarism-screener/export.md - Route Optimizer (skill): Solves VRP for last-mile with time windows. — https://superagentskill.com/marketplace/route-optimizer · markdown: https://superagentskill.com/api/skills/route-optimizer/export.md - Next.js App Router Patterns (skill): Server components, streaming, route handlers, server actions, and caching layers. — https://superagentskill.com/marketplace/nextjs-patterns · markdown: https://superagentskill.com/api/skills/nextjs-patterns/export.md - dbt Model Author (skill): Writes dbt models with tests, docs and contracts. — https://superagentskill.com/marketplace/dbt-model-author · markdown: https://superagentskill.com/api/skills/dbt-model-author/export.md - Proposal Author (skill): Generates proposals from won-deal templates and CRM data. — https://superagentskill.com/marketplace/proposal-author · markdown: https://superagentskill.com/api/skills/proposal-author/export.md - Architecture Decision Records (skill): Captures decisions as ADRs with context, options and consequences. — https://superagentskill.com/marketplace/decision-record-author · markdown: https://superagentskill.com/api/skills/decision-record-author/export.md - Android Kotlin Patterns (skill): Modern Android development with Kotlin, Compose, and coroutines. — https://superagentskill.com/marketplace/android-kotlin-patterns · markdown: https://superagentskill.com/api/skills/android-kotlin-patterns/export.md - Data Pipeline Architect (skill): Design and review ETL/ELT pipelines with reliability, idempotency, and observability built in. — https://superagentskill.com/marketplace/data-pipeline · markdown: https://superagentskill.com/api/skills/data-pipeline/export.md - Literature Review Author (skill): Surveys 50+ papers and synthesises a structured review. — https://superagentskill.com/marketplace/literature-review-author · markdown: https://superagentskill.com/api/skills/literature-review-author/export.md - Portfolio Rebalancer (skill): Suggests rebalancing trades within tax-loss harvest rules. — https://superagentskill.com/marketplace/portfolio-rebalancer · markdown: https://superagentskill.com/api/skills/portfolio-rebalancer/export.md - Data Warehousing (skill): Model dimensional schemas (star/snowflake) and design efficient warehouse layouts. — https://superagentskill.com/marketplace/data-warehousing · markdown: https://superagentskill.com/api/skills/data-warehousing/export.md - Plan-First Engineering (skill): Writes a detailed plan before any code change to prevent rework. — https://superagentskill.com/marketplace/writing-plans · markdown: https://superagentskill.com/api/skills/writing-plans/export.md - Performance Review Coach (skill): Coaches managers to write specific, fair reviews. — https://superagentskill.com/marketplace/performance-review-coach · markdown: https://superagentskill.com/api/skills/performance-review-coach/export.md - Kitchen Prep Planner (skill): Forecasts daily prep based on bookings and weather. — https://superagentskill.com/marketplace/kitchen-prep-planner · markdown: https://superagentskill.com/api/skills/kitchen-prep-planner/export.md - Metric Layer Architect (skill): Defines a metric layer (Cube/dbt-Sem) avoiding double-counting. — https://superagentskill.com/marketplace/metric-layer-architect · markdown: https://superagentskill.com/api/skills/metric-layer-architect/export.md - Jira Bridger (skill): Creates and updates Jira issues from agent runs and PRs. — https://superagentskill.com/marketplace/jira-bridger · markdown: https://superagentskill.com/api/skills/jira-bridger/export.md - React State Management (skill): Choose between local state, context, Zustand, Redux, TanStack Query, and URL state. — https://superagentskill.com/marketplace/state-management-react · markdown: https://superagentskill.com/api/skills/state-management-react/export.md - Refactoring Patterns (skill): Identify code smells and apply Fowler refactoring catalog with safety nets. — https://superagentskill.com/marketplace/refactoring-patterns · markdown: https://superagentskill.com/api/skills/refactoring-patterns/export.md - Property Listing Writer (skill): Writes MLS listings emphasising verified amenities. — https://superagentskill.com/marketplace/property-listing-writer · markdown: https://superagentskill.com/api/skills/property-listing-writer/export.md - Design Token Auditor (skill): Audits a UI for hardcoded values vs design tokens. — https://superagentskill.com/marketplace/design-token-auditor · markdown: https://superagentskill.com/api/skills/design-token-auditor/export.md - Component Spec Author (skill): Writes component specs (props, states, a11y, tokens). — https://superagentskill.com/marketplace/component-spec-author · markdown: https://superagentskill.com/api/skills/component-spec-author/export.md - Question Assumptions (skill): Surfaces hidden assumptions before they become bugs. — https://superagentskill.com/marketplace/question-everything · markdown: https://superagentskill.com/api/skills/question-everything/export.md - Legal Advice Boundary Guardrail (guardrail): Keeps legal content informational and routes jurisdiction-specific advice to attorneys. — https://superagentskill.com/marketplace/guardrail-legal-advice-boundary - FOIA Request Author (skill): Drafts and tracks FOIA requests with appeals. — https://superagentskill.com/marketplace/foia-request-author · markdown: https://superagentskill.com/api/skills/foia-request-author/export.md - Cybersecurity Dual-Use Guardrail (guardrail): Blocks exploit, credential theft, persistence, evasion, and unauthorized access guidance. — https://superagentskill.com/marketplace/guardrail-cybersecurity-dual-use - Clinical Diagnosis Safety Guardrail (guardrail): Requires licensed clinician review for diagnosis, triage, and treatment recommendations. — https://superagentskill.com/marketplace/guardrail-clinical-diagnosis-safety - Icon System Curator (skill): Audits icon sets for stroke, grid and metaphor consistency. — https://superagentskill.com/marketplace/icon-system-curator · markdown: https://superagentskill.com/api/skills/icon-system-curator/export.md - Prompt Regression Tester (skill): Locks prompt behaviour with snapshot tests across model versions. — https://superagentskill.com/marketplace/prompt-regression-tester · markdown: https://superagentskill.com/api/skills/prompt-regression-tester/export.md - UGC Curator (skill): Discovers and rights-clears UGC for paid and organic. — https://superagentskill.com/marketplace/ugc-curator · markdown: https://superagentskill.com/api/skills/ugc-curator/export.md - Financial Advice Boundary Guardrail (guardrail): Prevents personalized investment, tax, or financial planning recommendations without advisors. — https://superagentskill.com/marketplace/guardrail-financial-advice-boundary - Prescription Medication Safety Guardrail (guardrail): Blocks unsafe medication dosing, contraindication, and interaction advice without clinician oversight. — https://superagentskill.com/marketplace/guardrail-prescription-medication-safety - Deep Link Router (skill): Designs deep-link/universal-link routing across platforms. — https://superagentskill.com/marketplace/mobile-deeplink-router · markdown: https://superagentskill.com/api/skills/mobile-deeplink-router/export.md - Microservices Patterns (skill): Service boundaries, async messaging, saga, CQRS, and distributed tracing. — https://superagentskill.com/marketplace/microservices-patterns · markdown: https://superagentskill.com/api/skills/microservices-patterns/export.md - AI Governance & Model Risk Guardrail (guardrail): Requires model risk, bias, privacy, transparency, and human oversight controls for AI outputs. — https://superagentskill.com/marketplace/guardrail-ai-governance-model-risk - Mental Health Crisis Guardrail (guardrail): Detects self-harm, harm-to-others, abuse, and acute crisis signals with escalation paths. — https://superagentskill.com/marketplace/guardrail-mental-health-crisis - Privacy & Data Protection Law Guardrail (guardrail): Flags personal data processing, consent, transfer, retention, and breach obligations. — https://superagentskill.com/marketplace/guardrail-privacy-data-protection-law - Contract Review Risk Guardrail (guardrail): Flags high-risk contract clauses and prevents definitive enforceability claims. — https://superagentskill.com/marketplace/guardrail-contract-review-risk - HR Hiring Bias Guardrail (guardrail): Blocks discriminatory hiring, evaluation, compensation, and termination recommendations. — https://superagentskill.com/marketplace/guardrail-hr-hiring-bias - Customs HS Classifier (skill): Suggests HS codes from product descriptions. — https://superagentskill.com/marketplace/customs-classifier · markdown: https://superagentskill.com/api/skills/customs-classifier/export.md - Price Scout (skill): Benchmark prices against local competitors and recommend adjustments. — https://superagentskill.com/marketplace/price-scout · markdown: https://superagentskill.com/api/skills/price-scout/export.md - Structural Engineering Safety Guardrail (guardrail): Blocks final structural calculations and requires licensed engineer sign-off. — https://superagentskill.com/marketplace/guardrail-structural-engineering-safety - Construction Site Safety Guardrail (guardrail): Adds OSHA-style safeguards for jobsite hazards, PPE, permits, and competent-person review. — https://superagentskill.com/marketplace/guardrail-construction-site-safety - Pharmaceutical Compliance Guardrail (guardrail): Controls medical claims, adverse event signals, off-label promotion, and regulated communications. — https://superagentskill.com/marketplace/guardrail-pharmaceutical-compliance - Electrical Engineering Safety Guardrail (guardrail): Prevents hazardous electrical work guidance without code compliance and qualified review. — https://superagentskill.com/marketplace/guardrail-electrical-engineering-safety - Litigation Procedure Guardrail (guardrail): Prevents procedural advice that could cause missed deadlines or jurisdiction errors. — https://superagentskill.com/marketplace/guardrail-litigation-procedure - Tax Compliance Guardrail (guardrail): Prevents definitive tax positions and flags filing, nexus, VAT/GST, payroll, and transfer pricing risks. — https://superagentskill.com/marketplace/guardrail-tax-compliance - Digital Product Accessibility Guardrail (guardrail): Checks WCAG, keyboard, screen reader, motion, contrast, and assistive-tech compatibility. — https://superagentskill.com/marketplace/guardrail-accessibility-digital-products - Medical Device Advice Guardrail (guardrail): Prevents unvalidated use, calibration, or troubleshooting guidance for regulated medical devices. — https://superagentskill.com/marketplace/guardrail-medical-device-advice - Architectural Code Compliance Guardrail (guardrail): Requires local code, zoning, accessibility, fire, and permitting validation for architectural outputs. — https://superagentskill.com/marketplace/guardrail-architectural-code-compliance - Biotech Biosafety Guardrail (guardrail): Blocks unsafe wet-lab, pathogen, genetic engineering, and biosecurity instructions. — https://superagentskill.com/marketplace/guardrail-biotech-biosafety - Employment Law Guardrail (guardrail): Adds safeguards for hiring, firing, wage, discrimination, and workplace policy content. — https://superagentskill.com/marketplace/guardrail-employment-law - Mechanical Engineering Safety Guardrail (guardrail): Adds safeguards for pressure, rotating equipment, thermal, and machine safety designs. — https://superagentskill.com/marketplace/guardrail-mechanical-engineering-safety - Fire & Life Safety Guardrail (guardrail): Requires egress, occupancy, alarm, suppression, and emergency planning validation. — https://superagentskill.com/marketplace/guardrail-fire-life-safety - Accounting & Audit Integrity Guardrail (guardrail): Flags revenue recognition, controls, audit evidence, and financial statement risk. — https://superagentskill.com/marketplace/guardrail-accounting-audit-integrity - Lab Result Interpretation Guardrail (guardrail): Frames lab results as educational context and routes abnormal or urgent findings to clinicians. — https://superagentskill.com/marketplace/guardrail-lab-result-interpretation - Education & Child Safety Guardrail (guardrail): Protects minors in tutoring, school operations, communications, and content recommendations. — https://superagentskill.com/marketplace/guardrail-education-child-safety - Dangerous Goods Logistics Guardrail (guardrail): Blocks unsafe shipping guidance for hazmat, batteries, cold chain, and restricted goods. — https://superagentskill.com/marketplace/guardrail-logistics-dangerous-goods - Civil Infrastructure Safety Guardrail (guardrail): Requires professional review for bridges, roads, drainage, geotechnical and public works decisions. — https://superagentskill.com/marketplace/guardrail-civil-infrastructure-safety - Radiology Imaging Safety Guardrail (guardrail): Blocks definitive reads of imaging and requires radiologist or clinician confirmation. — https://superagentskill.com/marketplace/guardrail-radiology-imaging-safety - Food Safety Guardrail (guardrail): Requires safe handling, allergen, HACCP, temperature, recall, and contamination safeguards. — https://superagentskill.com/marketplace/guardrail-food-safety - Aviation Safety Guardrail (guardrail): Blocks operational flight, maintenance, dispatch, and airworthiness advice without certified authority. — https://superagentskill.com/marketplace/guardrail-aviation-safety - Chemical Process Safety Guardrail (guardrail): Blocks unsafe chemical handling, scale-up, reaction, storage, and process recommendations. — https://superagentskill.com/marketplace/guardrail-chemical-process-safety - Dental Diagnosis & Treatment Guardrail (guardrail): Requires dentist oversight for oral diagnosis, procedures, and treatment planning. — https://superagentskill.com/marketplace/guardrail-dental-diagnosis-treatment - Manufacturing Quality & Safety Guardrail (guardrail): Requires quality controls, traceability, machine safety, and defect escalation in manufacturing workflows. — https://superagentskill.com/marketplace/guardrail-manufacturing-quality-safety - Cloud Infrastructure Change Guardrail (guardrail): Requires staged rollout, backups, access review, and rollback for infrastructure changes. — https://superagentskill.com/marketplace/guardrail-cloud-infrastructure-change - E-commerce Consumer Protection Guardrail (guardrail): Flags pricing, refunds, subscriptions, product claims, dark patterns, and marketplace policy risks. — https://superagentskill.com/marketplace/guardrail-ecommerce-consumer-protection - Clinical Trials Ethics Guardrail (guardrail): Requires IRB, informed consent, protocol adherence, and safety reporting for research workflows. — https://superagentskill.com/marketplace/guardrail-clinical-trials-ethics - Energy & Utility Safety Guardrail (guardrail): Requires safeguards for grid, gas, renewables, storage, and utility operations. — https://superagentskill.com/marketplace/guardrail-energy-utility-safety - Accessible Design Guardrail (guardrail): Checks accessibility assumptions in spatial, digital, and service design recommendations. — https://superagentskill.com/marketplace/guardrail-accessible-design - Workplace Investigation Guardrail (guardrail): Requires neutrality, confidentiality, anti-retaliation, and evidence handling in workplace investigations. — https://superagentskill.com/marketplace/guardrail-workplace-investigation - Orthodontic Advice Guardrail (guardrail): Prevents unsupervised appliance adjustment, aligner modification, and bite-correction claims. — https://superagentskill.com/marketplace/guardrail-orthodontic-advice - Real Estate Disclosure Guardrail (guardrail): Flags fair housing, material defects, valuation, financing, and disclosure obligations. — https://superagentskill.com/marketplace/guardrail-real-estate-disclosure - Environmental Compliance Guardrail (guardrail): Flags permitting, emissions, waste, water, protected species, and environmental impact risks. — https://superagentskill.com/marketplace/guardrail-environmental-compliance - Insurance Claims Advice Guardrail (guardrail): Prevents misleading coverage determinations and flags claims, exclusions, and bad-faith risk. — https://superagentskill.com/marketplace/guardrail-insurance-claims-advice - Oral Surgery Aftercare Guardrail (guardrail): Flags bleeding, infection, dry socket, anesthesia, and post-op complications for dental escalation. — https://superagentskill.com/marketplace/guardrail-oral-surgery-aftercare - Special Education Accommodations Guardrail (guardrail): Prevents unsupported educational or disability determinations and routes to qualified teams. — https://superagentskill.com/marketplace/guardrail-special-education-accommodations - Automotive Repair Safety Guardrail (guardrail): Flags brakes, airbags, steering, high voltage, recalls, and unsafe vehicle repair advice. — https://superagentskill.com/marketplace/guardrail-automotive-repair-safety - Journalism Defamation Guardrail (guardrail): Requires verification, source handling, corrections, and defamation/privacy checks before publication. — https://superagentskill.com/marketplace/guardrail-journalism-defamation - Pediatric Dentistry Safety Guardrail (guardrail): Adds child-specific safeguards for fluoride, sedation, trauma, and dental emergencies. — https://superagentskill.com/marketplace/guardrail-pediatric-dentistry-safety - Public Sector Procurement Guardrail (guardrail): Flags procurement fairness, conflicts, bid rules, records, and anti-corruption requirements. — https://superagentskill.com/marketplace/guardrail-public-sector-procurement - Historic Preservation Guardrail (guardrail): Prevents unreviewed alteration guidance for protected buildings and heritage sites. — https://superagentskill.com/marketplace/guardrail-historic-preservation - 13-Week Cash Forecaster (skill): Builds and maintains rolling 13-week cash forecasts for operating cash management. — https://superagentskill.com/marketplace/cfo-cashflow-forecaster · markdown: https://superagentskill.com/api/skills/cfo-cashflow-forecaster/export.md - 90-Day GTM Launch (playbook): End-to-end go-to-market for a new B2B product: ICP, messaging, channel mix, pricing, sales enablement, launch week. — https://superagentskill.com/marketplace/pl-gtm-launch-90d - A/B Testing & Experimentation Expert (skill): Hypothesis-driven experiments, power analysis, guardrails and decision frameworks. — https://superagentskill.com/marketplace/sg-ab-testing · markdown: https://superagentskill.com/api/skills/sg-ab-testing/export.md - ABM 1:Few Program (playbook): Run a 1:few ABM program: tier accounts, choreograph plays across marketing+sales+CS, measure account engagement. — https://superagentskill.com/marketplace/pl-account-based-marketing - Accessibility (WCAG) Expert (skill): Audits and fixes UI for WCAG 2.2 AA: contrast, focus, ARIA, keyboard nav, screen readers. — https://superagentskill.com/marketplace/sd-a11y-expert · markdown: https://superagentskill.com/api/skills/sd-a11y-expert/export.md - Ad Creative (skill): Generate and iterate ad creative including headlines, descriptions, and primary text — https://superagentskill.com/marketplace/od-ad-creative · markdown: https://superagentskill.com/api/skills/od-ad-creative/export.md - Agent Evaluation Designer (skill): Designs offline + online evals (golden sets, judges, regressions, A/B). — https://superagentskill.com/marketplace/ai-eval-designer · markdown: https://superagentskill.com/api/skills/ai-eval-designer/export.md - Altman Scaling Ambition (soul): Altman Scaling Ambition — channel Sam Altman's operating philosophy. Reframes any host agent toward compounding bets, AGI-scale planning. — https://superagentskill.com/marketplace/altman-scaling-ambition - Amplitude Analytics Expert (skill): Design event taxonomies, charts, cohorts, and dashboards in Amplitude for product analytics. — https://superagentskill.com/marketplace/gx-amplitude-expert · markdown: https://superagentskill.com/api/skills/gx-amplitude-expert/export.md - Andreessen Software Eats (soul): Andreessen Software Eats — channel Marc Andreessen's operating philosophy. Reframes any host agent toward software-eats-world, aggressive optimism. — https://superagentskill.com/marketplace/andreessen-software-eats - Andrej Karpathy (soul): Ex-OpenAI/Tesla. Pedagogical clarity, neural nets from scratch, software 2.0. — https://superagentskill.com/marketplace/soul-andrej-karpathy - Answer Engine Optimizer (skill): Engineers content to be the chosen answer in featured snippets and LLM answers. — https://superagentskill.com/marketplace/geo-answer-engine · markdown: https://superagentskill.com/api/skills/geo-answer-engine/export.md - API Designer (skill): Use when the user asks to design or review an HTTP/REST/RPC API. Produces resource models, endpoint contracts, error shapes, versioning strategy, and example payloads. — https://superagentskill.com/marketplace/api-designer · markdown: https://superagentskill.com/api/skills/api-designer/export.md - Apollo.io Prospecting Expert (skill): Build ICP search filters, sequences, and outbound playbooks in Apollo.io. — https://superagentskill.com/marketplace/gx-apollo-expert · markdown: https://superagentskill.com/api/skills/gx-apollo-expert/export.md - Architecture Reviewer (skill): Reviews system architecture for scalability, reliability and cost. — https://superagentskill.com/marketplace/cto-architecture-reviewer · markdown: https://superagentskill.com/api/skills/cto-architecture-reviewer/export.md - Artifacts Builder (skill): Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend stacks (React, Tailwind, shadcn/ui). — https://superagentskill.com/marketplace/od-artifacts-builder · markdown: https://superagentskill.com/api/skills/od-artifacts-builder/export.md - Aurelius Stoic Clarity (soul): Aurelius Stoic Clarity — channel Marcus Aurelius's operating philosophy. Reframes any host agent toward stoic reflection, duty. — https://superagentskill.com/marketplace/aurelius-stoic-clarity - Backend Architecture Patterns (skill): Implements scalable Node and Next.js backends with layered services and clear boundaries. — https://superagentskill.com/marketplace/backend-architecture · markdown: https://superagentskill.com/api/skills/backend-architecture/export.md - Backlink Strategist (skill): Builds white-hat backlink campaigns: digital PR, HARO, partnerships, broken-link. — https://superagentskill.com/marketplace/seo-backlink-strategist · markdown: https://superagentskill.com/api/skills/seo-backlink-strategist/export.md - BDR Partnership Outreach (skill): Sources strategic partners and writes co-sell / integration outreach. — https://superagentskill.com/marketplace/bdr-partnership-outreach · markdown: https://superagentskill.com/api/skills/bdr-partnership-outreach/export.md - Bezos Customer Obsession (soul): Bezos Customer Obsession — channel Jeff Bezos's operating philosophy. Reframes any host agent toward long-term thinking, operational rigor. — https://superagentskill.com/marketplace/bezos-customer-obsession - Blameless Postmortem Author (skill): Writes blameless incident postmortems with crisp action items and ownership. — https://superagentskill.com/marketplace/cto-incident-postmortem · markdown: https://superagentskill.com/api/skills/cto-incident-postmortem/export.md - Blog SEO + GEO Optimization (playbook): Hybrid playbook: classic SEO + LLM-visibility (GEO) for inclusion in AI answers. — https://superagentskill.com/marketplace/pl-blog-seo-geo - Brainstorming (skill): Transform rough ideas into fully-formed designs through structured questioning and alternative exploration. — https://superagentskill.com/marketplace/od-brainstorming · markdown: https://superagentskill.com/api/skills/od-brainstorming/export.md - Brand Guidelines (skill): Apply official brand colors and typography to artifacts for consistent visual identity. — https://superagentskill.com/marketplace/od-brand-guidelines · markdown: https://superagentskill.com/api/skills/od-brand-guidelines/export.md - Brand Identity Designer (skill): Crafts brand systems: logo, type, color, voice, motion principles. — https://superagentskill.com/marketplace/designer-brand-identity · markdown: https://superagentskill.com/api/skills/designer-brand-identity/export.md - Brand Narrative Architect (skill): Builds founder-led brand narratives that compound over years. — https://superagentskill.com/marketplace/cmo-brand-narrative · markdown: https://superagentskill.com/api/skills/cmo-brand-narrative/export.md - Brian Chesky (soul): Airbnb co-founder. Designer-CEO, founder mode, 11-star experience. — https://superagentskill.com/marketplace/soul-brian-chesky - Buffett Margin of Safety (soul): Buffett Margin of Safety — channel Warren Buffett's operating philosophy. Reframes any host agent toward investing, decision-making under uncertainty. — https://superagentskill.com/marketplace/buffett-margin-of-safety - Canary Watcher (skill): Monitors deployed URLs for performance regressions, console errors and status failures. — https://superagentskill.com/marketplace/canary-watcher · markdown: https://superagentskill.com/api/skills/canary-watcher/export.md - Canvas Design (skill): Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles. — https://superagentskill.com/marketplace/od-canvas-design · markdown: https://superagentskill.com/api/skills/od-canvas-design/export.md - cardiology-triage (skill): Structured cardiac triage: ECG read, GRACE risk and ranked differential. — https://superagentskill.com/marketplace/cardiology-triage · markdown: https://superagentskill.com/api/skills/cardiology-triage/export.md - Carmack Depth (soul): Carmack Depth — channel John Carmack's operating philosophy. Reframes any host agent toward low-level mastery, rigorous focus. — https://superagentskill.com/marketplace/carmack-depth - CEO Board Update Writer (skill): Writes crisp, honest, narrative-style monthly/quarterly board updates. — https://superagentskill.com/marketplace/ceo-board-update · markdown: https://superagentskill.com/api/skills/ceo-board-update/export.md - CEO Strategy Doc Author (skill): Writes 1-page strategy docs in the spirit of Bezos 6-pagers and Rumelt's good strategy. — https://superagentskill.com/marketplace/ceo-strategy-doc · markdown: https://superagentskill.com/api/skills/ceo-strategy-doc/export.md - CFO Financial Modeler (skill): Builds 3-statement and driver-based operating models for SaaS, marketplace and services. — https://superagentskill.com/marketplace/cfo-financial-modeler · markdown: https://superagentskill.com/api/skills/cfo-financial-modeler/export.md - Charlie Munger (soul): Buffett's partner. Mental models, multidisciplinary thinking, inversion. — https://superagentskill.com/marketplace/soul-charlie-munger - Checkout & Funnel CRO Specialist (skill): Diagnoses and optimizes PDP-to-thank-you funnels: friction, payments, trust, A/B tests. — https://superagentskill.com/marketplace/ec-checkout-cro · markdown: https://superagentskill.com/api/skills/ec-checkout-cro/export.md - Churchill Resolve (soul): Churchill Resolve — channel Winston Churchill's operating philosophy. Reframes any host agent toward morale leadership, prose as weapon. — https://superagentskill.com/marketplace/churchill-resolve - Churn Save Play (playbook): Triggered when churn signal fires: diagnose, escalate, propose 3-option save. — https://superagentskill.com/marketplace/pl-churn-save - CI/CD Builder (skill): Use when the user asks to set up CI/CD, GitHub Actions, build pipelines, or deployment automation. Produces minimal, secure pipeline configs with caching and least-privilege secrets. — https://superagentskill.com/marketplace/cicd-builder · markdown: https://superagentskill.com/api/skills/cicd-builder/export.md - Clay.com Enrichment & GTM Expert (skill): Build Clay tables that enrich leads, find emails, score ICP fit, and push to outbound tools. — https://superagentskill.com/marketplace/gx-clay-expert · markdown: https://superagentskill.com/api/skills/gx-clay-expert/export.md - Cloud Misconfiguration Auditor (skill): Audits AWS, GCP and Azure environments (and matching IaC) for excessive permissions, public exposure, weak encryption defaults and missing logging. — https://superagentskill.com/marketplace/cloud-misconfig-auditor · markdown: https://superagentskill.com/api/skills/cloud-misconfig-auditor/export.md - Cloudflare Workers Expert (skill): Builds and debugs Cloudflare Workers, Durable Objects, KV, R2, D1, and Queues with edge-correct patterns. — https://superagentskill.com/marketplace/cloudflare-workers-expert · markdown: https://superagentskill.com/api/skills/cloudflare-workers-expert/export.md - Code Reviewer (skill): Code review automatizado com checklist de qualidade, segurança e legibilidade. — https://superagentskill.com/marketplace/code-reviewer · markdown: https://superagentskill.com/api/skills/code-reviewer/export.md - Coding Agent Orchestrator (skill): Decomposes complex builds and delegates subtasks to specialized background coding agents. — https://superagentskill.com/marketplace/coding-agent-orchestrator · markdown: https://superagentskill.com/api/skills/coding-agent-orchestrator/export.md - Color Expert (skill): Color science expert skill with 286K words of reference material covering OKLCH/OKLAB, palette generation, accessibility/contrast, color naming, pigment mixing, and historical color theory. — https://superagentskill.com/marketplace/od-color-expert · markdown: https://superagentskill.com/api/skills/od-color-expert/export.md - Compliance Auditor (skill): Measures how strictly an agent follows defined skills, rules and behavioural specs. — https://superagentskill.com/marketplace/compliance-auditor · markdown: https://superagentskill.com/api/skills/compliance-auditor/export.md - Context Budget Optimizer (skill): Audits and trims agent context to reclaim tokens without losing fidelity. — https://superagentskill.com/marketplace/context-budget-optimizer · markdown: https://superagentskill.com/api/skills/context-budget-optimizer/export.md - Context Engineer (skill): Compacte e estruture o contexto para LLMs longos. Evite truncation e perda de informação crítica. — https://superagentskill.com/marketplace/context-engineer · markdown: https://superagentskill.com/api/skills/context-engineer/export.md - Continuous Product Discovery (Teresa Torres) (skill): Runs opportunity solution trees, weekly customer interviews, assumption tests. — https://superagentskill.com/marketplace/pm-product-discovery · markdown: https://superagentskill.com/api/skills/pm-product-discovery/export.md - Conversational AI & Support Bot Designer (skill): Designs AI chatbots and copilots for tier-1 deflection, escalation, and seamless human handoff. — https://superagentskill.com/marketplace/cs-conversational-ai · markdown: https://superagentskill.com/api/skills/cs-conversational-ai/export.md - Cook Operational Excellence (soul): Cook Operational Excellence — channel Tim Cook's operating philosophy. Reframes any host agent toward supply chain, quiet discipline. — https://superagentskill.com/marketplace/cook-operational-excellence - Copywriting (skill): Write and rewrite marketing copy for landing pages, homepages, and ads — https://superagentskill.com/marketplace/od-copywriting · markdown: https://superagentskill.com/api/skills/od-copywriting/export.md - Creative Director (skill): AI creative director with recursive self-assessment and 20+ ideation methodologies (SIT, TRIZ, SCAMPER, Synectics). — https://superagentskill.com/marketplace/od-creative-director · markdown: https://superagentskill.com/api/skills/od-creative-director/export.md - CRM Hygiene & Enrichment (playbook): Quarterly CRM cleanup: dedupe, enrich, decay rules, ownership, reporting. — https://superagentskill.com/marketplace/pl-crm-hygiene - CRO (Conversion Rate Optimization) Expert (skill): Run conversion audits, hypothesis-driven A/B tests, and landing page optimization. — https://superagentskill.com/marketplace/gx-cro-expert · markdown: https://superagentskill.com/api/skills/gx-cro-expert/export.md - CRO Pipeline Doctor (skill): Diagnoses pipeline health: coverage, velocity, conversion, slippage. — https://superagentskill.com/marketplace/cro-pipeline-doctor · markdown: https://superagentskill.com/api/skills/cro-pipeline-doctor/export.md - Curie Rigor Under Uncertainty (soul): Curie Rigor Under Uncertainty — channel Marie Curie's operating philosophy. Reframes any host agent toward patient empirical rigor. — https://superagentskill.com/marketplace/curie-rigor-under-uncertainty - Cursor Pair Programmer (skill): Drives Cursor/Claude Code IDE workflows: spec-first edits, codemap navigation, safe multi-file refactors. — https://superagentskill.com/marketplace/cursor-pair-programmer · markdown: https://superagentskill.com/api/skills/cursor-pair-programmer/export.md - Customer Experience (CX) Strategist (skill): Designs end-to-end CX programs, NPS/CSAT/CES measurement, voice-of-customer loops, and journey maps. — https://superagentskill.com/marketplace/cs-cx-strategy · markdown: https://superagentskill.com/api/skills/cs-cx-strategy/export.md - Customer Onboarding 30-60-90 (playbook): Time-to-first-value motion with milestones, owners, in-app + human touches. — https://superagentskill.com/marketplace/pl-customer-onboarding - Customer.io Lifecycle Expert (skill): Behavioral campaigns, broadcasts, journeys and transactional in Customer.io. — https://superagentskill.com/marketplace/sg-customerio · markdown: https://superagentskill.com/api/skills/sg-customerio/export.md - Da Vinci Polymath (soul): Da Vinci Polymath — channel Leonardo da Vinci's operating philosophy. Reframes any host agent toward cross-disciplinary observation. — https://superagentskill.com/marketplace/davinci-polymath - Dalio Radical Transparency (soul): Dalio Radical Transparency — channel Ray Dalio's operating philosophy. Reframes any host agent toward principled decision-making. — https://superagentskill.com/marketplace/dalio-radical-transparency - Dario Amodei (soul): Anthropic CEO. Constitutional AI, safety + scaling, Machines of Loving Grace. — https://superagentskill.com/marketplace/soul-dario-amodei - Dark Mode & Theming Expert (skill): Multi-theme color systems with OKLCH, contrast safety and brand parity. — https://superagentskill.com/marketplace/sd-dark-mode · markdown: https://superagentskill.com/api/skills/sd-dark-mode/export.md - Deal Coach (MEDDPICC) (skill): Coaches reps through complex enterprise deals using MEDDPICC and command-of-the-message. — https://superagentskill.com/marketplace/cro-deal-coach · markdown: https://superagentskill.com/api/skills/cro-deal-coach/export.md - Deal Desk Review (playbook): Standardized review for non-standard deals: discount, terms, legal, revenue impact. — https://superagentskill.com/marketplace/pl-deal-desk - Demand Forecasting Expert (skill): Builds statistical and ML demand forecasts (ARIMA, Prophet, ML) with accuracy KPIs (MAPE, bias). — https://superagentskill.com/marketplace/im-demand-forecasting · markdown: https://superagentskill.com/api/skills/im-demand-forecasting/export.md - Demis Hassabis (soul): Google DeepMind CEO. Science-first AI, AlphaFold, AGI as scientific tool. — https://superagentskill.com/marketplace/soul-demis-hassabis - Dependency Vulnerability Auditor (skill): Inventories project dependencies and runtimes across ecosystems and reports known CVEs, supply-chain risks and a prioritized upgrade plan. — https://superagentskill.com/marketplace/dependency-vuln-auditor · markdown: https://superagentskill.com/api/skills/dependency-vuln-auditor/export.md - Design Brief (skill): Parse a structured design brief into a concrete design spec across 8 dimensions (palette, accent, typography, display, layout, mood, density, constraints). — https://superagentskill.com/marketplace/od-design-brief · markdown: https://superagentskill.com/api/skills/od-design-brief/export.md - Design Consultation (skill): Build a complete design system from scratch with creative risks and realistic product mockups. — https://superagentskill.com/marketplace/od-design-consultation · markdown: https://superagentskill.com/api/skills/od-design-consultation/export.md - Design Md (skill): Create and manage DESIGN.md files as a single source of truth for design tokens and visual rules. — https://superagentskill.com/marketplace/od-design-md · markdown: https://superagentskill.com/api/skills/od-design-md/export.md - Design Review (skill): Designer Who Codes: visual audit then fixes with atomic commits and before/after screenshots. — https://superagentskill.com/marketplace/od-design-review · markdown: https://superagentskill.com/api/skills/od-design-review/export.md - Design System Architect (skill): Generates and audits a coherent design token + component system across a codebase. — https://superagentskill.com/marketplace/design-system-architect · markdown: https://superagentskill.com/api/skills/design-system-architect/export.md - Design Thinking Facilitator (skill): Runs empathize→ideate→prototype→test sprints with crisp artifacts and decisions. — https://superagentskill.com/marketplace/iv-design-thinking · markdown: https://superagentskill.com/api/skills/iv-design-thinking/export.md - Design Tokens Architect (skill): Author and govern design tokens (color, type, spacing, radius, motion) with multi-brand theming. — https://superagentskill.com/marketplace/sd-design-tokens · markdown: https://superagentskill.com/api/skills/sd-design-tokens/export.md - DESIGN.md Author (skill): Use when the user asks to create, generate, or extract a DESIGN.md design system document for a website, app, or brand so AI agents can build pixel-consistent UI. — https://superagentskill.com/marketplace/design-md-author · markdown: https://superagentskill.com/api/skills/design-md-author/export.md - Digital Product Strategist (skill): Defines vision, North Star metric, strategy stack, and OKRs for digital products. — https://superagentskill.com/marketplace/pm-product-strategy · markdown: https://superagentskill.com/api/skills/pm-product-strategy/export.md - Discord Operations (skill): Sends messages, manages channels, reactions and threads in Discord servers via the bot API. — https://superagentskill.com/marketplace/discord-ops · markdown: https://superagentskill.com/api/skills/discord-ops/export.md - Disk Image Forensics Analyst (skill): Guides forensic analysis of disk images — integrity verification, partition layout, file-system survey, deleted-file recovery and timeline reconstruction. — https://superagentskill.com/marketplace/disk-image-forensics · markdown: https://superagentskill.com/api/skills/disk-image-forensics/export.md - Disney Imagineering (soul): Disney Imagineering — channel Walt Disney's operating philosophy. Reframes any host agent toward story-led design, end-to-end magic. — https://superagentskill.com/marketplace/disney-imagineering - Docker Patterns (skill): Optimises Dockerfiles and Compose stacks for fast builds, small images and safe runtimes. — https://superagentskill.com/marketplace/docker-patterns · markdown: https://superagentskill.com/api/skills/docker-patterns/export.md - Docs & ADRs (skill): Use when the user asks to document a decision, write an ADR, or produce README/architecture docs. Generates concise, decision-focused documentation. — https://superagentskill.com/marketplace/docs-and-adrs · markdown: https://superagentskill.com/api/skills/docs-and-adrs/export.md - DOCX Document Skill (skill): Creates and edits Word documents with python-docx: styles, tables, headers, footers, track-changes-safe edits. — https://superagentskill.com/marketplace/doc-skill-docx · markdown: https://superagentskill.com/api/skills/doc-skill-docx/export.md - Domain Name Brainstormer (skill): Generate creative domain name ideas and check availability across multiple TLDs (.com, .io, .dev, .ai). — https://superagentskill.com/marketplace/od-domain-name-brainstormer · markdown: https://superagentskill.com/api/skills/od-domain-name-brainstormer/export.md - Doubt-Driven Dev (skill): Antecipe falhas antes de comitar. Force o agente a questionar suposições e encontrar contradições no design. — https://superagentskill.com/marketplace/doubt-driven-dev · markdown: https://superagentskill.com/api/skills/doubt-driven-dev/export.md - Druckenmiller Asymmetric (soul): Druckenmiller Asymmetric — channel Stanley Druckenmiller's operating philosophy. Reframes any host agent toward macro conviction, position sizing. — https://superagentskill.com/marketplace/druckenmiller-asymmetric - Einstein Thought Experiments (soul): Einstein Thought Experiments — channel Albert Einstein's operating philosophy. Reframes any host agent toward imagination over calculation. — https://superagentskill.com/marketplace/einstein-thought-experiments - Elon Musk (soul): Tesla, SpaceX, xAI. First-principles thinking and ruthless execution speed. — https://superagentskill.com/marketplace/soul-elon-musk - Enhance Prompt (skill): Improve prompts with design specs and UI/UX vocabulary. — https://superagentskill.com/marketplace/od-enhance-prompt · markdown: https://superagentskill.com/api/skills/od-enhance-prompt/export.md - enterprise-discovery (skill): MEDDPICC-driven discovery for $100k+ enterprise deals. — https://superagentskill.com/marketplace/enterprise-discovery · markdown: https://superagentskill.com/api/skills/enterprise-discovery/export.md - Executive QBR (playbook): Quarterly business review with usage, ROI, roadmap and strategic next quarter ask. — https://superagentskill.com/marketplace/pl-qbr - FAQ Page (skill): Build a Frequently Asked Questions page with collapsible accordions, search, and category filtering. — https://superagentskill.com/marketplace/od-faq-page · markdown: https://superagentskill.com/api/skills/od-faq-page/export.md - Feynman Explain Like Six (soul): Feynman Explain Like Six — channel Richard Feynman's operating philosophy. Reframes any host agent toward deep teaching, joyful inquiry. — https://superagentskill.com/marketplace/feynman-explain-like-six - Figma-to-Code (skill): Translate Figma frames into React + Tailwind components mapped to your design system. — https://superagentskill.com/marketplace/sd-figma-to-code · markdown: https://superagentskill.com/api/skills/sd-figma-to-code/export.md - Ford Production System (soul): Ford Production System — channel Henry Ford's operating philosophy. Reframes any host agent toward process design at scale. — https://superagentskill.com/marketplace/ford-production-system - FP&A Variance Analyst (skill): Explains actual vs budget/forecast variance with a clean bridge and root causes. — https://superagentskill.com/marketplace/cfo-fpa-analyst · markdown: https://superagentskill.com/api/skills/cfo-fpa-analyst/export.md - Frontend Design (skill): Translate a design brief into production frontend code (HTML/CSS/React) with tokens and components. — https://superagentskill.com/marketplace/od-frontend-design · markdown: https://superagentskill.com/api/skills/od-frontend-design/export.md - Gandhi Nonviolent Leverage (soul): Gandhi Nonviolent Leverage — channel Mahatma Gandhi's operating philosophy. Reframes any host agent toward moral leverage, civil resistance. — https://superagentskill.com/marketplace/gandhi-nonviolent-leverage - Gates Systems Thinker (soul): Gates Systems Thinker — channel Bill Gates's operating philosophy. Reframes any host agent toward platforms, leverage, global problems. — https://superagentskill.com/marketplace/gates-systems-thinker - GEO Strategist (LLM Visibility) (skill): Optimizes content to be cited by ChatGPT, Perplexity, Gemini, Claude. — https://superagentskill.com/marketplace/geo-llm-visibility · markdown: https://superagentskill.com/api/skills/geo-llm-visibility/export.md - Geoffrey Hinton (soul): Godfather of deep learning. Backprop, capsule nets, AI safety alarmist. — https://superagentskill.com/marketplace/soul-geoffrey-hinton - Git Workflow (skill): Use when the user asks for help with branches, commits, PRs, merges, or release tagging. Recommends safe, atomic git workflows with conventional commits. — https://superagentskill.com/marketplace/git-workflow · markdown: https://superagentskill.com/api/skills/git-workflow/export.md - GitHub CLI Pro (skill): Manages PRs, issues and CI workflows directly through the gh CLI with safe defaults. — https://superagentskill.com/marketplace/github-cli-pro · markdown: https://superagentskill.com/api/skills/github-cli-pro/export.md - GitHub Issue Auto-Fixer (skill): Reads a GitHub issue, plans the fix, opens a PR, and resolves review comments end-to-end. — https://superagentskill.com/marketplace/github-issue-autofixer · markdown: https://superagentskill.com/api/skills/github-issue-autofixer/export.md - Google Ads Launch & Scale (playbook): Campaign structure (Search + Pmax), keyword tiers, negative-keyword hygiene, scaling rules. — https://superagentskill.com/marketplace/pl-google-ads-launch - Google Ads PMax Optimizer (skill): Tames Performance Max with asset groups, audience signals and exclusions. — https://superagentskill.com/marketplace/google-ads-pmax · markdown: https://superagentskill.com/api/skills/google-ads-pmax/export.md - Google Ads Search Strategist (skill): Builds high-intent search campaigns with tight match types and SKAGs/STAGs. — https://superagentskill.com/marketplace/google-ads-search · markdown: https://superagentskill.com/api/skills/google-ads-search/export.md - Google Analytics 4 Expert (skill): Configure GA4 properties, GTM, custom events, conversions, audiences, and BigQuery export. — https://superagentskill.com/marketplace/gx-ga4-expert · markdown: https://superagentskill.com/api/skills/gx-ga4-expert/export.md - Google Workspace Automator (skill): Automates Gmail, Docs, Sheets, Drive, and Calendar via Google APIs and Apps Script with OAuth-safe patterns. — https://superagentskill.com/marketplace/google-workspace-automator · markdown: https://superagentskill.com/api/skills/google-workspace-automator/export.md - Google Workspace CLI (skill): Drives Gmail, Calendar, Drive and Sheets from the terminal for fast inbox and doc workflows. — https://superagentskill.com/marketplace/google-workspace-cli · markdown: https://superagentskill.com/api/skills/google-workspace-cli/export.md - Graham Founder Mode (soul): Graham Founder Mode — channel Paul Graham's operating philosophy. Reframes any host agent toward startup essays, founder craft. — https://superagentskill.com/marketplace/graham-founder-mode - Growth Marketing Strategist (skill): Design growth experiments, AARRR funnels, north-star metrics, and channel strategies. — https://superagentskill.com/marketplace/gx-growth-strategist · markdown: https://superagentskill.com/api/skills/gx-growth-strategist/export.md - GSAP Core (skill): Build performant GSAP animations: timelines, eases, stagger, and best practices. — https://superagentskill.com/marketplace/od-gsap-core · markdown: https://superagentskill.com/api/skills/od-gsap-core/export.md - GSAP ScrollTrigger (skill): Build scroll-driven animations with GSAP ScrollTrigger: pinning, scrubbing, batch, and snap. — https://superagentskill.com/marketplace/od-gsap-scrolltrigger · markdown: https://superagentskill.com/api/skills/od-gsap-scrolltrigger/export.md - GTM Account Health Scorer (skill): Scores customer accounts on adoption, sentiment, and commercial signals; flags risk and remediation triggers. — https://superagentskill.com/marketplace/gtm-account-health-scorer · markdown: https://superagentskill.com/api/skills/gtm-account-health-scorer/export.md - GTM Account Tiering Strategist (skill): Builds T1/T2/T3 ABM tiers with firmographic fit, intent signals, and SLA-backed coverage rules. — https://superagentskill.com/marketplace/gtm-account-tiering-strategist · markdown: https://superagentskill.com/api/skills/gtm-account-tiering-strategist/export.md - GTM Advocacy Program Builder (skill): Designs reference, story, and advisory programs that scale customer advocacy without burning out champions. — https://superagentskill.com/marketplace/gtm-advocacy-program-builder · markdown: https://superagentskill.com/api/skills/gtm-advocacy-program-builder/export.md - GTM Competitive Battlecard Writer (skill): Writes seller-ready battlecards: positioning, traps, landmines, objection handling, and proof points. — https://superagentskill.com/marketplace/gtm-competitive-battlecard-writer · markdown: https://superagentskill.com/api/skills/gtm-competitive-battlecard-writer/export.md - GTM Customer Adoption Architect (skill): Designs adoption programs with persona journeys, milestone plays, and measurable activation thresholds. — https://superagentskill.com/marketplace/gtm-customer-adoption-architect · markdown: https://superagentskill.com/api/skills/gtm-customer-adoption-architect/export.md - GTM Discovery Call Coach (skill): Critiques discovery calls against pain, impact, decision criteria, and next-step quality; returns drills. — https://superagentskill.com/marketplace/gtm-discovery-call-coach · markdown: https://superagentskill.com/api/skills/gtm-discovery-call-coach/export.md - GTM Enterprise Deal Mapper (skill): Builds champion, mobilizer, and power maps for complex enterprise deals using MEDDPICC + Challenger signals. — https://superagentskill.com/marketplace/gtm-enterprise-deal-mapper · markdown: https://superagentskill.com/api/skills/gtm-enterprise-deal-mapper/export.md - GTM Launch Planner (skill): Plans product launches end-to-end across product, sales and marketing. — https://superagentskill.com/marketplace/cmo-gtm-planner · markdown: https://superagentskill.com/api/skills/cmo-gtm-planner/export.md - GTM Mutual Action Plan Author (skill): Drafts buyer-aligned mutual action plans with milestones, owners, and exit criteria for each deal stage. — https://superagentskill.com/marketplace/gtm-mutual-action-plan-author · markdown: https://superagentskill.com/api/skills/gtm-mutual-action-plan-author/export.md - GTM Partner Co-Sell Architect (skill): Designs partner co-sell motions: ICP overlap, joint plays, deal registration, and revenue split governance. — https://superagentskill.com/marketplace/gtm-partner-cosell-architect · markdown: https://superagentskill.com/api/skills/gtm-partner-cosell-architect/export.md - GTM Pricing & Packaging Strategist (skill): Designs pricing tiers, value metrics, and packaging changes with willingness-to-pay and margin analysis. — https://superagentskill.com/marketplace/gtm-pricing-packaging-strategist · markdown: https://superagentskill.com/api/skills/gtm-pricing-packaging-strategist/export.md - GTM Product Launch Orchestrator (skill): Plans tiered product launches with positioning, enablement, channels, and 30/60/90 success metrics. — https://superagentskill.com/marketplace/gtm-product-launch-orchestrator · markdown: https://superagentskill.com/api/skills/gtm-product-launch-orchestrator/export.md - GTM Renewal Risk Orchestrator (skill): Builds 120/90/60/30-day renewal motions with risk signals, save plays, and exec sponsor triggers. — https://superagentskill.com/marketplace/gtm-renewal-risk-orchestrator · markdown: https://superagentskill.com/api/skills/gtm-renewal-risk-orchestrator/export.md - Hawking Simplify the Universe (soul): Hawking Simplify the Universe — channel Stephen Hawking's operating philosophy. Reframes any host agent toward elegant explanation of hard physics. — https://superagentskill.com/marketplace/hawking-simplify-universe - Hoffman Blitzscaling (soul): Hoffman Blitzscaling — channel Reid Hoffman's operating philosophy. Reframes any host agent toward network effects, prioritized speed. — https://superagentskill.com/marketplace/hoffman-blitzscaling - Hopper Pragmatic Builder (soul): Hopper Pragmatic Builder — channel Grace Hopper's operating philosophy. Reframes any host agent toward compiler pioneer, ship-it ethos. — https://superagentskill.com/marketplace/hopper-pragmatic-builder - Horowitz Hard Things (soul): Horowitz Hard Things — channel Ben Horowitz's operating philosophy. Reframes any host agent toward wartime CEO, brutal pragmatism. — https://superagentskill.com/marketplace/horowitz-hard-things - Huang 10x Bets (soul): Huang 10x Bets — channel Jensen Huang's operating philosophy. Reframes any host agent toward platform shifts, accelerated computing. — https://superagentskill.com/marketplace/huang-ten-x-bets - HubSpot CRM & Automation Expert (skill): Configure HubSpot CRM, workflows, lifecycle stages, lead scoring, and reporting. — https://superagentskill.com/marketplace/gx-hubspot-expert · markdown: https://superagentskill.com/api/skills/gx-hubspot-expert/export.md - Hugging Face Models Expert (skill): Picks, fine-tunes, and deploys Hugging Face models with transformers, datasets, and Inference Endpoints. — https://superagentskill.com/marketplace/huggingface-models-expert · markdown: https://superagentskill.com/api/skills/huggingface-models-expert/export.md - Iconography Expert (skill): Curate, draw, and ship cohesive icon sets (SVG, sprite, font, lucide-style). — https://superagentskill.com/marketplace/sd-iconography · markdown: https://superagentskill.com/api/skills/sd-iconography/export.md - ICP Discovery & Segmentation (playbook): Quant+qual workflow to define ICP, anti-ICP, segments, buying triggers and account scoring model. — https://superagentskill.com/marketplace/pl-icp-discovery - Idea Refiner (skill): Transforme rascunhos em especificações de alto nível. Valide viabilidade técnica e alinhamento com objetivos. — https://superagentskill.com/marketplace/idea-refiner · markdown: https://superagentskill.com/api/skills/idea-refiner/export.md - Incident Response Triage (skill): Guides rapid triage and initial containment of a security incident following NIST SP 800-61, with evidence-preservation and notification checkpoints. — https://superagentskill.com/marketplace/incident-response-triage · markdown: https://superagentskill.com/api/skills/incident-response-triage/export.md - incident-response-sev1 (playbook): SEV1 runbook: triage, comms, escalation, postmortem stub. — https://superagentskill.com/marketplace/incident-response-sev1 - Incremental Builder (skill): Construa em micro-ciclos. Cada incremento é testável, reversível e traz valor imediato. — https://superagentskill.com/marketplace/incremental-builder · markdown: https://superagentskill.com/api/skills/incremental-builder/export.md - Innovation Strategy Lead (skill): Builds horizon 1/2/3 portfolios, innovation theses, and stage-gate / lean experimentation processes. — https://superagentskill.com/marketplace/iv-innovation-strategy · markdown: https://superagentskill.com/api/skills/iv-innovation-strategy/export.md - Instagram Content Engine (playbook): Content pillars, reel structure, posting cadence and DM funnel for a creator/brand account. — https://superagentskill.com/marketplace/pl-instagram-content-engine - Instagram Content Strategist (skill): Designs Instagram strategies across Reels, carousels and stories for brand growth. — https://superagentskill.com/marketplace/instagram-content · markdown: https://superagentskill.com/api/skills/instagram-content/export.md - Intercom Expert (skill): Onboarding tours, in-app messages, Series, Fin AI, and lifecycle automation in Intercom. — https://superagentskill.com/marketplace/sg-intercom-expert · markdown: https://superagentskill.com/api/skills/sg-intercom-expert/export.md - Inventory Planner (skill): Sets safety stock, reorder points, ABC/XYZ analysis, and working-capital optimization. — https://superagentskill.com/marketplace/im-inventory-planning · markdown: https://superagentskill.com/api/skills/im-inventory-planning/export.md - Jeff Bezos (soul): Founder of Amazon. Customer obsession, Day 1 mindset, long-term thinking. — https://superagentskill.com/marketplace/soul-jeff-bezos - jobs-product-taste (soul): Taste, simplicity, brutal product clarity. The reality distortion field. — https://superagentskill.com/marketplace/jobs-product-taste - Jobs-to-be-Done (JTBD) Researcher (skill): Conducts JTBD interviews, writes job statements, opportunity scoring, and switch analysis. — https://superagentskill.com/marketplace/iv-jobs-to-be-done · markdown: https://superagentskill.com/api/skills/iv-jobs-to-be-done/export.md - Kahneman System Two (soul): Kahneman System Two — channel Daniel Kahneman's operating philosophy. Reframes any host agent toward cognitive bias, slow thinking. — https://superagentskill.com/marketplace/kahneman-system-two - Knight Underdog Brand (soul): Knight Underdog Brand — channel Phil Knight's operating philosophy. Reframes any host agent toward athlete-led brand, scrappy resolve. — https://superagentskill.com/marketplace/knight-underdog-brand - Landing Page CRO Expert (skill): High-converting landing pages: message-market fit, hierarchy, proof and friction removal. — https://superagentskill.com/marketplace/sg-landing-cro · markdown: https://superagentskill.com/api/skills/sg-landing-cro/export.md - Last-Mile Delivery Expert (skill): Optimizes routing, carrier mix, delivery SLAs, returns flow, and unit economics for last-mile. — https://superagentskill.com/marketplace/lg-last-mile · markdown: https://superagentskill.com/api/skills/lg-last-mile/export.md - Launch Checklist (skill): Garanta que nada seja esquecido no dia-D. Verifique dependências, monitoramento e rollback. — https://superagentskill.com/marketplace/launch-checklist · markdown: https://superagentskill.com/api/skills/launch-checklist/export.md - legacy-cold-email-skill (skill): Generic cold email writer (intentionally weak baseline for the forge demo). — https://superagentskill.com/marketplace/legacy-cold-email-skill · markdown: https://superagentskill.com/api/skills/legacy-cold-email-skill/export.md - Lifecycle & Email Marketing Expert (skill): Design lifecycle journeys, transactional and marketing email programs. — https://superagentskill.com/marketplace/gx-lifecycle-email-expert · markdown: https://superagentskill.com/api/skills/gx-lifecycle-email-expert/export.md - Lifecycle Email Program (playbook): Welcome → activation → engagement → win-back, with deliverability monitoring. — https://superagentskill.com/marketplace/pl-email-lifecycle - Lincoln Measured Wisdom (soul): Lincoln Measured Wisdom — channel Abraham Lincoln's operating philosophy. Reframes any host agent toward deliberate, conciliatory leadership. — https://superagentskill.com/marketplace/lincoln-measured-wisdom - LinkedIn Ads ABM Strategist (skill): Designs LinkedIn ABM programs across awareness, engagement and pipeline. — https://superagentskill.com/marketplace/linkedin-ads-abm · markdown: https://superagentskill.com/api/skills/linkedin-ads-abm/export.md - LinkedIn Ads B2B Demand (playbook): Document Ads + Conversation Ads + Retargeting funnel mapped to ICP and pipeline. — https://superagentskill.com/marketplace/pl-linkedin-ads-b2b - LinkedIn Engagement Choreography (playbook): Coordinate exec, team and partners to amplify posts within 60min of publish. — https://superagentskill.com/marketplace/pl-linkedin-engagement-pod - LinkedIn Outbound Expert (skill): Compliant LinkedIn prospecting, multi-touch sequences and reply handling. — https://superagentskill.com/marketplace/sg-linkedin-outbound · markdown: https://superagentskill.com/api/skills/sg-linkedin-outbound/export.md - LinkedIn Personal Brand Coach (skill): Defines a founder/exec's narrative pillars and editorial calendar. — https://superagentskill.com/marketplace/linkedin-personal-brand · markdown: https://superagentskill.com/api/skills/linkedin-personal-brand/export.md - LinkedIn Thought Leadership 90-Day (playbook): Daily/weekly cadence to grow a founder/exec personal brand on LinkedIn with measurable engagement. — https://superagentskill.com/marketplace/pl-linkedin-thought-leadership - LinkedIn Thought-Leader Writer (skill): Writes LinkedIn posts that earn reach via insight, story and contrarian takes. — https://superagentskill.com/marketplace/linkedin-thought-leader · markdown: https://superagentskill.com/api/skills/linkedin-thought-leader/export.md - LLM Fine-Tuning Strategist (skill): Plans fine-tuning runs (LoRA/QLoRA/full) with dataset curation, hyperparams, and eval — picks SFT vs DPO vs RLHF. — https://superagentskill.com/marketplace/llm-finetuning-strategist · markdown: https://superagentskill.com/api/skills/llm-finetuning-strategist/export.md - Lovelace Poetic Systems (soul): Lovelace Poetic Systems — channel Ada Lovelace's operating philosophy. Reframes any host agent toward imaginative analysis. — https://superagentskill.com/marketplace/lovelace-poetic-systems - Lynch Invest in What You Know (soul): Lynch Invest in What You Know — channel Peter Lynch's operating philosophy. Reframes any host agent toward common-sense investing. — https://superagentskill.com/marketplace/lynch-invest-in-what-you-know - Machiavelli Power Realism (soul): Machiavelli Power Realism — channel Niccolò Machiavelli's operating philosophy. Reframes any host agent toward realpolitik, durable power. — https://superagentskill.com/marketplace/machiavelli-power-realism - Mandela Reconciliation (soul): Mandela Reconciliation — channel Nelson Mandela's operating philosophy. Reframes any host agent toward principled forgiveness, long arc. — https://superagentskill.com/marketplace/mandela-reconciliation - Marc Andreessen (soul): a16z co-founder. Software eats the world, techno-optimism. — https://superagentskill.com/marketplace/soul-marc-andreessen - Marketing Psychology (skill): Apply behavioral and persuasion principles (Cialdini, loss aversion, anchoring) to marketing copy and UI. — https://superagentskill.com/marketplace/od-marketing-psychology · markdown: https://superagentskill.com/api/skills/od-marketing-psychology/export.md - Marketplace Strategist (Amazon, MELI, etc.) (skill): Optimizes listings, Buy Box, ads, FBA/Full operations across Amazon, Mercado Livre, and others. — https://superagentskill.com/marketplace/ec-marketplace-strategy · markdown: https://superagentskill.com/api/skills/ec-marketplace-strategy/export.md - Marks Second-Level Thinking (soul): Marks Second-Level Thinking — channel Howard Marks's operating philosophy. Reframes any host agent toward cycles, contrarian risk. — https://superagentskill.com/marketplace/marks-second-level-thinking - MCP Server Builder (skill): Scaffolds and ships Model Context Protocol servers in TypeScript with safe defaults. — https://superagentskill.com/marketplace/mcp-server-builder · markdown: https://superagentskill.com/api/skills/mcp-server-builder/export.md - MEDDPICC Discovery Call (playbook): Structured discovery call playbook with MEDDPICC capture and disqualification triggers. — https://superagentskill.com/marketplace/pl-sales-discovery-call - Meta Ads Creative Engine (playbook): Weekly creative iteration, ad-account structure (CBO+ABO), audience testing, scaling rules. — https://superagentskill.com/marketplace/pl-meta-ads-creative - Meta Ads Creative Strategist (skill): Builds creative testing systems that find winners fast and refresh before fatigue. — https://superagentskill.com/marketplace/meta-ads-creative · markdown: https://superagentskill.com/api/skills/meta-ads-creative/export.md - Meta Ads Optimizer (skill): Audits and rewrites Meta (Facebook/Instagram) ad campaigns: structure, audiences, creatives, CBO, attribution. — https://superagentskill.com/marketplace/meta-ads-optimizer · markdown: https://superagentskill.com/api/skills/meta-ads-optimizer/export.md - Meta Ads Scaler (skill): Scales winning campaigns without breaking CAC: CBO, ABO, audience expansion. — https://superagentskill.com/marketplace/meta-ads-scaler · markdown: https://superagentskill.com/api/skills/meta-ads-scaler/export.md - Microinteractions Expert (skill): Tasteful micro-feedback: hover, press, focus, success, empty, loading and error states. — https://superagentskill.com/marketplace/sd-microinteractions · markdown: https://superagentskill.com/api/skills/sd-microinteractions/export.md - Migration Helper (skill): Planeje e execute migrações de código com rollback seguro. Minimize downtime e corrupção de dados. — https://superagentskill.com/marketplace/migration-helper · markdown: https://superagentskill.com/api/skills/migration-helper/export.md - Mixpanel Product Analytics Expert (skill): Implement Mixpanel tracking plans, funnels, retention, and Boards. — https://superagentskill.com/marketplace/gx-mixpanel-expert · markdown: https://superagentskill.com/api/skills/gx-mixpanel-expert/export.md - MLK Moral Clarity (soul): MLK Moral Clarity — channel Martin Luther King Jr.'s operating philosophy. Reframes any host agent toward moral imagination, oratory. — https://superagentskill.com/marketplace/mlk-moral-clarity - Motion Design (Framer Motion) (skill): Production-grade UI motion with Framer Motion: variants, layout animations, gesture states. — https://superagentskill.com/marketplace/sd-motion-framer · markdown: https://superagentskill.com/api/skills/sd-motion-framer/export.md - Munger Mental Models (soul): Munger Mental Models — channel Charlie Munger's operating philosophy. Reframes any host agent toward rationality, latticework reasoning. — https://superagentskill.com/marketplace/munger-mental-models - Musk First Principles (soul): Musk First Principles — channel Elon Musk's operating philosophy. Reframes any host agent toward rocket science, EVs, scaling impossible bets. — https://superagentskill.com/marketplace/musk-first-principles - Mutual Action Plan (MAP) (playbook): Joint buyer/seller plan with milestones, owners, dates and exit criteria to compress sales cycle. — https://superagentskill.com/marketplace/pl-mutual-action-plan - n8n Workflow Builder (skill): Designs, configures and ships n8n automations via the n8n CLI and node templates. — https://superagentskill.com/marketplace/n8n-workflow-builder · markdown: https://superagentskill.com/api/skills/n8n-workflow-builder/export.md - Nadella Growth Mindset (soul): Nadella Growth Mindset — channel Satya Nadella's operating philosophy. Reframes any host agent toward empathic leadership, transformation. — https://superagentskill.com/marketplace/nadella-growth-mindset - Naval Leverage (soul): Naval Leverage — channel Naval Ravikant's operating philosophy. Reframes any host agent toward permissionless leverage, calm wealth. — https://superagentskill.com/marketplace/naval-leverage - Naval Ravikant (soul): AngelList founder. Leverage, specific knowledge, wealth creation playbook. — https://superagentskill.com/marketplace/soul-naval-ravikant - OKR Architect (skill): Designs honest, ambitious OKRs at company / team / individual levels. — https://superagentskill.com/marketplace/ceo-okr-architect · markdown: https://superagentskill.com/api/skills/ceo-okr-architect/export.md - On-Page SEO Optimizer (skill): Optimizes existing pages for primary keywords without keyword stuffing. — https://superagentskill.com/marketplace/seo-onpage-optimizer · markdown: https://superagentskill.com/api/skills/seo-onpage-optimizer/export.md - OSINT Investigator (skill): Plans and correlates open-source intelligence collection on domains, organizations and infrastructure for authorized investigations and threat intel. — https://superagentskill.com/marketplace/osint-investigator · markdown: https://superagentskill.com/api/skills/osint-investigator/export.md - Outbound Sales Cadence Expert (skill): Design multi-touch outbound sequences across email, LinkedIn, phone, and video. — https://superagentskill.com/marketplace/gx-outbound-cadence-expert · markdown: https://superagentskill.com/api/skills/gx-outbound-cadence-expert/export.md - Outbound SDR Machine (playbook): Multi-channel outbound (email + LinkedIn + call) with deliverability, sequencing, A/B copy and pipeline math. — https://superagentskill.com/marketplace/pl-outbound-sdr-machine - OWASP Top 10 Code Auditor (skill): Reviews application source code against OWASP Top 10 (2021) and produces a prioritized list of findings with file:line references and concrete remediations. — https://superagentskill.com/marketplace/owasp-code-audit · markdown: https://superagentskill.com/api/skills/owasp-code-audit/export.md - Page Moonshot (soul): Page Moonshot — channel Larry Page's operating philosophy. Reframes any host agent toward 10x thinking, ambitious R&D. — https://superagentskill.com/marketplace/page-moonshot - Paid Ads Expert (Meta + Google) (skill): Plan, launch, and scale paid acquisition on Meta Ads and Google Ads. — https://superagentskill.com/marketplace/gx-paid-ads-expert · markdown: https://superagentskill.com/api/skills/gx-paid-ads-expert/export.md - Patrick Collison (soul): Stripe co-founder. Progress studies, taste, internet for money. — https://superagentskill.com/marketplace/soul-patrick-collison - Paul Graham (soul): Y Combinator co-founder. Make something people want, talk to users. — https://superagentskill.com/marketplace/soul-paul-graham - Paywall Upgrade CRO (skill): Optimize paywall and upgrade flows for conversion using behavioral copy, anchoring, and proof. — https://superagentskill.com/marketplace/od-paywall-upgrade-cro · markdown: https://superagentskill.com/api/skills/od-paywall-upgrade-cro/export.md - PDF Document Skill (skill): Reads, fills, edits, and generates PDFs (text + tables) using pypdf, pdfplumber, and reportlab. — https://superagentskill.com/marketplace/doc-skill-pdf · markdown: https://superagentskill.com/api/skills/doc-skill-pdf/export.md - Perf Profiler (skill): Profile-first: meça antes de otimizar. Identifica gargalos reais, não suposições. — https://superagentskill.com/marketplace/perf-profiler · markdown: https://superagentskill.com/api/skills/perf-profiler/export.md - Personal Debt Payoff Strategist (skill): Designs avalanche/snowball debt payoff plans with realistic payoff dates. — https://superagentskill.com/marketplace/pf-debt-strategist · markdown: https://superagentskill.com/api/skills/pf-debt-strategist/export.md - Personal Finance Budgeter (skill): Builds zero-based monthly budgets and shows where every dollar goes. — https://superagentskill.com/marketplace/pf-budgeter · markdown: https://superagentskill.com/api/skills/pf-budgeter/export.md - Personal Investing Coach (skill): Builds long-term, low-cost, diversified investing plans for individuals. — https://superagentskill.com/marketplace/pf-investing-coach · markdown: https://superagentskill.com/api/skills/pf-investing-coach/export.md - Personal Tax Optimizer (skill): Surfaces legal tax optimizations across income, investments and retirement accounts. — https://superagentskill.com/marketplace/pf-tax-optimizer · markdown: https://superagentskill.com/api/skills/pf-tax-optimizer/export.md - pii-redactor (guardrail): Detects and redacts PII before it leaves the agent. — https://superagentskill.com/marketplace/pii-redactor - Pillar Content Architect (skill): Designs pillar + cluster content systems that win topical authority. — https://superagentskill.com/marketplace/blog-pillar-architect · markdown: https://superagentskill.com/api/skills/blog-pillar-architect/export.md - Pipeline Doctor (playbook): Forensic audit of CRM pipeline: stage hygiene, conversion rates, slip risk, forecast confidence. — https://superagentskill.com/marketplace/pl-pipeline-doctor - Playwright E2E Patterns (skill): Builds reliable Playwright suites with Page Objects, fixtures and flake mitigation. — https://superagentskill.com/marketplace/e2e-playwright-patterns · markdown: https://superagentskill.com/api/skills/e2e-playwright-patterns/export.md - PMF Validation Sprint (playbook): 6-week structured sprint to test problem-solution and product-market fit with quantitative kill criteria. — https://superagentskill.com/marketplace/pl-pmf-validation - Positioning Strategist (April Dunford) (skill): Crafts category-shaping positioning grounded in unique attributes and ICP value. — https://superagentskill.com/marketplace/cmo-positioning-strategist · markdown: https://superagentskill.com/api/skills/cmo-positioning-strategist/export.md - PostgreSQL Patterns (skill): Optimises queries, indexes, schemas and RLS for production Postgres. — https://superagentskill.com/marketplace/postgres-patterns · markdown: https://superagentskill.com/api/skills/postgres-patterns/export.md - PostHog Product Analytics Expert (skill): Event taxonomies, funnels, retention, session replays and experiments in PostHog. — https://superagentskill.com/marketplace/sg-posthog-expert · markdown: https://superagentskill.com/api/skills/sg-posthog-expert/export.md - PPTX Generator (skill): Generate polished PowerPoint (.pptx) decks from outlines with consistent layout and typography. — https://superagentskill.com/marketplace/od-pptx-generator · markdown: https://superagentskill.com/api/skills/od-pptx-generator/export.md - PPTX Presentation Skill (skill): Generates polished PowerPoint decks with python-pptx: title slide, content slides, charts, speaker notes. — https://superagentskill.com/marketplace/doc-skill-pptx · markdown: https://superagentskill.com/api/skills/doc-skill-pptx/export.md - Pricing & Packaging Experiment (playbook): Van Westendorp + conjoint + willingness-to-pay test, structured into 3 packaging options with guardrails. — https://superagentskill.com/marketplace/pl-pricing-experiment - Product Analytics & Experimentation Lead (skill): Instruments events, builds funnels/retention/cohorts, runs A/B tests with statistical rigor. — https://superagentskill.com/marketplace/pm-product-analytics · markdown: https://superagentskill.com/api/skills/pm-product-analytics/export.md - Product PRD Writer (skill): Writes one-page PRDs that align eng, design and GTM around a real user problem. — https://superagentskill.com/marketplace/product-prd-writer · markdown: https://superagentskill.com/api/skills/product-prd-writer/export.md - Prompt-Injection & LLM Robustness Tester (skill): Designs adversarial prompts and red-team scenarios to probe LLM applications for prompt injection, data exfiltration and jailbreak weaknesses, then scores the results. — https://superagentskill.com/marketplace/prompt-injection-tester · markdown: https://superagentskill.com/api/skills/prompt-injection-tester/export.md - Prospect Research Analyst (skill): Researches accounts and contacts to surface a real, timely reason to reach out. — https://superagentskill.com/marketplace/sdr-prospecting-researcher · markdown: https://superagentskill.com/api/skills/sdr-prospecting-researcher/export.md - RAG Architect (skill): Designs retrieval pipelines (chunking, embedding, hybrid search, re-rank, evals). — https://superagentskill.com/marketplace/ai-rag-architect · markdown: https://superagentskill.com/api/skills/ai-rag-architect/export.md - RAG System Architect (skill): Designs production retrieval-augmented generation systems: chunking, embeddings, vector store, reranking, eval. — https://superagentskill.com/marketplace/rag-system-architect · markdown: https://superagentskill.com/api/skills/rag-system-architect/export.md - Ray Dalio (soul): Bridgewater founder. Principles, radical transparency, idea meritocracy. — https://superagentskill.com/marketplace/soul-ray-dalio - React Lint & Format Auto-Fix (skill): Runs ESLint, Prettier and TypeScript checks, then auto-fixes safe violations before commit. — https://superagentskill.com/marketplace/react-lint-autofix · markdown: https://superagentskill.com/api/skills/react-lint-autofix/export.md - Recon & Attack Surface Mapper (skill): Plans and runs authorized reconnaissance to enumerate a target's external attack surface (DNS, subdomains, ports, web tech) and produces a prioritized report. — https://superagentskill.com/marketplace/recon-attack-surface · markdown: https://superagentskill.com/api/skills/recon-attack-surface/export.md - Reid Hoffman (soul): LinkedIn co-founder. Blitzscaling, network effects, theory of the firm. — https://superagentskill.com/marketplace/soul-reid-hoffman - Renewal & Expansion Play (playbook): 90-day-pre-renewal motion with health score, expansion mapping, save plan. — https://superagentskill.com/marketplace/pl-renewal-expansion - Requirements Interviewer (skill): Entreviste stakeholders simulados para extrair requisitos não ditos e cenários de borda. — https://superagentskill.com/marketplace/requirements-interviewer · markdown: https://superagentskill.com/api/skills/requirements-interviewer/export.md - REST API Design Patterns (skill): Standardises REST endpoints, error envelopes and pagination for production APIs. — https://superagentskill.com/marketplace/rest-api-patterns · markdown: https://superagentskill.com/api/skills/rest-api-patterns/export.md - Retirement Planner (skill): Projects retirement readiness and recommends contribution and drawdown plans. — https://superagentskill.com/marketplace/pf-retirement-planner · markdown: https://superagentskill.com/api/skills/pf-retirement-planner/export.md - RevOps Weekly Forecast Cadence (playbook): Weekly forecast call structure: rep call, manager roll-up, exec view with confidence bands. — https://superagentskill.com/marketplace/pl-rev-ops-forecast - saas-cold-outreach (playbook): Multi-touch cold outreach with personalization and stop conditions. — https://superagentskill.com/marketplace/saas-cold-outreach - Safe Database Migrations (skill): Plans zero-downtime schema and data migrations across SQL dialects and ORMs. — https://superagentskill.com/marketplace/safe-migrations · markdown: https://superagentskill.com/api/skills/safe-migrations/export.md - Safety Guard (skill): Blocks destructive shell commands and unauthorised file writes during autonomous sessions. — https://superagentskill.com/marketplace/safety-guard · markdown: https://superagentskill.com/api/skills/safety-guard/export.md - Sagan Awe + Skepticism (soul): Sagan Awe + Skepticism — channel Carl Sagan's operating philosophy. Reframes any host agent toward wonder + scientific rigor. — https://superagentskill.com/marketplace/sagan-awe-skepticism - Sales Comp Plan Architect (skill): Designs sales comp plans (AE/SDR/CSM) that drive the right behaviors. — https://superagentskill.com/marketplace/cro-comp-plan-architect · markdown: https://superagentskill.com/api/skills/cro-comp-plan-architect/export.md - Sam Altman (soul): OpenAI CEO. AGI strategy, scaling laws, compounding. — https://superagentskill.com/marketplace/soul-sam-altman - Schultz Experience Over Product (soul): Schultz Experience Over Product — channel Howard Schultz's operating philosophy. Reframes any host agent toward third-place experience, hospitality. — https://superagentskill.com/marketplace/schultz-experience-over-product - SDR Cold Email Writer (skill): Writes 3-step cold email sequences that earn replies without manipulative tactics. — https://superagentskill.com/marketplace/sdr-cold-email-writer · markdown: https://superagentskill.com/api/skills/sdr-cold-email-writer/export.md - Search-First Development (skill): Researches existing libraries and prior art before writing custom code. — https://superagentskill.com/marketplace/search-first-dev · markdown: https://superagentskill.com/api/skills/search-first-dev/export.md - Security Auditor (skill): Auditoria de segurança: OWASP Top 10, RLS, secrets vazados, dependências vulneráveis. — https://superagentskill.com/marketplace/security-auditor · markdown: https://superagentskill.com/api/skills/security-auditor/export.md - Security Review (skill): Audits code for auth, data-handling, injection and secret-exposure vulnerabilities. — https://superagentskill.com/marketplace/security-review · markdown: https://superagentskill.com/api/skills/security-review/export.md - Segment CDP Expert (skill): Tracking plans, sources/destinations, Protocols and Reverse ETL with Segment. — https://superagentskill.com/marketplace/sg-segment-cdp · markdown: https://superagentskill.com/api/skills/sg-segment-cdp/export.md - Senior Prompt Engineer (skill): Designs robust system prompts and few-shot strategies for production agents. — https://superagentskill.com/marketplace/ai-prompt-engineer · markdown: https://superagentskill.com/api/skills/ai-prompt-engineer/export.md - SEO Content Engine (playbook): Topical authority cluster: pillar+spokes, internal linking, on-page audit, refresh cadence. — https://superagentskill.com/marketplace/pl-seo-content-engine - SEO Keyword Strategist (skill): Builds keyword universes mapped to intent, funnel stage and content type. — https://superagentskill.com/marketplace/seo-keyword-strategist · markdown: https://superagentskill.com/api/skills/seo-keyword-strategist/export.md - SEO+GEO Blog Writer (skill): Writes long-form posts ranked by Google AND cited by LLMs. — https://superagentskill.com/marketplace/blog-seo-geo-writer · markdown: https://superagentskill.com/api/skills/blog-seo-geo-writer/export.md - shadcn/ui (skill): Use shadcn/ui correctly: install components, theme via CSS variables, and compose accessible UI. — https://superagentskill.com/marketplace/od-shadcn-ui · markdown: https://superagentskill.com/api/skills/od-shadcn-ui/export.md - Shopify & Headless Commerce Expert (skill): Architects Shopify (Plus), Hydrogen, and headless commerce stacks with apps, themes, and checkout. — https://superagentskill.com/marketplace/ec-shopify-expert · markdown: https://superagentskill.com/api/skills/ec-shopify-expert/export.md - Simons Quant Rigor (soul): Simons Quant Rigor — channel Jim Simons's operating philosophy. Reframes any host agent toward data-driven, hypothesis-disciplined. — https://superagentskill.com/marketplace/simons-quant-rigor - Simplifier (skill): Reduza complexidade acidental. Delete código morto, unifique abstrações e aplique a navalha de Occam. — https://superagentskill.com/marketplace/simplifier · markdown: https://superagentskill.com/api/skills/simplifier/export.md - Smart Debugger (skill): Loop estruturado de diagnóstico → hipótese → fix → validação para qualquer stack. — https://superagentskill.com/marketplace/smart-debugger · markdown: https://superagentskill.com/api/skills/smart-debugger/export.md - Social Launch Week (playbook): 7-day rollout across LinkedIn, X, Instagram, YouTube with role-specific content. — https://superagentskill.com/marketplace/pl-social-launch-week - Social Media Calendar Planner (skill): Builds cross-channel content calendars with reusable narrative themes. — https://superagentskill.com/marketplace/social-media-calendar · markdown: https://superagentskill.com/api/skills/social-media-calendar/export.md - Soros Reflexivity (soul): Soros Reflexivity — channel George Soros's operating philosophy. Reframes any host agent toward reflexive markets, fallibilism. — https://superagentskill.com/marketplace/soros-reflexivity - Spec Writer (skill): Use when the user asks to write a technical spec, PRD, or design doc. Turns rough ideas into clear, reviewable specifications with goals, non-goals, constraints, and acceptance criteria. — https://superagentskill.com/marketplace/spec-writer · markdown: https://superagentskill.com/api/skills/spec-writer/export.md - Startup Fundraising Strategist (skill): Builds round structuring, valuation defense and investor-ready data rooms. — https://superagentskill.com/marketplace/cfo-fundraising-strategist · markdown: https://superagentskill.com/api/skills/cfo-fundraising-strategist/export.md - Steve Jobs (soul): Co-founder of Apple. Obsession with simplicity, design, and product taste. — https://superagentskill.com/marketplace/soul-steve-jobs - Stripe Payments Expert (skill): Implements Stripe checkout, subscriptions, webhooks, and tax with production-ready code patterns. — https://superagentskill.com/marketplace/stripe-payments-expert · markdown: https://superagentskill.com/api/skills/stripe-payments-expert/export.md - Sun Tzu Strategic Indirection (soul): Sun Tzu Strategic Indirection — channel Sun Tzu's operating philosophy. Reframes any host agent toward strategic asymmetry, deception. — https://superagentskill.com/marketplace/suntzu-strategic-indirection - Supply Chain Strategist (skill): Plans S&OP, sourcing, supplier management, lead-time optimization, and resilience strategies. — https://superagentskill.com/marketplace/lg-supply-chain · markdown: https://superagentskill.com/api/skills/lg-supply-chain/export.md - Tailored Demo Playbook (playbook): Customize demo to discovered pain, drive to next-step commitment, avoid feature-dump. — https://superagentskill.com/marketplace/pl-sales-demo - Tailwind CSS Expert (skill): Idiomatic Tailwind v4 with semantic tokens, container queries, and design-system discipline. — https://superagentskill.com/marketplace/sd-tailwind-expert · markdown: https://superagentskill.com/api/skills/sd-tailwind-expert/export.md - Taleb Antifragility (soul): Taleb Antifragility — channel Nassim Taleb's operating philosophy. Reframes any host agent toward fat tails, optionality. — https://superagentskill.com/marketplace/taleb-antifragility - Task Planner Pro (skill): Quebra objetivos complexos em tarefas atômicas, ordenadas e verificáveis. — https://superagentskill.com/marketplace/task-planner-pro · markdown: https://superagentskill.com/api/skills/task-planner-pro/export.md - TDD Companion (skill): Red-Green-Refactor disciplinado: escreve o teste primeiro, depois o código mínimo. — https://superagentskill.com/marketplace/tdd-companion · markdown: https://superagentskill.com/api/skills/tdd-companion/export.md - TDD Workflow (skill): Drives strict red-green-refactor cycles with 80% minimum unit + integration coverage. — https://superagentskill.com/marketplace/tdd-workflow · markdown: https://superagentskill.com/api/skills/tdd-workflow/export.md - Tech Debt Prioritizer (skill): Quantifies and prioritizes tech debt by business impact and effort. — https://superagentskill.com/marketplace/cto-techdebt-prioritizer · markdown: https://superagentskill.com/api/skills/cto-techdebt-prioritizer/export.md - Technical SEO Auditor (skill): Audits crawl, index, performance, structured data and Core Web Vitals. — https://superagentskill.com/marketplace/seo-technical-auditor · markdown: https://superagentskill.com/api/skills/seo-technical-auditor/export.md - Technical SEO Expert (skill): Audit and improve crawlability, indexation, Core Web Vitals, and structured data. — https://superagentskill.com/marketplace/gx-seo-technical-expert · markdown: https://superagentskill.com/api/skills/gx-seo-technical-expert/export.md - Tesla Visionary Engineer (soul): Tesla Visionary Engineer — channel Nikola Tesla's operating philosophy. Reframes any host agent toward audacious invention. — https://superagentskill.com/marketplace/tesla-visionary-engineer - Thiel Contrarian Monopoly (soul): Thiel Contrarian Monopoly — channel Peter Thiel's operating philosophy. Reframes any host agent toward monopoly theory, contrarian truth. — https://superagentskill.com/marketplace/thiel-contrarian-monopoly - Three.js (skill): Build performant Three.js scenes: scene/camera/renderer setup, materials, lights, and post-processing. — https://superagentskill.com/marketplace/od-threejs · markdown: https://superagentskill.com/api/skills/od-threejs/export.md - TikTok Ads Expert (skill): TikTok Ads Manager: creatives, hooks, Spark Ads, audiences and optimization. — https://superagentskill.com/marketplace/sg-tiktok-ads · markdown: https://superagentskill.com/api/skills/sg-tiktok-ads/export.md - Torvalds Taste in Code (soul): Torvalds Taste in Code — channel Linus Torvalds's operating philosophy. Reframes any host agent toward kernel craft, pragmatic taste. — https://superagentskill.com/marketplace/torvalds-taste-in-code - Turing Reduction (soul): Turing Reduction — channel Alan Turing's operating philosophy. Reframes any host agent toward formal reduction, computability. — https://superagentskill.com/marketplace/turing-reduction - TypeScript Coding Standards (skill): Enforces consistent TS, React and Node patterns across the codebase. — https://superagentskill.com/marketplace/typescript-coding-standards · markdown: https://superagentskill.com/api/skills/typescript-coding-standards/export.md - Typography Expert (skill): Type scales, pairings, optical sizing, and variable-font setups for the web. — https://superagentskill.com/marketplace/sd-typography · markdown: https://superagentskill.com/api/skills/sd-typography/export.md - UI Engineer (skill): Use when the user asks to build, refactor, or review a frontend UI component. Produces accessible, responsive, semantic React + Tailwind components following design-system tokens. — https://superagentskill.com/marketplace/ui-engineer · markdown: https://superagentskill.com/api/skills/ui-engineer/export.md - UI Systems Designer (skill): Builds scalable UI systems with tokens, components, motion and accessibility. — https://superagentskill.com/marketplace/designer-ui-systems · markdown: https://superagentskill.com/api/skills/designer-ui-systems/export.md - UI/UX Pro Max (skill): Design end-to-end UI/UX flows with strong information architecture, hierarchy, and interaction states. — https://superagentskill.com/marketplace/od-ui-ux-pro-max · markdown: https://superagentskill.com/api/skills/od-ui-ux-pro-max/export.md - Unit Economics Auditor (skill): Audits CAC, LTV, payback, contribution margin and cohort retention for honesty. — https://superagentskill.com/marketplace/cfo-unit-economics · markdown: https://superagentskill.com/api/skills/cfo-unit-economics/export.md - Vercel Deployment Expert (skill): Diagnoses and configures Vercel deployments: build settings, edge functions, ISR, env vars, and domains. — https://superagentskill.com/marketplace/vercel-deploy-expert · markdown: https://superagentskill.com/api/skills/vercel-deploy-expert/export.md - Verification Loop (skill): Multi-phase build, type, lint, test and security check that gates every code change. — https://superagentskill.com/marketplace/verification-loop · markdown: https://superagentskill.com/api/skills/verification-loop/export.md - Viral Short Video Scriptwriter (skill): Writes hook-first scripts for TikTok/Reels/Shorts with timed beats, b-roll cues, and CTA variants. — https://superagentskill.com/marketplace/viral-short-video-writer · markdown: https://superagentskill.com/api/skills/viral-short-video-writer/export.md - Warehouse & Fulfillment Ops (skill): Designs WMS workflows, slotting, picking strategies, KPIs, and 3PL relationships. — https://superagentskill.com/marketplace/lg-warehouse-ops · markdown: https://superagentskill.com/api/skills/lg-warehouse-ops/export.md - Warren Buffett (soul): Oracle of Omaha. Long-term value investing, circle of competence, plain talk. — https://superagentskill.com/marketplace/soul-warren-buffett - Web Design Guidelines (skill): Apply timeless web design guidelines: scale, contrast, spacing, alignment, and rhythm. — https://superagentskill.com/marketplace/od-web-design-guidelines · markdown: https://superagentskill.com/api/skills/od-web-design-guidelines/export.md - WMS & Stock Accuracy Expert (skill): Implements cycle counts, barcode/RFID, lot/serial control, and WMS integrations (NetSuite, SAP, Bling). — https://superagentskill.com/marketplace/im-wms-expert · markdown: https://superagentskill.com/api/skills/im-wms-expert/export.md - Woz Joyful Engineering (soul): Woz Joyful Engineering — channel Steve Wozniak's operating philosophy. Reframes any host agent toward elegant hacks, generous sharing. — https://superagentskill.com/marketplace/woz-joyful-engineering - X (Twitter) Growth Playbook (playbook): Posting cadence, thread engineering, reply farming, list building for a technical/founder audience. — https://superagentskill.com/marketplace/pl-x-growth - X Ads Performance (playbook): Pre-roll + Promoted Posts + Takeover. Audience, creative and bid management for performance, not awareness. — https://superagentskill.com/marketplace/pl-x-ads - X Ads Performance Strategist (skill): Runs X ads for SaaS/dev tools that work in a developer-skeptic ecosystem. — https://superagentskill.com/marketplace/x-ads-performance · markdown: https://superagentskill.com/api/skills/x-ads-performance/export.md - X Thread Writer (skill): Writes X threads that earn reach through insight density and curiosity loops. — https://superagentskill.com/marketplace/x-thread-writer · markdown: https://superagentskill.com/api/skills/x-thread-writer/export.md - XLSX Spreadsheet Skill (skill): Builds Excel workbooks with openpyxl: formulas, conditional formatting, charts, multiple sheets. — https://superagentskill.com/marketplace/doc-skill-xlsx · markdown: https://superagentskill.com/api/skills/doc-skill-xlsx/export.md - Yann LeCun (soul): Meta Chief AI Scientist. Self-supervised learning, world models, LLM skeptic. — https://superagentskill.com/marketplace/soul-yann-lecun - YouTube Ads Expert (skill): Performance Max-style YouTube campaigns, creative briefs and remarketing. — https://superagentskill.com/marketplace/sg-youtube-ads · markdown: https://superagentskill.com/api/skills/sg-youtube-ads/export.md - YouTube Funnel (Organic+Ads) (playbook): TOFU long-form, MOFU shorts, BOFU retargeted in-stream ads. Hook engineering and CTR/AVD targets. — https://superagentskill.com/marketplace/pl-youtube-funnel - Zendesk & Helpdesk Expert (skill): Configures Zendesk/Intercom/Freshdesk: triggers, automations, macros, SLAs, knowledge base, and routing. — https://superagentskill.com/marketplace/cs-zendesk-expert · markdown: https://superagentskill.com/api/skills/cs-zendesk-expert/export.md - Zero-Downtime Deployments (skill): Standardises CI/CD pipelines with blue-green, canary and instant rollback. — https://superagentskill.com/marketplace/zero-downtime-deploys · markdown: https://superagentskill.com/api/skills/zero-downtime-deploys/export.md - Zuck Move Fast (soul): Zuck Move Fast — channel Mark Zuckerberg's operating philosophy. Reframes any host agent toward iteration speed, product reach. — https://superagentskill.com/marketplace/zuck-move-fast