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: Dev tools

17,235 results · page 74 of 575

  • configSkillDev tools

    Teaches your agent how to write a kubb.config.ts and choose plugins that turn an OpenAPI spec into TypeScript code.

    Ready to connect★ 2k

    github.com/kubb-labs/kubb2k stars

    View details
  • outputSkillDev tools

    Lets your agent use generated API types, clients, hooks, schemas and mocks when writing app or test code.

    Ready to connect★ 2k

    github.com/kubb-labs/kubb2k stars

    View details
  • isr-replication-drillSkillDev tools

    Lets your agent run a chaos drill that kills and restarts RobustMQ replica nodes to test data replication and failover.

    Ready to connect★ 2k

    github.com/robustmq/robustmq2k stars

    View details
  • new-brokerSkillDev tools

    Guides your agent step-by-step through adding a new protocol Broker to the RobustMQ codebase.

    Ready to connect★ 2k

    github.com/robustmq/robustmq2k stars

    View details
  • raft-cluster-drillSkillDev tools

    Lets your agent run a guided failover drill on a 3-node Raft cluster to test startup, node removal, leader election and recovery.

    Ready to connect★ 2k

    github.com/robustmq/robustmq2k stars

    View details
  • stitch-sdk-bug-bashSkillDev tools

    Lets your agent hunt for bugs in the Stitch SDK by running test calls against the real API.

    Ready to connect★ 2k

    github.com/google-labs-code/stitch-sdk2k stars

    View details
  • stitch-sdk-pipelineSkillDev tools

    Lets your agent run the full Stitch SDK generation pipeline to rebuild an SDK end-to-end when tools change.

    Ready to connect★ 2k

    github.com/google-labs-code/stitch-sdk2k stars

    View details
  • stitch-sdk-readmeSkillDev tools

    Lets your agent generate or update the Stitch SDK README using the current API from the codebase.

    Ready to connect★ 2k

    github.com/google-labs-code/stitch-sdk2k stars

    View details
  • tdd-red-green-refactorSkillDev tools

    Guides your agent to build TypeScript code by writing failing tests first, then making them pass and cleaning up.

    Ready to connect★ 2k

    github.com/google-labs-code/stitch-sdk2k stars

    View details
  • adversarial-reviewSkillDev tools

    Lets your agent run an adversarial code review that returns PASS or FAIL with cited evidence.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • atlas-graph-querySkillDev tools

    Lets your agent look up nodes, edges, clusters, and stats in the Atlas knowledge graph to add context to scanned systems.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • behavior-contractSkillDev tools

    Lets your agent turn bug preconditions and postconditions into testable behavior contracts.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • brainstormingSkillDev tools

    Guides your agent to explore requirements and design before writing any code.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • checkpoint-managementSkillDev tools

    Lets your agent save and restore checkpoints of project state using tagged git commits.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • code-generationSkillDev tools

    Guides your agent to write minimal code that matches your project's existing patterns using write and edit tools.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • code-review-gateSkillDev tools

    Lets your agent review code for DRY, YAGNI, abstraction, and test coverage principles.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • cog-braindump-captureSkillDev tools

    Lets your agent save raw thoughts and automatically sort them into the right category or vault.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • cog-daily-intelligenceSkillDev tools

    Lets your agent generate personalized news briefs with verified, recent sources.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • cog-onboardingSkillDev tools

    Lets your agent set up a personalized COG Second Brain workspace by picking a role pack and initializing the vault.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • cog-url-extractionSkillDev tools

    Lets your agent save URLs with auto-extracted insights, credibility scores, and file them into your vault.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • cog-weekly-reflectionSkillDev tools

    Lets your agent analyze patterns across your personal, professional, and project work to produce weekly reflections.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • fix-failing-pipelinesSkillDev tools

    Lets your agent find and fix failing GitHub Actions workflows on a repo's staging branch.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • formula-authoringSkillDev tools

    Lets your agent write TOML workflow templates that run as automated workflows in Gas Town.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • gsd-toolsSkillDev tools

    Gives your agent helper utilities like config parsing, slug and timestamp generation, path handling, and routing to other skills.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • hotfix-triageSkillDev tools

    Lets your agent triage urgent production issues by classifying them, finding likely root causes, and routing hotfixes.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • multi-service-orchestrationSkillDev tools

    Lets your agent run and manage multiple backend and frontend processes, builds, and integration tests together.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • orchestrated-executionSkillDev tools

    Runs coding tasks through a four-phase workflow of implementing, validating, reviewing, and committing with quality checks.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • plan-review-gateSkillDev tools

    Has three independent AI reviewers critique your agent's plan for feasibility, completeness, and scope before it's shown to you.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • planning-patternsSkillDev tools

    Lets your agent turn ideas into phased project plans with research, brainstorming, and risk checks.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k stars

    View details
  • process-builderSkillDev tools

    Lets your agent create new babysitter process definition files with proper structure and best practices.

    Ready to connect★ 2k

    github.com/a5c-ai/babysitter2k 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.

54,764 of the 55,196 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