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
16,980 results · page 144 of 566
- View details
legal-compliance-checkSkillDev tools
Run a compliance check on a proposed action, product feature, or business initiative, identifying applicable regulations, required approvals, and risk areas. Use when launching a feature that handles personal data, or when marketing or product proposes something
Ready to connect★ 535
- View details
legal-responseSkillDev tools
Gerar uma resposta a uma consulta jurídica comum usando templates configurados, com verificações de escalação para situações que não devem usar resposta padronizada. Use ao responder a solicitações de titulares de dados (LGPD), avisos de hold judicial, questões jurídicas de fornecedores, solicitaçõe
Ready to connect★ 535
- View details
legal-review-contractSkillDev tools
Review a contract against the organization's negotiation playbook — flag deviations, generate redlines, and provide business impact analysis. Use when reviewing vendor or customer agreements, when you need clause-by-clause analysis against standard positions, or when preparing negotiation strategy.
Ready to connect★ 535
- View details
legal-risk-assessmentSkillDev tools
Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria. Use when evaluating contract risk, estimating business exposure, triaging issues by severity, or determining whether an issue needs senior counsel or legal review.
Ready to connect★ 535
- View details
legal-triage-ndaSkillDev tools
Quick triage of an incoming NDA and classification as GREEN (standard approval), YELLOW (advisory review) or RED (full legal review). Use when a new NDA arrives from sales or business development, when checking non-solicitation clauses, non-compete or carveouts a
Ready to connect★ 535
- View details
mkt-quality-gateSkillDev tools
Score, evaluate, and iteratively improve any content or strategy using an auto-assembled panel of domain experts. Handles copy, sequences, landing pages, strategy docs, titles, charts, recruiting evaluations, or anything else that needs a quality gate. Recursively iterates until all scores hit 90+ (
Ready to connect★ 535
- View details
mkt-seo-auditSkillDev tools
Run a comprehensive SEO audit — keyword research, on-page analysis, content gaps, technical checks, and competitor comparison. Use when assessing a site's SEO health, when finding keyword opportunities and content gaps competitors own, or when you need a prioritized action plan split into quick wins
Ready to connect★ 535
- View details
mkt-seo-opsSkillDev tools
AI-powered SEO operations with keyword intelligence, competitor gap analysis, GSC optimization, and trend detection. Use for keyword research, content briefs, quick-win keyword identification, competitor gaps, trending topics, and decaying content analysis.
Ready to connect★ 535
- View details
ops-capacity-planSkillDev tools
Plan team capacity — workload analysis and per-person utilization forecasting. Use when entering sprint or quarterly planning, the team seems overloaded and you need the numbers, deciding whether to hire or deprioritize, or checking whether planned projects
Ready to connect★ 535
- View details
ops-risk-assessmentSkillDev tools
Identificar, avaliar e mitigar riscos operacionais. Use quando precisar de avaliação de riscos, registro de riscos, o que pode dar errado, ou quando avaliando riscos associados a projeto, vendor, processo ou decisão. Agente Lex.
Ready to connect★ 535
- View details
ops-runbookSkillDev tools
Criar ou atualizar runbook operacional para tarefa ou procedimento recorrente. Use quando documentar tarefa que o time de ops precisa rodar repetidamente, transformar conhecimento tribal em comandos passo a passo, adicionar troubleshooting e rollback a procedimento existente, ou escrever caminhos de
Ready to connect★ 535
- View details
plugin-installSkillDev tools
Install an EvoNexus plugin from a git URL or uploaded archive. Use when the user asks to install a plugin, add a plugin, or mentions a plugin source URL (github:user/repo, https://..., or a ZIP/tar.gz upload). Triggers on phrases like "instala plugin", "install plugin X", "adicionar plugin", "quero
Ready to connect★ 535
- View details
plugin-listSkillDev tools
List all installed EvoNexus plugins with status, version, and update availability. Use when the user asks about installed plugins, wants an inventory, or mentions plugins generally. Triggers on "quais plugins tenho", "list plugins", "plugins instalados", "o que tem instalado".
Ready to connect★ 535
- View details
plugin-marketplaceSkillDev tools
Browse the EvoNexus plugin marketplace, searching for plugins by keyword, tag, or capability. Use when the user wants to find a plugin, asks what plugins are available, or describes a need that might have a plugin. Triggers on "procura plugin de X", "marketplace de plugins", "plugins disponíveis par
Ready to connect★ 535
- View details
plugin-updateSkillDev tools
Update an installed EvoNexus plugin to a newer version from its source. Use when the user asks to update, upgrade, or bump a plugin to the latest version. Triggers on "atualiza plugin X", "update plugin X", "upgrade plugin Y".
Ready to connect★ 535
- View details
vetSkillDev tools
Run vet immediately after ANY logical unit of code changes. Do not batch your changes, do not wait to be asked to run vet, make sure you are proactive.
Ready to connect★ 534
- View details
contributingSkillDev tools
Use when contributing to the Butterbase codebase, adding new MCP tools, creating API routes, writing migrations, or understanding the monorepo architecture
Ready to connect★ 533
- View details
journey-authSkillDev tools
Use as the auth build stage of the Butterbase journey, after journey-schema (and rls if separate). Implements the Auth section of 02-plan.md by delegating to auth-setup. Calls manage_oauth (configure) for providers and optionally manage_auth_config (configure_auth_hook, update_jwt). Skipped if the p
Ready to connect★ 533
- View details
journey-docsSkillDev tools
Use as the docs-priming stage of the Butterbase journey, immediately after journey-preflight and before the first build stage. Reads the plan to discover which capabilities the app uses, calls butterbase_docs once per relevant topic, and caches a summary the build stages can re-read.
Ready to connect★ 533
- View details
journey-ideaSkillDev tools
Use as stage 1 of the Butterbase journey, when the user has only a rough idea ("I want to build something that..."). Conducts a concrete, one-question-at-a-time brainstorm that surfaces who the user is, what they do first, what the must-haves are, and inline-tags Butterbase capabilities (→ manage_sc
Ready to connect★ 533
- View details
journey-preflightSkillDev tools
Use before any Butterbase platform-touching action (or when journey-preflight is invoked directly) to verify the user has a Butterbase account, the MCP server is connected, BUTTERBASE_API_KEY is set, and an app_id exists for this project. Re-run automatically if docs/butterbase/03-preflight.md is ol
Ready to connect★ 533
- View details
journey-realtimeSkillDev tools
Use as the realtime build stage of the Butterbase journey. Implements the Realtime section of 02-plan.md by delegating to the realtime skill. Calls manage_realtime (configure) to enable WebSocket subscriptions on the listed tables. Skipped if the plan has no realtime needs.
Ready to connect★ 533
- View details
journey-rlsSkillDev tools
Use as the RLS build stage of the Butterbase journey, after journey-schema. Implements the RLS section of 02-plan.md by delegating to debug-rls policy patterns (for proactive creation, not debugging). Calls manage_rls (create_user_isolation, enable, create_policy). Folded into journey-schema when ha
Ready to connect★ 533
- View details
migrationsSkillDev tools
Use when moving a Butterbase app between regions, checking migration progress, aborting a stuck move, reverse-rolling a completed move, or tearing down retained source replicas after a move is stable
Ready to connect★ 533
- View details
templatesSkillDev tools
Use when publishing a Butterbase app as a public template (visibility + listed + repo snapshot), browsing the template gallery, or cloning a template with environment-variable preflight. Templates are public apps with a pushed repo snapshot that other users can fork into their own region.
Ready to connect★ 533
- View details
reddit-leadsSkillDev tools
Discover B2B leads from Reddit using AI-powered lead scoring via reddapi.dev Leads API. Finds high-intent signals, scores them 0-100, and classifies by lead type (pain_point, solution_request, complaint, feature_request, comparison). Perfect for competitor poaching, pain point discovery, and sales p
Ready to connect★ 505
- View details
accessibility-patternsSkillDev tools
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
Ready to connect★ 531
- View details
achievementsSkillDev tools
Steam-style achievement system with XP, levels, streaks, and skill trees. Gamifies the development workflow. 25 achievements across 5 categories.
Ready to connect★ 531
- View details
- View details
ai-slop-cleanerSkillDev tools
Lets your agent clean up low-quality AI-generated code using a deletion-first workflow that avoids breaking existing behavior.
Ready to connect★ 531
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,462 of the 53,895 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.