Ship agent workflows in 30 seconds. Browse 1,500+ expert-built and security scanned skills. Browse skills

    Browse The Skill Store

    121 skills found

    blender5 code

    by Arsène Galliez

    $30

    Generate Python bpy scripts, add-ons, and Geometry Nodes code fully compatible with Blender 5.0's breaking API changes.

    2
    3dadd-onblender+7

    lsp guided coding

    by Roy Yuen

    $5

    Supercharge your agent with semantic code intelligence for safer refactors, precise navigation, and zero-error edits.

    2
    debuggingdeveloper-toolslsp+3

    Windows Desktop Automation Architect for AI Coding Agents

    by Shandra

    $9.99

    Designs robust Windows desktop automation workflows using pywinauto, UI Automation, hotkeys, image matching, OCR, retries, logging, screenshots, and safety controls.

    2
    ai-codingdesktop-automationdeveloper-tools+8

    PM2 Service Daemonizer — Node.js & Python Persistent Service Patterns

    by Shogun Labs

    $10

    Keep Node.js and Python services running forever with PM2 — startup, health checks, troubleshooting.

    2
    devopsbackendnodejs+7

    🕸️ Codebase Graph

    by JustHandled Labs

    $25

    Map any repo into an interactive D3 dependency graph plus a Markdown onboarding guide: entry points, module relationships, circular dependencies, and dead-code candidates, with refactor suggestions. Parses TypeScript, Python, Java, Go, and Rust imports, exports, and calls. Self-contained HTML, no source changes.

    2
    architecturevisualizationonboarding+2

    regex pattern validator

    by Timoranjes

    $5

    Expert regex architect for building, auditing, and optimizing high-performance, ReDoS-safe patterns.

    2
    regexsecurityvalidation+3

    🧪 Test Quality Auditor

    by JustHandled Labs

    $15

    Find the unit tests that pass without testing anything. Flags tests with no assertions, trivial existence-only checks (toBeDefined, assertIsNotNone), tests that assert the exact value they just mocked, snapshot-only tests, tautological assertions (expect(true).toBe(true)), empty placeholders, and over-mocked tests with more setup than assertions. Works on Jest/Vitest and pytest/unittest.

    1
    testingcode-qualitypython+3

    nex open brain rag

    by Nex AI

    $9

    Deploy a self-hosted, private RAG system with pgvector, Ollama, and a Telegram interface for your personal notes.

    1
    ragpgvectorraspberry-pi+3

    🗺️ Change Impact Mapper

    by JustHandled Labs

    $13

    Map the blast radius of a code change before you run the whole suite. For the files and functions you changed, it lists what imports or calls them, which tests cover them, flags any change with no covering test, and warns when a file has a lot of dependents. It tells an agent what its edit might break instead of making it guess. Resolves Python and JavaScript/TypeScript.

    1
    devopscode-analysistypescript+3

    code review buddy

    by Roy Yuen

    $5

    Structured, severity-aware code reviews focusing on security, bugs, and performance across all major languages.

    2
    code-reviewsecuritypython+3

    Transactional Email Engine: Ship Reliable Email in a Day

    by PubsProToolkit

    $59

    Scaffold a complete, production-ready transactional email system — verification, password reset, receipts, and notifications — with deliverability hardening, retries, idempotency, and a suppression list.

    1
    emailbackenddevops+3

    🧭 Doc Drift Detector

    by JustHandled Labs

    $13

    Catch documentation that drifted from your code. Flags functions and methods named in your docs that are gone from the source, CLI flags documented but missing from the arg parser, env vars the docs mention but the code never reads, example imports of modules that no longer exist, and npm scripts or Make targets your docs reference but the project does not define. Cross-references your README and docs against Python and JS/TS source.

    1
    documentationstatic-analysismarkdown+3

    🛡️ Ad Copy Policy Linter

    by JustHandled Labs

    $6/mo

    Check ad copy for the editorial issues that get Google and Meta ads disapproved, before you submit. Flags all-caps words, gimmicky punctuation (!!, ??), prohibited and hype words, Meta's banned personal-attribute framing ("Are you over 40?"), absolute or unsubstantiated claims, ad-field length overflow, and trademark-term risk. The word lists and field limits are editable, so you can tune it to your accounts.

    2
    marketing-techadvertisingcompliance+3

    Open Source README Generator

    by Arnstein Larsen

    $7.99

    A repo visitor decides in about ten seconds whether your project solves their problem — and most READMEs spend those ten seconds on installation instructions instead of answering 'what does this actually do'

    1
    open-sourcedocumentationgithub+3

    💳 Stripe Webhook & Checkout Doctor

    by JustHandled Labs

    $25

    Diagnose why Stripe Checkout, the Billing Portal, or your webhooks aren't working: missing signature verification, raw-body mistakes, no idempotency, test/live key mix-ups, broken success and cancel URLs, and subscription lifecycle gaps. Works across Next.js, Express, FastAPI, and serverless, with severity, evidence, and copy-paste fixes for each finding.

    1
    stripepaymentswebhooks+3

    OllamaWatch — Catch Ollama Crashes Before Your Users Do (Telegram Alerts)

    by Samoxis

    $7

    Your headless Ollama box crashes at 3am and you find out hours later. OllamaWatch pings your Telegram the instant a model dies, the GPU runs out of memory, or the API hangs — with a fix hint in every alert. One Python file, no SaaS, no dashboards.

    2
    ollamalocal-llmmonitoring+5

    nex multi llm fallback router

    by Nex AI

    $7

    Maintain 100% uptime with an automated LLM fallback chain that routes from high-tier APIs to local models.

    1
    llm-opsreliabilitypython+3

    ⚔️ Guardrail Fallback Linter

    by JustHandled Labs

    $12

    Find the LLM integration code that breaks when a model blocks a response or falls back to a different model. Flags calls with no try/except or refusal branch, responses used or parsed with no guard for a blocked or empty answer, and hardcoded model ids with no fallback handling. Built for the Fable 5 era, where a high-risk call is blocked and silently falls back to Opus 4.8.

    1
    llm-opsstatic-analysisreliability+3

    🛡️ MCP Server Starter & Safety Kit

    by JustHandled Labs

    $29

    Scaffold and audit secure MCP servers with input schemas, confirmation gates, and safety-first tool definitions.

    1
    mcp-protocolsecuritytypescript+3

    nex claude api integration

    by Nex AI

    $7

    Production-ready Claude API integration with dual-model routing, token tracking, and resilient retry logic.

    1
    pythonanthropic-claudeapi-integration+3

    nex vr shared screen

    by Nex AI

    $7

    Synced shared screen for a Three.js multiplayer room: a SharedScreen client (YouTube on a canvas texture, clock-based playback tracking, 3D positional audio), a screenHandlers Colyseus pattern (setUrl, play, pause, seek, volume, stop, controlled-by tracking), an optional yt-dlp plus ffmpeg proxy, and an optional Puppeteer BrowserManager. Field-verified from nex-vr-room.

    1
    whatsapp-apipythonmeta-cloud-api+3

    📦 Package Supply Chain Sentinel

    by JustHandled Labs

    $19

    Vet dependency changes for supply-chain risk before you install, commit, or release. Scans package and lockfile diffs for install-time lifecycle scripts, non-registry sources, suspicious download commands, typosquatting, and floating versions, across npm, pnpm, yarn, pip, uv, and poetry. Flags what to review with evidence. No install required.

    1
    securitysupply-chainnpm+3

    🔁 Model Migration Checker

    by JustHandled Labs

    $6/mo

    Find the model-version coupling that breaks when you swap LLMs. Flags hardcoded model names and versions, deprecated or renamed parameters (the max_tokens to max_completion_tokens class of change), hardcoded token and context-window limits, response-format parsing tied to one model's output, tool-schema format coupling between providers, and hardcoded per-token cost constants. The patterns load from an editable model-rules table you update as new models ship.

    2
    llm-migrationdevopspython+2

    nex demo email outbox

    by Nex AI

    $5

    Production-ready Resend integration with tracked outbox, open/click analytics, and per-archetype stats.

    1
    emailresendtransactional-email+3