New: UPI payments are live. Buyers in India can now pay for skills with UPI in INR -> Browse skills

    Browse The Skill Store

    139 skills found

    nex claude api integration

    by Nex AI

    Free

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

    4
    0

    Git Worktree Manager

    by Arnstein Larsen

    $8.99

    Sets up a git worktree workflow — directory layout, per-scenario setup commands, env-file handling, stale-worktree cleanup — for parallel branch work. Use when the user says set up git worktrees, work on two branches at once without stashing, run parallel Claude Code sessions, or clean up stale worktrees. Do not use for general git branching strategy or merge-conflict help that doesn't involve worktrees.

    1
    0

    Dependency & Supply Chain Risk Gate

    by PubsProToolkit

    Free

    Audit your project's dependencies for supply-chain risk before they ship. Detects the ecosystem, runs the right vulnerability scanners against live advisory data, and adds the checks tooling misses — outdated or abandoned packages, typosquatted or suspicious names, risky install scripts, and license conflicts — then returns a prioritized fix list and a PASS / REVIEW / BLOCK verdict. It's npm audit with triage and judgment on top.

    1
    0

    Dependency Upgrade & Framework Migration Planner for AI Coding Agents

    by Shandra

    $55

    Plans safe dependency upgrades and framework migrations for legacy applications with risk analysis, compatibility mapping, test planning, rollback strategy, and phased AI coding prompts.

    2
    0

    Product Launch Kit

    by SkillForge

    $9

    Hand Claude the product and the date; get the whole launch as one coordinated event — runbook, press release, emails, social, and creative.

    1
    0

    UI/UX Pro Designer

    by Boubacar B

    $10

    Your AI generates UI components. This skill makes those components production-ready. Spacing, states, accessibility, responsiveness -- baked into every component Claude writes, without you specifying each one from scratch.

    2
    0

    MCP Server Builder

    by PubsProToolkit

    Free

    Scaffold a secure, spec-compliant MCP server from a description of the tools you want to expose. Sets up the official SDK (TypeScript or Python/FastMCP), defines tools/resources/prompts with strict JSON Schema, wires the right transport (stdio or Streamable HTTP), adds OAuth 2.1 for remote, and hardens against the MCP-specific footguns — prompt injection via tool output, token passthrough, over-broad scopes, command/path/SSRF injection, leaked secrets — before it ships. Returns a runnable skeleton plus a security checklist. Built by someone who's shipped production MCP servers.

    1
    0

    Unit & Integration Test Generator

    by PubsProToolkit

    Free

    Generate a real test suite for any function, module, or file — meaningful edge cases, error paths, boundary conditions, and proper mocks, not happy-path stubs. Detects your project's framework and conventions, plans the cases deliberately before writing, and hands back runnable tests plus a summary of what's covered. Built to write the tests that actually catch bugs.

    1
    1

    agent failure pattern manager

    by Timoranjes

    $0

    Teaches AI coding agents to stop repeating the same mistakes by maintaining a structured LEARNINGS.md file that captures failure patterns, converts them into guardrails, and feeds them back into CLAUD

    1
    0

    Get Cited by AI

    by PubsProToolkit

    Free

    Audit any page, article, or doc for how likely AI answer engines — ChatGPT, Perplexity, Google AI Overviews, Claude — are to surface and cite it. Checks answer-first extractability, question-shaped structure, quotable units, factual specificity, sourcing, schema, and freshness, then returns a PASS/REVISE verdict with the prioritized fixes. This is Answer Engine Optimization, not classic SEO — it optimizes content to be quoted inside AI answers.

    1
    0

    Root Cause Analysis Assistant

    by PubsProToolkit

    Free

    Turn an error, stack trace, and logs into a structured root-cause diagnosis — reconstructed failure, ranked hypotheses with evidence, the most likely cause, and the cheapest next diagnostic or fix. The disciplined pass a senior engineer runs, instead of scattershot guess-and-check.

    1
    0

    AGENTS.md and llms.txt Writer Reviewer

    by PubsProToolkit

    Free

    Write and review the docs AI agents actually read — AGENTS.md for your repo and llms.txt for your site. Drafts them from scratch or audits existing ones for completeness, clarity, and wasted context, with a PASS or REVISE verdict.

    2
    0

    AI Feature Eval Writer

    by PubsProToolkit

    Free

    Design and write the eval suite for your LLM-powered feature — the metrics that match your failure modes, a golden dataset plan with starter cases, anchored rubrics, LLM-as-judge prompts with the known bias mitigations, and pass/fail gates wired for CI.

    1
    1

    Marketing Campaign Builder

    by SkillForge

    $9

    Hand Claude a product and a goal; get a complete, ready-to-run campaign — strategy, the calendar, all the copy, and the creatives.

    1
    0

    Background Agent Task Brief Writer

    by PubsProToolkit

    Free

    Write the delegation brief that lets a background or async agent succeed unattended — precise goal, hard constraints, testable acceptance criteria, a verification plan, and stop-and-escalate rules. Turns "go fix the flaky tests" into a spec an agent can actually execute.

    1
    0

    Dahua / IC Realtime NVR

    by Dan Jones

    $29

    Stop fighting your security recorder's clunky app. Ask your AI for a camera and a time window, get a clean, verified MP4 back.

    1
    0

    Simplicity Filter (Karpathy Method)

    by Boubacar B

    $10

    Claude defaults to complex. This skill does not let that happen. Before your session ships a 400-line solution to a 20-line problem, the simplicity filter stops it and asks: does this actually need to be this complex?

    2
    0

    claude code audit

    by SkillBill

    $7

    Audits your Claude Code project setup and flags what's broken, misconfigured, or risky. With ready-to-paste fixes.

    1
    0

    LLM Cost and Token Economics Modeler

    by PubsProToolkit

    Free

    Model what your LLM app or agent will cost, find where the money goes, and get a plan to cut it. Per-request and monthly projections, ranked cost drivers, an optimization plan with estimated savings, and unit economics against your pricing — with the arithmetic shown.

    1
    0

    Motion Graphic Prompt Pack

    by Arnstein Larsen

    $8.99

    Fills 10 motion-graphic animation templates — progress bar, checklist reveal, before/after, testimonial fade, and logo animation — with paste-ready prompts for any brand in AI motion tools. Use when the user says motion graphic prompt, animate my brand colors, or wants kinetic headline prompts for AI video tools. Do not use when they want frame-by-frame animation code, not paste-ready AI prompts.

    1
    0

    OpenAPI and Request Collection Builder

    by PubsProToolkit

    Free

    Turn your API's route and handler code into a spec-compliant OpenAPI 3.1 document and a ready-to-import request collection — paths, referenced schemas, auth, error responses, examples, and a variable-driven collection with the base URL and token wired up. Derived from your code, not invented.

    5
    0

    agent financial research workflow

    by Timoranjes

    $5

    Teaches AI coding agents (Claude Code, Cursor, Codex CLI) to perform structured financial research using free APIs and systematic methodology. Covers SEC filing analysis, financial metrics extraction,

    2
    2

    Pull Request Description Writer

    by PubsProToolkit

    Free

    Turn a diff into a structured pull request description — what changed and why, guidance on where to review and what's risky, honest testing notes, and migration/rollback notes. Scaled to the size of the change, so review is faster and the merge is safer.

    1
    0

    Resume & Cover Letter Tailor for Claude

    by SkillForge

    $9

    Tailors your resume and writes a matching cover letter for one specific job posting, with an ATS keyword-match report — reframing your real experience, never fabricating.

    1
    0