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.

Filter by category

55,257 results · page 172 of 1,842

  • customizing-agent-nativeSkillWeb & browsing

    Guides your agent to customize, override, or copy Agent-Native UI features into your app's own code.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • data-programsSkillMedia

    Lets your agent save a data-fetching script as a reusable, refreshable data source that apps can render in their own charts and tables.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • delegate-to-agentSkillCommunication

    Guides your agent to route app AI features through the agent chat instead of scattered inline LLM calls.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • delegating-workSkillWeb & browsing

    Helps your agent decide when to hand coding, testing, or browser tasks to cheaper subagents instead of doing them itself.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • design-explorationSkillMedia

    Lets your agent create UI design mockups, show several options side by side, and refine the one you pick.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • extensionsSkillDocs & knowledge

    Lets your agent build small custom widgets and mini-apps that run inside your app.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • external-agentsSkillAI & models

    Lets your agent connect to apps like Claude, Cursor, and ChatGPT and send results back into the app's interface.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • feature-flagsSkillAI & models

    Lets your agent declare, evaluate, and manage feature flags for gradually rolling out app capabilities.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • fix-at-the-boundarySkillFiles & storage

    Guides your agent to search the whole codebase for every copy of a bug before fixing just the reported one.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • generative-uiSkillAI & models

    Lets your agent build small interactive widgets like sliders, pickers, and calculators that appear right in the chat.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • harness-agentsSkillAI & models

    Lets your agent run coding agent tools like Claude Code or Codex inside your app, managing their sessions and permissions.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • integration-webhooksSkillCommunication

    Guides your agent in setting up and debugging webhook handlers for messaging apps like Slack, Telegram, and WhatsApp.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • internationalizationSkillAI & models

    Guides your agent to add and edit localized UI text, labels, and formatting across supported locales in agent-native apps.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • multi-frontier-desktopSkillAI & models

    Lets your agent run a structured two-model workflow where Codex and Claude Code draft, review, and check each other's proposals.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • mvp-followupSkillAI & models

    Guides your agent to suggest the smallest next steps to finish and ship an MVP instead of adding new features.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • native-navigationSkillAI & models

    Guides your agent to build web app navigation with real links that keep browser behaviors like Cmd-click and new tabs working.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • observabilitySkillMonitoring & ops

    Lets your agent set up monitoring dashboards, trace capture, evaluations, A/B tests, and feedback collection.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • portabilitySkillDatabases & data

    Guides your agent to write database code that works across different hosting providers without changes.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • portalSkillProductivity

    Lets your agent move a coding session to another always-on computer so work keeps running when your laptop closes.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • real-time-collabSkillDocs & knowledge

    Lets your agent and other users edit the same document together with changes merged in real time.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • real-time-syncSkillAI & models

    Teaches your agent how to keep the app UI auto-updating when it writes data, using server-sent events with polling fallback.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • recurring-jobsSkillFiles & storage

    Lets your agent create and manage recurring scheduled jobs that run on a cron schedule.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • reliable-mutationsSkillProductivity

    Shows your agent how to perform create, update, and delete tasks so changes reliably finish even in long-running jobs.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • reporting-progressSkillCloud & infra

    Guides your agent to give useful progress updates during long tasks instead of going silent.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • review-latest-feedbackSkillCommunication

    Lets your agent scan recent Slack, GitHub, and Sentry feedback, reply to reporters, and fix confirmed bugs.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • review-prsSkillProductivity

    Lets your agent review and approve recent pull requests in a repo and recap each decision.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • secretsSkillSecurity

    Lets your agent register API keys and credentials so they show up in settings and onboarding checklists.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • securitySkillDatabases & data

    Gives your agent guidance on secure coding practices like input validation, SQL injection, XSS, and auth.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • self-modifying-codeSkillFiles & storage

    Guides your agent to safely edit an app's own source code using risk tiers, git checkpoints, and off-limits paths.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k stars

    View details
  • server-pluginsSkillAI & models

    Guides your agent in adding server plugins and choosing between framework routes and actions in this web framework.

    Ready to connect★ 5k

    github.com/builderio/agent-native5k 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,826 of the 55,257 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