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: AI & models

8,898 results · page 109 of 297

  • api-conventionsSkillAI & models

    Service structure conventions for this codebase: routing, layering, and where code lives. Use whenever writing or modifying a service's server entry, route definitions, handlers, or adapters. Loads inline so it shapes structure as code is written.

    Ready to connect★ 338

    github.com/thedecipherist/claude-code-mastery-project-starter-kit337 stars

    View details
  • Fetch Agent CardSkillAI & models

    Fetch an A2A agent card JSON from a given endpoint URL. Tries direct GET first, then falls back to /.well-known/agent.json.

    Ready to connect★ 338

    github.com/ai-sns/ai-sns337 stars

    View details
  • nodejsSkillAI & models

    Node.js backend runtime and process-lifecycle rules that Claude reliably gets wrong. Use when writing a Node server or long-running script, an Express app, worker threads, or process signal handling, and when choosing packages. Covers correct graceful shutdown, crash-on-fault instead of swallowing e

    Ready to connect★ 338

    github.com/thedecipherist/claude-code-mastery-project-starter-kit337 stars

    View details
  • omniSkillAI & models

    Wire a Genie agent to an Omni channel in one canonical flow — register the host, bind the instance, route chats to a repo, verify the round-trip.

    Ready to connect★ 338

    github.com/automagik-dev/genie334 stars

    View details
  • schema-source-of-truthSkillAI & models

    One canonical Zod schema per entity, reused across the stack instead of redeclared at each layer. Use whenever defining or changing a data shape, a TypeScript type or interface for an entity, an API request/response validator, an Express body/query/params check, a frontend form validator, or a DB do

    Ready to connect★ 338

    github.com/thedecipherist/claude-code-mastery-project-starter-kit337 stars

    View details
  • action-first-outputSkillAI & models

    Shapes turns action-first: action leads, steps numbered, state restated. Use for ADHD-friendly output. Do not use to trim tokens; use response-compression.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • agent-expenditureSkillAI & models

    Tracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • Ai Hygiene AuditSkillAI & models

    Audit codebase for AI-generated code quality issues (vibe coding, Tab bloat, slop)

    ★ 337

    github.com/athola/claude-night-market319 stars

    View details
  • Arch InitSkillAI & models

    Initialize projects with architecture-aware templates using paradigm research and selection guidance for the target domain.

    ★ 337

    github.com/athola/claude-night-market319 stars

    View details
  • architecture-diagramSkillAI & models

    Generates a Mermaid architecture diagram showing high-level component relationships. Use when visualizing how plugins or modules fit together.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-client-serverSkillAI & models

    Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services, trust boundaries, or offline-first sync.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-cqrs-esSkillAI & models

    Applies CQRS and Event Sourcing for read/write separation and audit trails. Use when designing systems with complex domain logic or full state-change history.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-domain-drivenSkillAI & models

    Models a business in its own language. Use when the domain has real business rules to capture.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-functional-coreSkillAI & models

    Applies Functional Core, Imperative Shell to isolate logic from side effects. Use when business logic is entangled with I/O or unit tests are slow and brittle.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-hexagonalSkillAI & models

    Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-layeredSkillAI & models

    Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-microkernelSkillAI & models

    Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigm-modular-monolithSkillAI & models

    Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • architecture-paradigmsSkillAI & models

    Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • assisted-masterySkillAI & models

    Makes agent reasoning visible, surfaces tradeoffs, and fades help so humans build judgment. Use when reviewing or learning from agent-written code.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • bloat-detectorSkillAI & models

    Detects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • Bulletproof SkillSkillAI & models

    Harden skills against rationalization and bypass behaviors

    ★ 337

    github.com/athola/claude-night-market319 stars

    View details
  • call-chainSkillAI & models

    Traces execution paths through the code graph with criticality scoring and Mermaid charts. Use when understanding how a function propagates through the system.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • catchupSkillAI & models

    Summarizes recent git changes for context recovery after session breaks. Use when resuming work after a gap or handing off to another session.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • CiteSkillAI & models

    Generate a formatted bibliography from the most recent research session's findings.

    ★ 337

    github.com/athola/claude-night-market319 stars

    View details
  • class-diagramSkillAI & models

    Generates a Mermaid class diagram showing types, inheritance, and composition. Use when visualizing class hierarchies or documenting a module public API.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • claude-code-plugin-referenceSkillAI & models

    Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • claude-paper-webuiSkillAI & models

    Start the Claude Paper web viewer to browse and study papers

    Ready to connect★ 337

    github.com/alaliqing/claude-paper337 stars

    View details
  • clear-contextSkillAI & models

    Manages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.

    Ready to connect★ 337

    github.com/athola/claude-night-market337 stars

    View details
  • Close IssueSkillAI & models

    Analyze if issues (GitHub/GitLab) can be closed based on commits

    ★ 337

    github.com/athola/claude-night-market319 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