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,902 results · page 310 of 564
- View details
request-refactor-planSkillDev tools
Use this skill when user wants to create a refactor plan.
Ready to connect★ 110
- View details
clocSkillDev tools
Get the number of lines of code for specific languages while excluding certain directories.
Ready to connect★ 109
- View details
- View details
defenseSkillDev tools
Detect manipulation patterns, identify tactics being used against you, get counter-moves.
Ready to connect★ 108
- View details
palpatineSkillDev tools
High-functioning predator. Pattern recognition without sentiment. People are systems. Outcomes are all that matter.
Ready to connect★ 108
- View details
paper-signalSkillDev tools
Plan, art-direct, generate, edit, and quality-check tactile minimal-zine bitmap imagery from almost any subject: landscapes, portraits, objects, products, architecture, interiors, existing photographs, moods, article ideas, cultural essays, data, reviews, and social-media card series. Use for 小红书图片,
Ready to connect★ 109
- View details
prepare-next-versionSkillDev tools
准备下一个补丁版本 (Prepare next patch version release)
Ready to connect★ 109
- View details
regression-testSkillDev tools
Run visual regression tests to verify code changes are correct; supports basic/past_issue/complete suites and baseline updates.
Ready to connect★ 109
- View details
- View details
scenekit-product-stagesSkillDev tools
Build and debug SceneKit scenes where one 3D object (a product, badge, coin, wheel) performs on a transparent stage inside a SwiftUI app - studio lighting, real shadows, baked keyframe choreography, hand-rolled physics, gestures and haptics, multi-scene sequencing. Use when working with SCNView or S
Ready to connect★ 109
- View details
seduceSkillDev tools
Quick reference for the Art of Seduction. Seducer types, 24-step process, anti-seducer traits.
Ready to connect★ 108
- View details
summarize-experienceSkillDev tools
Summarize lessons learned from solving non-trivial problems and record them in LEARNING.md
Ready to connect★ 109
- View details
- View details
update_changelogSkillDev tools
如何高效总结并更新项目的 CHANGELOG.md (How to update CHANGELOG.md)
Ready to connect★ 109
- View details
vibe-coding-architectureSkillDev tools
Teaches non-technical people to understand technical architecture and make good tech choices—turning a "beginner who only repeats buzzwords" into "someone who can see through the quality of a proposal." Use this Skill when users ask "which technology/framework should I use", "help me pick a tech sta
Ready to connect★ 109
- View details
vibe-coding-requirementsSkillDev tools
First step of a Vibe Coding (writing code with AI) project: turn a vague idea into requirements that AI can implement precisely without going off track. Use this skill when the user says "I want to build an XX", "help me make a demo with AI", "I have an idea I want to validate", "help me align requi
Ready to connect★ 109
- View details
vibe-coding-survivalSkillDev tools
Pitfalls and self-rescue during vibe coding (writing code with AI) — most real failures happen "after work begins." Proactively use this Skill when the user says things like "the AI keeps making it messier," "the demo is broken and I can't roll back," "the AI keeps forgetting what I told it," "featu
Ready to connect★ 109
- View details
wargameSkillDev tools
Multi-turn adversary simulation. Play out scenarios move-by-move with counter-moves.
Ready to connect★ 108
- View details
assess-ai-data-readinessSkillDev tools
Assess whether data and context are fit for one already bounded AI-enabled workflow decision. Use when source authority, quality, preparation, labels, privacy, lineage, economics, or failure behavior must be proven before mechanism selection or release.
Ready to connect★ 108
- View details
cometchat-android-v6-compose-componentsSkillDev tools
The closed catalog of CometChat Android v6 UI Kit components for the Jetpack Compose cohort — what exists, the composable import for each, the param shape (onX lambdas, hideX booleans, @Composable slots), and how to pass custom UI into a slot instead of stacking on top. Triggers: 'cometchat compose
Ready to connect★ 108
- View details
cometchat-android-v6-kotlin-componentsSkillDev tools
The closed catalog of CometChat Android v6 UI Kit components for the Kotlin XML Views cohort — what exists, the XML tag and import for each, what each one is for, and how to swap custom UI into a component's slot instead of stacking on top. Triggers: 'which cometchat components are there android', '
Ready to connect★ 108
- View details
cometchat-android-v6-productionSkillDev tools
Ship a CometChat Android v6 app safely — server-minted auth tokens instead of the dev Auth Key, keeping credentials out of the APK, release-build and R8/ProGuard checks, user provisioning server-side, rate limits, and the Play Store publishing prerequisites. Triggers: 'is my cometchat android app pr
Ready to connect★ 108
- View details
cometchat-android-v6-testingSkillDev tools
Test an Android app that integrates the CometChat v6 UI Kit — make the SDK mockable behind a repository, unit-test the init/login gate and credential hygiene, write instrumented/Compose UI tests for chat screens, and know honestly what can only be checked on a device. Triggers: 'how do I test my com
Ready to connect★ 108
- View details
cometchat-android-v6-troubleshootingSkillDev tools
Diagnose a broken CometChat Android v6 integration — dependency and version conflicts, init/login failures, blank or stuck screens, empty lists, missing realtime updates, keyboard/inset layout bugs, release-only crashes, permission and push problems — with a symptom → cause → fix path and what evide
Ready to connect★ 108
- View details
cometchat-flutter-v6-customizationSkillDev tools
Theme and brand the Flutter v6 UI Kit — light/dark mode, the CometChatColorPalette / CometChatTypography / CometChatSpacing theme extensions, per-widget style objects, and view slots. Triggers: 'change chat colors flutter', 'dark mode chat flutter', 'match my brand flutter', 'customize cometchat the
Ready to connect★ 108
- View details
cometchat-flutter-v6-migrationSkillDev tools
Upgrade a Flutter app from CometChat UI Kit v5 → v6 (`cometchat_chat_uikit` ^5 → ^6). Reads the repo's CometChat usage, applies the breaking-change map (removed shells, the deleted extension architecture, GetX → BLoC, renamed widgets), and verifies the build. Triggers: 'upgrade my v5 uikit to v6', '
Ready to connect★ 108
- View details
cometchat-flutter-v6-placementSkillDev tools
Where CometChat chat lives in a Flutter app and how to wire each shape — a tab-based app, a chat tab inside an existing app, a full-screen route, a modal / bottom-sheet chat, or an embedded panel. Triggers: 'add a chat tab', 'full screen chat page flutter', 'chat bottom sheet', 'embed chat in my scr
Ready to connect★ 108
- View details
cometchat-flutter-v6-productionSkillDev tools
Take a CometChat Flutter integration to production — server-minted auth tokens instead of the Auth Key, secret handling in a Flutter bundle, logout/session hygiene, release build config, and the pre-ship checklist. Triggers: 'production auth cometchat', 'auth token flutter', 'is the auth key safe',
Ready to connect★ 108
- View details
cometchat-flutter-v6-testingSkillDev tools
Test a Flutter app that uses the CometChat UI Kit — what is worth testing versus what belongs to the kit, mocking the SDK boundary, widget tests around chat screens, and integration/CI setup. Triggers: 'test my cometchat integration', 'mock cometchat in flutter tests', 'widget test chat screen', 'co
Ready to connect★ 108
- View details
cometchat-flutter-v6-troubleshootingSkillDev tools
Diagnose a broken CometChat Flutter integration — blank screens, unbounded-height crashes, lists that don't fill, login and Region failures, calls that never ring, push that never arrives, and v5 leftovers. Symptom → cause → fix. Triggers: 'cometchat not working flutter', 'blank chat screen', 'Rende
Ready to connect★ 108
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,789 of the 54,221 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.