All authors
Mixard avatar

Claude Skills by Mixard

github.com/Mixard
94 skillsA× 92B× 20 installs0 views
Freshness SweepA

Monthly staleness check for version-fragile skills - verify pinned versions and APIs against current releases via web search, file outdated-info issues. Use when asked to check pack freshness or when a scheduled sweep fires.

ai-agentsswiftkotlin
0
2
ReleaseA

Release procedure for fable-pack - validate, bump plugin versions, changelog, push, refresh local plugin cache. Use whenever committing content changes to plugins/ in this repo.

ai-agentspythongit
0
2
Agent Payment X402A

Use when adding x402 payment execution to AI agents - paying 402-gated APIs, enforcing per-task spending budgets, or charging agents for an API. Covers the agentwallet-sdk MCP server (Base), OKX Agent Payments Protocol (X Layer, eip155:196), seller SDK doc locations per language, and fail-closed budget enforcement.

ai-agentstypescriptpython
0
2
Claude DevfleetA

Use when orchestrating parallel Claude Code agents via the Claude DevFleet MCP server - planning projects into mission DAGs, dispatching agents in isolated git worktrees, monitoring progress, and reading structured reports. Covers exact tool signatures, the auto_dispatch draft-status gotcha, and concurrency limits.

ai-agentsgobash
0
2
Codehealth McpA

Use when gating refactors, commits, or PRs on structural code health via the CodeScene MCP server (@codescene/codehealth-mcp). Covers the MCP config, the four standalone-mode tools, platform-only tools to avoid, and how to interpret 1-10 Code Health scores.

ai-agentsrefactoring
0
2
Free Tier Scraper ApisA

Use when building zero-cost scraping or data-enrichment pipelines on free API tiers. Covers Gemini free-tier model IDs and rate limits, the generativelanguage REST endpoint and payload, Notion API property JSON shapes, model fallback, and scraping-method choice.

ai-agentspythongo
0
2
Jira IntegrationB

Use when reading, searching, commenting on, or transitioning Jira issues via MCP or the REST API v3. Covers mcp-atlassian config, tool names, curl examples, the ADF comment schema, JQL patterns, and error troubleshooting.

ai-agentspythonbash
0
2
Laravel Plugin DiscoveryA

Use when finding or evaluating Laravel packages (maintenance health, Laravel/PHP version compatibility, vendor reputation) via the free LaraPlugins.io MCP server. Covers the MCP endpoint config and the exact SearchPluginTool / GetPluginDetailsTool parameter schemas and filter values.

ai-agentsphpapi
0
2
Mailtrap Email IntegrationA

Use when implementing transactional email sending via the Mailtrap Email API or debugging non-delivery in dev/staging. Covers the exact production and sandbox send endpoints, Bearer auth, request payload shape, and the sandbox-vs-production routing pattern.

ai-agentstypescriptnode
0
2
Mcp Server ConfigsA

Use when configuring MCP servers in .claude.json or .mcp.json. Covers exact launch commands, package names, pinned versions, and hosted HTTP endpoints for common MCP servers (Jira, GitHub, Supabase, Playwright, fal.ai, Cloudflare, Vercel, and others).

ai-agentspythongit
0
2
N8n Selfhosted OpsA

Use when operating a self-hosted n8n instance (npm/systemd, no Docker) - importing workflows via CLI without an API key, exposing env vars to workflow expressions, credential export/import that keeps node links, and the Telegram human-in-the-loop pattern that avoids the broken sendAndWait node. Verified on n8n 2.8.

ai-agentsgosql
0
2
Nutrient ApiA

Use when converting, OCRing, extracting, redacting, watermarking, signing, or form-filling documents with the Nutrient DWS API. Covers the /build endpoint, instructions JSON schemas, redaction presets, OCR language codes, and the MCP server config.

ai-agentsbashgit
0
2
X ApiA

Use when interacting with the X (Twitter) API programmatically - posting tweets, threads, media, reading timelines, or searching. Covers v2 endpoints, the v1.1 media upload endpoint, OAuth 1.0a vs Bearer token rules, reply/thread payload shapes, rate-limit headers, and error handling.

ai-agentspythonbash
0
2
Bun RuntimeA

Use when running, testing, or deploying projects with Bun, or migrating from Node. Covers the bun.lock vs bun.lockb version change, Bun.serve/Bun.file/bun:test APIs, key CLI flags, Node compatibility, and Vercel setup.

