ahel is live on Product Hunt today. Upvote

Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Web & browsing

2,224 results · page 72 of 75

  • input-validationSkillWeb & browsing

    Validate and sanitize all API inputs. Zod schemas, error responses, security considerations.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • integrate-searchSkillWeb & browsing

    Update onsite search behavior in website-docs when the task changes the search page, search box flows, Algolia client wiring, result categorization, external search fallbacks, or search-related routing. Edit the relevant Gatsby page creator, search template or components, and shared search utilities

    Ready to connect

    github.com/pingcap/website-docs23 stars

    View details
  • iterating-to-completionSkillWeb & browsing

    Prevents premature exit and infinite loops. Three mechanisms: Completion Promises, Scratchpads, Loop Detection.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • jonggrangSkillWeb & browsing

    Deterministic AI development workflow orchestrator. Manages task boards (.jonggrang/jonggrang-tasks.json), runs 16-phase pipelines (BUGFIX/SMALL/MEDIUM/LARGE), installs lifecycle hooks for Claude Code and OpenCode, and coordinates five specialist roles (Lead/Developer/Reviewer/TestLead/Tester). Use

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • kubernetes-deploymentSkillWeb & browsing

    Deep knowledge about deploying applications to Kubernetes clusters using kubectl, helm, and manifests.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • localize-routesSkillWeb & browsing

    Update language-aware routing and translation wiring in website-docs when the task changes locale behavior, top-level route prefixes, translation keys, page language availability, or Gatsby i18n configuration. Review gatsby-config.js matchPath rules, locale translation files, route generation assump

    Ready to connect

    github.com/pingcap/website-docs23 stars

    View details
  • manage-tocSkillWeb & browsing

    Modify TOC extraction, navigation generation, or TOC-based filtering behavior in website-docs when the task changes how document navigation trees, right-side headings, or TOC membership are computed. Update the Gatsby TOC pipeline under gatsby/, keep runtime filtering logic in src/shared/ aligned, a

    Ready to connect

    github.com/pingcap/website-docs23 stars

    View details
  • map-urlsSkillWeb & browsing

    Modify URL mapping rules in the website-docs Gatsby site by editing gatsby/url-resolver/config.ts and gatsby/link-resolver/config.ts, updating Jest tests, updating gatsby/URL_MAPPING_ARCHITECTURE.md, and reviewing gatsby-plugin-react-i18next matchPath when URL prefixes or languages change.

    Ready to connect

    github.com/pingcap/website-docs23 stars

    View details
  • migrationSkillWeb & browsing

    Generate database migration, model update, and seed data

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • netlify-deploymentSkillWeb & browsing

    Deep knowledge about deploying applications to Netlify (static sites, edge functions, serverless functions).

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • optimizing-react-performanceSkillWeb & browsing

    React performance optimization. Identify unnecessary renders, apply memo/useCallback/useMemo correctly.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • orchestrating-featureSkillWeb & browsing

    16-phase feature orchestration workflow. Runs in the main thread as Kernel Mode. Coordinates the Lead→Developer→Reviewer→TestLead→Tester assembly line.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • persisting-agent-outputsSkillWeb & browsing

    Protocol for agents to write structured outputs that survive session resets and are findable by the orchestrator.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • persisting-progress-across-sessionsSkillWeb & browsing

    Resume an interrupted orchestration run across Claude Code sessions using MANIFEST.yaml

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • prdSkillWeb & browsing

    Generate a Product Requirements Document (PRD) as JSON for Ralph. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.

    Ready to connect

    github.com/pingcap/website-docs23 stars

    View details
  • qa-testingSkillWeb & browsing

    QA Engineer skill for unit, integration, and E2E testing. Use when you need to write tests, validate regressions, review coverage, set up a QA strategy, or verify quality before a release. Triggers on: "teste", "test", "QA", "Playwright", "Vitest", "Jest", "E2E", "coverage", "mock"

    Ready to connect

    github.com/felvieira/claude-skills-fv23 stars

    View details
  • railway-deploymentSkillWeb & browsing

    Deep knowledge about deploying applications to Railway (PaaS, Docker, Nixpacks).

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • rate-limitingSkillWeb & browsing

    Implement rate limiting on APIs. Per-IP, per-user, sliding window patterns. Express and framework-agnostic.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • release-notesSkillWeb & browsing

    Maintainer-only. Translate a version's GAIA CHANGELOG entries into plain-language public release notes for the marketing site (gaiareact.com). Writes a release-data `.ts` file under `../website/src/pages/changelog/releases/` plus an editorial-decisions report for human review. Use whenever the maint

    Ready to connect

    github.com/gaia-react/gaia23 stars

    View details
  • reviewing-architectureSkillWeb & browsing

    Eng manager-mode plan review. Lock in the execution plan, data flow, diagrams, edge cases.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • reviewing-frontend-aestheticsSkillWeb & browsing

    Used by the Reviewer agent during Phase 9 (DesignVerify) and Phase 11 (Quality) to evaluate frontend code. Assesses visual hierarchy, spacing consistency, accessibility, and detects formulaic 'AI slop' design patterns, providing actionable feedback to the Developer.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • reviewing-product-strategySkillWeb & browsing

    CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • run-smoke-testsSkillWeb & browsing

    Run Playwright smoke tests, debug failures, and verify fixes

    Ready to connect

    github.com/barbieri/local-openfinance22 stars

    View details
  • safe-migrationsSkillWeb & browsing

    Run database migrations safely in production. Zero-downtime strategies, rollback procedures, backward compatibility.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • scaffold-apiSkillWeb & browsing

    Generate API endpoint with route, controller, validation, and tests

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • scaffold-deploySkillWeb & browsing

    Generate deployment configuration files (Dockerfile, vercel.json, wrangler.toml, etc.) based on target type.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • scaffold-librarySkillWeb & browsing

    Setup library project structure with src, build config, exports, and tests

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • shaping-requirementsSkillWeb & browsing

    Iteratively define problem and solution shapes.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • ssh-vps-deploymentSkillWeb & browsing

    Deep knowledge about deploying applications to Baremetal servers or Virtual Private Servers (VPS) using SSH, SCP, Rsync, and PM2/Systemd.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details
  • unit-testing-patternsSkillWeb & browsing

    Unit testing patterns for backend and frontend. AAA structure, effective mocking, test isolation.

    Ready to connect

    github.com/porcupine-md/anoa-browser22 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

53,586 of the 54,018 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI