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 395 of 564

  • dotnet-devcert-trustSkillDev tools

    Diagnose and fix .NET HTTPS dev certificate trust issues on Linux. Covers the full certificate lifecycle from generation to system CA bundle inclusion, with distro-specific guidance for Ubuntu, Fedora, Arch, and WSL2.

    Ready to connect★ 63

    github.com/comeonoliver/skillshub63 stars

    View details
  • dotnet-local-toolsSkillDev tools

    Managing local .NET tools with dotnet-tools.json for consistent tooling across development environments and CI/CD pipelines.

    Ready to connect★ 63

    github.com/comeonoliver/skillshub63 stars

    View details
  • efcore-patternsSkillDev tools

    Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.

    Ready to connect★ 63

    github.com/comeonoliver/skillshub63 stars

    View details
  • fact-checkerSkillDev tools

    Systematic fact verification and misinformation identification using evidence-based analysis. Use when: verifying claims, checking facts, identifying misinformation, evaluating source credibility, or when user asks to "fact check", "verify", "is this true", or mentions claims that need validation.

    Ready to connect★ 62

    github.com/naveedharri/benai-skills63 stars

    View details
  • field-onboardingSkillDev tools

    Guide a researcher step by step into an unfamiliar research field, or decode a paper, abstract, figure caption, or referee comment they cannot parse. Builds understanding in rungs (motivation, vocabulary, core framework, methods, frontier), anchored to what the user already knows, with a checkpoint

    Ready to connect★ 58

    github.com/ljx-chase/research-field-onboarding63 stars

    View details
  • fontsSkillDev tools

    Add, swap, or remove a self-hosted web font (latin variable woff2 from fontsource, localized via next/font/local). Use when adding a font role, or debugging font loading, preload, or CLS.

    Ready to connect★ 63

    github.com/nrjdalal/zerostarter63 stars

    View details
  • gif-creatorSkillDev tools

    Create animated GIF and static PNG infographics for LinkedIn posts following Ben AI's exact brand guidelines. Use this skill whenever the user wants to visualize a process, workflow, or step-by-step concept for LinkedIn — including phrases like "make a visual", "create a GIF", "infographic for Linke

    Ready to connect★ 62

    github.com/naveedharri/benai-skills63 stars

    View details
  • ilspy-decompileSkillDev tools

    Understand implementation details of .NET code by decompiling assemblies. Use when you want to see how a .NET API works internally, inspect NuGet package source, view framework implementation, or understand compiled .NET binaries.

    Ready to connect★ 63

    github.com/comeonoliver/skillshub63 stars

    View details
  • infographic-oldSkillDev tools

    Basic infographic generator. Just tell me what you want and I'll make it.

    Ready to connect★ 62

    github.com/naveedharri/benai-skills63 stars

    View details
  • lead-intelligenceSkillDev tools

    Deep-research lead intelligence gathering for B2B qualified leads. This skill runs in two layers:

    Ready to connect★ 62

    github.com/naveedharri/benai-skills63 stars

    View details
  • lead-qualificationSkillDev tools

    Qualify B2B leads against a user-defined Ideal Customer Profile (ICP). Use this skill whenever the user

    Ready to connect★ 62

    github.com/naveedharri/benai-skills63 stars

    View details
  • lock-decisionSkillDev tools

    This skill should be used when the user says "lock it", "go with that", "approved", "that's the standard", or explicitly establishes a project-wide pattern like "from now on all forms should use this approach". Formalizes approved decisions into locked standards that the system enforces going forwar

    Ready to connect★ 63

    github.com/drobins25/craft63 stars

    View details
  • luna-chat-coderSkillDev tools

    Keep repository development reliable from chat by using the sandbox work container first, recovering exact GitHub state, and using bounded Actions missions when normal sandbox or GitHub paths are insufficient.

    Ready to connect★ 63

    github.com/osteoporosis/luna-chat-coder63 stars

    View details
  • microsoft-extensions-configurationSkillDev tools

    Microsoft.Extensions.Options patterns including IValidateOptions, strongly-typed settings, validation on startup, and the Options pattern for clean configuration management.

    Ready to connect★ 63

    github.com/comeonoliver/skillshub63 stars

    View details
  • odataSkillDev tools

    Help with OData service development in ABAP including OData V2 and V4 services via RAP service bindings, SEGW-based services, service definitions, service bindings, OData annotations, consumption of external OData services, and troubleshooting common OData errors. Use when users ask about OData, ODa

    Ready to connect★ 63

    github.com/likweitan/abap-skills63 stars

    View details
  • package-managementSkillDev tools

    Manage NuGet packages using Central Package Management (CPM) and dotnet CLI commands. Never edit XML directly - use dotnet add/remove/list commands. Use shared version variables for related packages.

    Ready to connect★ 63

    github.com/comeonoliver/skillshub63 stars

    View details
  • plan-chunksSkillDev tools

    This skill should be used when the user asks to "plan chunks", "break this down", "plan the implementation", or when a story has status planning and needs implementation details before building. Required before any story can be implemented. Transforms story sparks into detailed chunk-by-chunk implem

    Ready to connect★ 63

    github.com/drobins25/craft63 stars

    View details
  • portlessSkillDev tools

    Set up and use portless for named local dev server URLs (e.g. https://myapp.localhost instead of http://localhost:3000). Use when integrating portless into a project, configuring dev server names, setting up the local proxy, working with .localhost domains, or troubleshooting port/proxy issues.

    Ready to connect★ 63

    github.com/nrjdalal/zerostarter63 stars

    View details
  • posthog-funnelSkillDev tools

    Full product funnel stats: social posts, pageviews, CTA clicks, bookings. Use when: 'funnel stats', 'product stats', 'how are cyrano/pieline doing', 'posthog funnel', 'project stats', 'boost hop', 'boost hop funnel'.

    Ready to connect★ 63

    github.com/m13v/s4l60 stars

    View details
  • rap-business-eventsSkillDev tools

    Help with RAP business events and enterprise eventing including event definitions in behavior definitions, raising events from RAP handler methods, event bindings, SAP Event Mesh integration, event consumption, and event-driven architecture patterns in ABAP Cloud. Use when users ask about RAP busine

    Ready to connect★ 63

    github.com/likweitan/abap-skills63 stars

    View details
  • refactor-cleanerSkillDev tools

    Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.

    Ready to connect★ 63

    github.com/comeonoliver/skillshub63 stars

    View details
  • refine-chunkSkillDev tools

    This skill should be used when validate-chunk reports errors or failures, when the user asks to "fix these errors", "resolve validation issues", "refine this chunk", or when specific build, lint, or type errors need surgical fixes. Makes precise, targeted edits to resolve specific validation issues

    Ready to connect★ 63

    github.com/drobins25/craft63 stars

    View details
  • remote-gpu-trainerSkillDev tools

    Use when running, debugging, verifying, or delivering a deep-learning experiment on an owned or rented GPU, especially AutoDL or a remote SSH host; also use for Windows + Clash/Mihomo high-port SSH banner timeouts, fake-IP, or TUN routing interference. Covers launch, checkpoint/resume, detached moni

    Ready to connect★ 63

    github.com/hanyuyuan6/remote-gpu-trainer63 stars

    View details
  • sales-rep-analyzerSkillDev tools

    Analyze sales call recordings and transcripts to grade rep performance across discovery, demo, objection handling, rapport, and close, each grade backed by verbatim quotes from the full transcript, with coaching on what to improve. Produces evidence-based scorecards and improvement plans, never opin

    Ready to connect★ 62

    github.com/naveedharri/benai-skills63 stars

    View details
  • sap-fiori-url-generatorSkillDev tools

    Generate SAP Fiori Launchpad URLs from app names using AppList.json. Looks up app information by name and constructs proper FLP URLs with required parameters like sap-client and sap-language.

    Ready to connect★ 63

    github.com/likweitan/abap-skills63 stars

    View details
  • shadcn-syncSkillDev tools

    Run and reconcile the shadcn component sync (`bun run shadcn:update`). Use when refreshing shadcn components, or when a sync regresses a local customization or breaks the build.

    Ready to connect★ 63

    github.com/nrjdalal/zerostarter63 stars

    View details
  • topic-briefSkillDev tools

    Generate a topic-focused briefing in HTML from public news sources. Use when user asks for a briefing / observation / digest / 简报 / 观察 on any subject — region (Middle East, ASEAN, India), industry (semiconductors, EV supply chain, AI), policy issue (AI regulation, critical minerals, cross-border pay

    Ready to connect★ 63

    github.com/genli-ai/market-research-skills63 stars

    View details
  • voice-profile-builderSkillDev tools

    Build a personal tone-of-voice skill ({name}-voice) for any person from their real writing and speaking corpus. Use this skill whenever someone wants AI to write in their voice, clone their tone, or stop AI outputs from sounding generic - triggers include "build my voice skill", "create a tone of vo

    Ready to connect★ 62

    github.com/naveedharri/benai-skills63 stars

    View details
  • aidetectSkillDev tools

    Quantitative detection and scoring of AI flavor in Chinese web fiction. Use when the user wants to 'score the AI flavor' of body text or quantify how much it reads like AI, wants to know 'exactly which sentence the problem is in', wants to check metaphor density / consecutive same sentence patterns

    Ready to connect★ 61

    github.com/tance-mang/chinese-webnovel-skills62 stars

    View details
  • analyzing-experiment-session-replaysSkillDev tools

    Analyze session replay patterns across experiment variants to understand user behavior differences. Use when the user wants to see how users interact with different experiment variants, identify usability issues, compare behavior patterns between control and test groups, or get qualitative insights

    Ready to connect★ 62

    github.com/posthog/skills62 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.

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.

See how to connect your AI