ai-agentsjavascripttypescript
0
2
ClickhouseA

Use when designing ClickHouse schemas or queries. Covers MergeTree engine selection, State/Merge aggregate combinators, materialized view patterns, system.query_log and system.parts introspection, and data type / insert gotchas.

ai-agentsgosql
0
2
Database MigrationsA

Use when writing or reviewing schema migrations. Covers zero-downtime Postgres patterns (concurrent indexes, instant defaults, expand-contract) and tool-specific CLI workflows and gotchas for Prisma, Drizzle, Kysely, Django, TypeORM, and golang-migrate.

ai-agentstypescriptpython
0
2
Evm GotchasA

Use when reading ERC-20 balances, pricing tokens, or hashing Ethereum data in JS/TS/Python/Solidity. Covers per-chain token decimal drift with runtime decimals() lookup and WAD normalization, and the Node sha3-256 vs Keccak-256 mismatch with correct ethers/viem/web3 APIs.

ai-agentsjavascripttypescript
0
2
Manim ExplainersA

Use when building short animated technical explainers (graphs, architectures, system diagrams) with Manim. Covers render commands and quality flags, output paths, and a reusable network-graph scene starter.

ai-agentsbashnode
0
2
Nuitka Windows PackagingA

Use when packaging Python GUI apps into small, fast Windows installers with Nuitka standalone mode plus Inno Setup. Covers verified Nuitka flag recipes (anti-bloat, module exclusion, console-mode), 32-bit vs 64-bit size tradeoffs, dist slimming rules, DLL size analysis, Inno Setup LZMA2 template, and deprecated-flag gotchas.

ai-agentspythonrust
0
2
Nuxt4 PatternsA

Use when building or debugging Nuxt 4 apps with SSR, hybrid rendering, or data fetching. Covers routeRules (swr/isr/prerender), useFetch/useAsyncData usage, and Lazy-hydration specifics — hydrate-on-visible and other strategy props, defineLazyHydrationComponent, and the single-file-component/new-props-trigger-hydration gotchas.

ai-agentsgoreact
0
2
Postgres TipsA

Use when writing or tuning PostgreSQL. Covers the RLS initPlan wrap trick, SKIP LOCKED job queues, diagnostic queries for unindexed FKs and bloat, and index type selection.

ai-agentssqlperformance
0
2
Pubmed DatabaseA

Use when searching biomedical literature via PubMed or NCBI E-utilities — MeSH queries, PMID lookup, abstract/citation retrieval, or API-backed literature monitoring. Covers PubMed field tags, publication-type and date filters, MeSH subheading syntax, and the E-utilities REST endpoints with a working Python request pattern.

ai-agentspythongo
0
2
React PerformanceA

Use when writing, reviewing, or refactoring React 18/19 and Next.js code for performance. Covers waterfall elimination, bundle-size APIs, server-side gotchas, and version-specific/counterintuitive rendering behavior — Next.js 15 after(), React 19 Activity, useEffectEvent, optimizePackageImports, and the `&&`-renders-0 gotcha.

ai-agentsgoreact
0
2
RemotionA

Use when writing or reviewing Remotion code (video creation in React). Covers compositions, frame-driven animation with interpolate/spring, calculateMetadata, media embedding, captions, transitions, Mediabunny metadata/frame extraction, fonts, charts, 3D, Lottie, and Tailwind.

ai-agentsgoreact
0
2
Requesting Code ReviewA

Use when completing tasks, implementing major features, or before merging to verify work meets requirements. Dispatches a code reviewer subagent with a precisely scoped context.

ai-agentsgobash
0
2
Ab TestingA

Design statistically valid A/B tests and run a growth experimentation program — sample-size tables, hypothesis framework, ICE prioritization, velocity targets, and an experiment playbook template. Use when the user wants to test two versions, asks how long to run a test, mentions statistical significance, or wants a systematic experiment backlog.

ai-agentsgorails
0
2
Ad CreativeA

Generate and iterate ad creative at scale — platform character limits (Google RSA, Meta, LinkedIn, TikTok, X), the grounded-inputs corpus method, angle-based variation, and a performance-iteration loop. Use for RSA headlines, bulk ad copy, ad variations, creative testing, or "write me some ads." For campaign strategy and targeting use the ads skill.

ai-agentsrustgo
0
2
AdsA

