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,833 results · page 210 of 562
- View details
scenario-generatorSkillDev tools
Generate comprehensive test scenarios, user stories, and acceptance criteria from requirements and specifications. Use this skill when planning testing efforts, writing user stories, creating test cases, documenting acceptance criteria, exploring edge cases, designing test coverage, or translating r
Ready to connect★ 252
- View details
semantic-szz-analyzerSkillDev tools
Identify bug-introducing commits using semantic analysis that extends traditional SZZ algorithm. Distinguishes semantic changes from refactorings or code movements using control-flow and data-flow similarity analysis. Use when analyzing bug-fix commits to trace back to bug-introducing changes, inves
Ready to connect★ 252
- View details
smart-mutation-operator-generatorSkillDev tools
Analyzes a repository and its test suite to generate customized mutation operators tailored to the project. Use this skill when setting up mutation testing, improving test quality, or generating project-specific mutants. Considers language constructs, business logic patterns, API calls, data types,
Ready to connect★ 252
- View details
wpp-api-referenceSkillDev tools
Ajudar a escrever código Delphi/Lazarus que consome o componente TWPPConnect (WPP4Delphi) — enviar mensagens, gerenciar chats/grupos/comunidades/enquetes/chamadas, assinar eventos assíncronos On*. Use quando o usuário pedir para implementar uma funcionalidade usando o componente TWPPConnect, pergunt
Ready to connect★ 250
- View details
wpp-buildSkillDev tools
Guide the build and installation of the Delphi/Lazarus WPP4Delphi package (TWPP4DelphiCollection.dpk) — CEF4Delphi/WA-JS dependencies, Library Path per Delphi version (VD23-VD30), CEFCurrentVersion directive, Demo app setup. Use when the user asks for help compiling, installing, or configuring the e
Ready to connect★ 250
- View details
wpp-releaseSkillDev tools
Publicar uma nova versão do WPP4Delphi no GitHub — commitar as mudanças pendentes em main, dar push para o repositório oficial (wppconnect-team/WPP4Delphi) e criar uma GitHub Release com a versão do componente (TWPPConnectVersion) e um changelog resumido. Use quando o usuário pedir para "commitar e
Ready to connect★ 250
- View details
wpp-updateSkillDev tools
Atualizar o componente WPP4Delphi para a versão mais recente do branch main no GitHub, compilar (Build) e instalar (Install) o pacote no Delphi/RAD Studio local, e apresentar um resumo em changelog dos commits novos. Use quando o usuário pedir para "atualizar o componente", "puxar a última versão do
Ready to connect★ 250
- View details
bump-rfcSkillDev tools
Transition an Incan RFC from one status to the next. Use when the user asks to promote, advance, or finalize an RFC, or says /bump-rfc. Handles Draft → Planned, Planned → In Progress, and In Progress → Implemented transitions.
Ready to connect★ 250
- View details
canvas-accessibility-auditorSkillDev tools
Accessibility audit and remediation for Canvas LMS courses. Scans content for WCAG-oriented issues, generates prioritized reports, guides fixes, and verifies remediation. Use when asked to "audit accessibility", "check WCAG", "fix accessibility issues", or "run accessibility review".
Ready to connect★ 250
- View details
canvas-bulk-gradingSkillDev tools
Bulk grading workflows for Canvas LMS assignments using rubrics. Covers single grading, batch grading, and code execution strategies with safety-first dry runs.
Ready to connect★ 250
- View details
canvas-course-builderSkillDev tools
Scaffold complete Canvas LMS course structures from specs, templates, or existing courses. Creates modules, pages, assignments, and discussions in bulk. Use when asked to "build a course", "scaffold modules", "create course structure", "set up a new course", or "copy course structure".
Ready to connect★ 250
- View details
canvas-course-qcSkillDev tools
Learning designer quality check for Canvas LMS courses. Audits module structure, content completeness, publishing state, date consistency, and rubric coverage. Use when asked to "QC a course", "is this course ready", "pre-semester check", or "quality review".
Ready to connect★ 250
- View details
canvas-morning-checkSkillDev tools
Educator morning course health check for Canvas LMS. Shows submission rates, struggling students, grade distribution, and upcoming deadlines. Trigger phrases include "morning check", "course status", "how are my students", or any start-of-day teaching review.
Ready to connect★ 250
- View details
canvas-peer-review-managerSkillDev tools
Educator peer review management for Canvas LMS. Tracks completion rates, analyzes comment quality, flags problematic reviews, sends targeted reminders, and generates instructor-ready reports. Trigger phrases include "peer review status", "how are peer reviews going", "who hasn't reviewed", "review q
Ready to connect★ 250
- View details
canvas-week-planSkillDev tools
Student weekly assignment planner for Canvas LMS. Shows all due dates, submission status, grades, and peer reviews across all courses. Use when a student says "what's due", "plan my week", "weekly check", or wants to organize their coursework.
Ready to connect★ 250
- View details
create-pr-descriptionSkillDev tools
Generate a PR description following the repository's pull request template. Use when the user asks to create, draft, or generate a PR description for a pull request. The skill automatically locates the PR template in the target repository and fills it in based on the git diff.
Ready to connect★ 250
- View details
fleet-auditSkillDev tools
Report which local git worktrees under tmp/ are safe to close, need a human look, or are explicitly protected. Use when the user says /fleet-audit, asks what worktrees can be cleaned up, or wants a status check across all Ralph-loop/spike worktrees before running closeout on any of them.
Ready to connect★ 250
- View details
hello-worldSkillDev tools
Says hello world. Use when the user asks to create a simple hello world example or test.
Ready to connect★ 250
- View details
review-and-fixSkillDev tools
Run the Incan review/fix loop end to end: review, fix actionable findings, and review again until clean or blocked. Use when the user wants an autonomous review-and-repair pass or says /review-and-fix.
Ready to connect★ 250
- View details
review-architectureSkillDev tools
Review touched subsystems for layering, crate boundaries, single-source-of-truth rules, registry-driven behavior, and compiler/runtime separation. Use when a broad review needs a dedicated architecture pass or when the user asks for architectural review specifically.
Ready to connect★ 250
- View details
review-code-smellsSkillDev tools
Review touched code for maintainability smells such as duplication, awkward indirection, suspicious clones, dead code, poor naming, and Boy Scout cleanup opportunities. Use when a broad review needs a dedicated maintainability pass or when the user asks for code-smell review specifically.
Ready to connect★ 250
- View details
review-docs-claimsSkillDev tools
Review user-facing docs, CLI reference text, examples, and scaffolds for truthfulness, prose quality, and RFC leakage. Use when a broad review needs a dedicated docs/claims pass or when the user asks for docs-truth review specifically.
Ready to connect★ 250
- View details
review-incan-source-qualitySkillDev tools
Review touched Incan source for Python-quality readability, idiomatic Incan structure, dogfooding integrity, public API polish, and source-level anti-patterns. Use for `.incn` stdlib, examples, language-surface implementations, or when the user asks whether Incan code reads like well-written Python
Ready to connect★ 250
- View details
review-scopeSkillDev tools
Review a change against issue, RFC, branch, and user-request scope. Use when a broad review needs a dedicated scope/completeness pass or when the user asks whether the implementation actually matches the intended surface.
Ready to connect★ 250
- View details
review-test-styleSkillDev tools
Review touched tests and test-adjacent code for style, Result-returning patterns, panic helpers, unwrap/expect use, and obvious coverage gaps. Use when a broad review needs a dedicated test pass or when the user asks for test-review specifically.
Ready to connect★ 250
- View details
codedrobe-adapter-devSkillDev tools
Add, inspect, repair, or validate CodeDrobe Core adapters for Chromium/Electron AI desktop applications. Use when supporting a new app, updating Codex or WorkBuddy compatibility after an app release, discovering installation paths or CDP targets, selecting stable DOM landmarks, adding renderer profi
Ready to connect★ 248
- View details
ghealthSkillDev tools
Query Google Health API v4 — steps, heart rate, exercise, sleep, weight, SpO2, HRV, ECG, blood glucose, nutrition, and 40 total data types
Ready to connect★ 248
- View details
ghealth-sharedSkillDev tools
Shared prerequisites for all ghealth skills — auth, setup, global flags, command structure
Ready to connect★ 248
- View details
summarySkillDev tools
Generate a concise implementation summary for a PR description
Ready to connect★ 248
- View details
bzfs-improve-code-coverageSkillDev tools
Improve code coverage in this repository. Use when asked to increase coverage, identify uncovered branches/functions, or report before-vs-after coverage percentages.
Ready to connect★ 247
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,585 of the 54,017 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.