Plan and optimize paid campaigns on Google, Meta, LinkedIn, TikTok, and X — the Meta Andromeda-era playbook (broad targeting + creative volume), per-platform creative-vs-targeting ratios, retargeting windows and the 4-component retargeting framework, headline mirroring, and scaling discipline. Use for PPC, ROAS/CPA questions, retargeting, budgets, "should I run ads," or "when should I kill an ad."

ai-agentsgotesting
0
2
Ai SeoA

Optimize content to get cited by AI search engines (Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, Copilot) — Princeton GEO visibility numbers, extractable content patterns, AI crawler robots.txt rules, llms.txt and pricing.md files, and citation-rate data by content type. Use for AEO, GEO, LLMO, AI Overviews, "optimize for ChatGPT," AI citations, or zero-click search questions.

ai-agentsrustgo
0
2
AsoA

Audit and optimize App Store and Google Play listings — platform indexation rules (what Apple vs Google indexes), character/byte limits, a weighted 6-dimension scoring rubric, brand-maturity-tiered evaluation, and conversion benchmarks (video lift, screenshot behavior). Use when the user shares an app store URL, asks why downloads are low, or wants keyword/listing optimization.

ai-agentsgotesting
0
2
Churn PreventionA

Reduce voluntary and involuntary churn — cancel flows with reason-matched save offers, exit surveys, churn risk signals and health scoring, dunning with smart retry timing, and recovery benchmarks. Use for cancel flows, save offers, failed payment recovery, pause subscriptions, win-back, "churn rate is too high," or "customers are leaving."

ai-agentsgoreact
0
2
Cold EmailA

Write B2B cold emails and follow-up sequences that get replies, backed by reply-rate benchmarks, subject-line data, a 4-level personalization system, and follow-up cadence numbers. Use for cold outreach, prospecting emails, SDR sequences, "nobody's replying to my emails," subject lines, and breakup emails. For warm/lifecycle sequences this is the wrong skill.

ai-agentsgoperformance
0
2
CompetitorsA

Create competitor comparison and alternative pages for SEO and sales — four page formats with URL patterns, keyword targets, and section-by-section structures (singular alternative, plural alternatives, you-vs-competitor, competitor-vs-competitor). Use for "[Product] vs [Product]" pages, "[Product] alternative" pages, comparison landing pages, or battle-card-adjacent content.

ai-agentsrustgo
0
2
Copy EditingA

Systematically edit existing marketing copy with the Seven Sweeps framework (clarity, voice, so-what, prove-it, specificity, emotion, zero-risk) and word-level replacement tables. Use when the user wants copy reviewed, tightened, polished, or refreshed — "edit this copy," "too wordy," "make this better" — rather than written from scratch.

ai-agentsrustgo
0
2
Customer ResearchA

Conduct and synthesize customer research — extraction frameworks for transcripts/surveys/tickets, watering-hole source maps by ICP, confidence guardrails, sample-bias checks, evidence-based persona templates. Use for VOC, review mining, Reddit/G2 research, JTBD analysis, persona building, or "find out why customers churn/convert/buy."

ai-agentsrustgo
0
2
Directory SubmissionsA

Plan the directory layer of a product launch — a tiered catalog of startup/SaaS/AI/MCP directories, the Product Hunt 3-week prep timeline and launch-day rules, the G2 10-reviews-in-30-days protocol, destination-page strategy (alternative/use-case/template pages), and 30/90-day KPI targets. Use for "submit to directories," backlink campaigns, Product Hunt launches, or G2/Capterra listings.

ai-agentsrustgo
0
2
OffersA

Design or fix the offer itself — the value equation, six-component offer anatomy (deliverable, bonus stack, guarantee, scarcity, name, payment structure), diagnostic loop, banned-vocabulary rules. Use for "my offer isn't converting," value stacks, guarantee design, scarcity/urgency, productizing a service. Best for services/coaching/high-ticket B2B; for self-serve SaaS see the pricing skill.

ai-agentsrustgo
0
2
PopupsA

Create and optimize popups, modals, slide-ins, and banners that convert without annoying users — trigger thresholds (scroll depth, exit intent, time delays), conversion benchmarks by popup type, sizing and frequency-capping rules, and mobile/SEO compliance. Use for exit intent, email capture popups, announcement banners, sticky bars, or "collect emails with a popup."

ai-agentsrustgo
0
2
PricingA

Design or fix SaaS pricing, packaging, and monetization — value metrics, tier structure, price-increase strategy, Van Westendorp research, and pricing-page patterns. Use when the user asks what to charge, how to structure plans, whether to offer freemium, when to raise prices, or mentions pricing tiers, willingness to pay, or annual vs monthly.

ai-agentsgoaws
0
2
Product MarketingA

Create or update a product marketing context document (.agents/product-marketing.md) capturing positioning, ICP, personas, competitors, objections, customer language, and proof points. Use at the start of a project before other marketing skills, or when the user mentions positioning, ICP, target audience, or wants to stop repeating foundational product info across marketing tasks.

ai-agentsrustgo
0
2
Programmatic SeoA

Build SEO pages at scale from templates and data using the 12 pSEO playbooks (templates, comparisons, locations, integrations, glossary, directories, and more) without thin-content penalties. Use when the user wants "[keyword] + [city]" pages, comparison pages, template galleries, "generate 100 pages," or any data-driven page generation for search.

ai-agentsgo
0
2
ProspectingA

Build qualified, verified prospect lists across four motions — B2B SaaS, general B2B, local SMB, and early-stage demand-signal discovery — with a five-phase workflow, Hot/Warm/Cold scoring rubric, evidence and confidence rules, compliance guardrails, and lead-sheet output schemas. Use for "build a prospect list," "find leads," ICP-fit accounts, outbound lists, or "find my first customers."

ai-agentsgorails
0
2
RevopsA

Design revenue operations systems — lead lifecycle stages with entry/exit criteria, MQL fit+engagement scoring, routing and speed-to-lead rules, pipeline stage hygiene, deal-desk tiers, funnel benchmarks. Use for lead scoring, MQL/SQL definitions, marketing-to-sales handoff, CRM automation, "leads aren't getting to sales," or pipeline management.

ai-agentsgosql
0
2
Seo AuditA

Audit and diagnose SEO issues — crawlability, indexation, Core Web Vitals thresholds, on-page limits, hreflang/international SEO error catalog, and E-E-A-T. Use when the user asks why they're not ranking, traffic dropped, mentions technical SEO, meta tags, indexing issues, or says "help with SEO" — start with an audit.

ai-agentsjavascriptrust
0
2
SmsA

Plan and build compliant SMS/MMS marketing — TCPA/A2P 10DLC/GDPR/CASL rules, phone number type selection (short code vs toll-free vs 10DLC), segment-encoding cost math (GSM-7 vs UCS-2), sequence templates with timing, and DTC benchmark ranges. Use for abandoned cart texts, welcome/win-back flows, promotional sends, Klaviyo/Postscript/Twilio questions, or "SMS vs email."

ai-agentsrustgo
0
2
Fal Ai MediaA

Use when generating images, video, or audio via the fal.ai MCP server. Covers MCP config, the tool set, model app_ids with per-model parameter schemas (Nano Banana, Seedance, Kling, Veo 3, CSM-1B, ThinkSound), and cost-estimate call shapes.

ai-agentsgoapi
0
2
Ffmpeg Media RecipesA

Use when cutting, reframing, or preprocessing video/audio with FFmpeg, or generating voiceover via the ElevenLabs API. Covers segment extraction, concat, loudnorm parameters, scene and silence detection, aspect-ratio crop formulas, and the ElevenLabs TTS endpoint.

ai-agentspythonbash
0
2
VideodbA

Use when writing code against the VideoDB Python SDK (videodb package) for video upload, transcription, moment search, timeline editing, transcoding, reframing, generative media, RTSP/RTMP live streams, or desktop capture. Covers exact method signatures, enums, exception handling gotchas, and the WebSocket event workflow.

ai-agentspythongo
0
2
Apple Foundation ModelsA

Use when integrating Apple's on-device LLM via the FoundationModels framework (iOS 26+). Covers SystemLanguageModel availability cases, LanguageModelSession, @Generable/@Guide guided generation, PartiallyGenerated snapshot streaming, tool calling, and the 4096-token context limit.

ai-agentsgoswift
0
2
Expo Apple Targets ExtensionsA

Use when adding an iOS share extension or custom keyboard extension to an Expo/React Native app via @bacons/apple-targets (expo-apple-targets, by Evan Bacon). Covers expo-target.config.js schema, App Groups data hand-off, EAS Build signing, share-extension activation rules and memory limits, keyboard RequestsOpenAccess constraints, and known prebuild bugs.

ai-agentstypescriptrust
0
2