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: Docs & knowledge

4,502 results · page 149 of 151

  • ariadne:closeoutSkillDocs & knowledge

    Close or checkpoint meaningful completed work in an agent-maintained Markdown knowledge vault. Use when the user asks to run Ariadne closeout, make work durable, close the loop, checkpoint this work, capture the outcome, decide whether a chat can close, draft a handoff, or update vault memory after

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:global-discoverySkillDocs & knowledge

    Register existing Markdown knowledge vaults for machine-level discovery so cold agents can find long-term knowledge from any workspace. Use when checking, adding, updating, repairing, or removing global vault discovery.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:knowledge-captureSkillDocs & knowledge

    Use when links, documents, PDFs, transcripts, screenshots, meeting notes, observations, brain dumps, or other material must be compiled into an explicitly selected Markdown knowledge-vault destination.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:maintenanceSkillDocs & knowledge

    Run maintenance and health checks for agent-maintained Markdown knowledge vaults: broken links, orphan notes, stale hubs, invalid frontmatter, uncompiled raw sources, stale queues, unresolved questions, optional Base coverage, and health reports.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:navigationSkillDocs & knowledge

    Design or modify Markdown knowledge-vault navigation: folder hubs, agent navigation, routing matrices, workstream graphs, optional Bases/view layers, templates, health-check rules, and long-term traversability.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:research-pipelineSkillDocs & knowledge

    Use when recurring research inside an existing Markdown knowledge-vault scope needs a boundary descriptor, raw and compiled routes, inquiry and synthesis hubs, local templates, optional Bases, or routing.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:research-stewardshipSkillDocs & knowledge

    Use when auditing or repairing provenance, compilation coverage, stale synthesis, unresolved questions, circular corroboration, nested-boundary isolation, or legacy research drift within one named Markdown knowledge-vault research boundary.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:research-synthesisSkillDocs & knowledge

    Use when multiple compiled research sources may change, confirm, contradict, supersede, or leave unchanged an inquiry, synthesis, evidence map, thread hub, or promotion candidate inside a Markdown knowledge vault.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:scopeSkillDocs & knowledge

    Use when creating, promoting, importing, nesting, or reorganizing scopes inside an existing Markdown knowledge vault with inherited parent and child scope rules.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • ariadne:workstream-trackingSkillDocs & knowledge

    Create, audit, or improve Obsidian Kanban work boards and Dataview dashboards for durable project, roadmap, evaluation, implementation, QA, or recurring workstream tracking inside an agent-maintained vault.

    Ready to connect

    github.com/pariyar07/ariadne20 stars

    View details
  • auth-identitySkillDocs & knowledge

    Standards for Authentication and Identity management. Use when configuring OAuth, JWTs, sessions, RBAC (Role-Based Access Control), or integrating auth providers (Auth0, Clerk, NextAuth). SECURITY: Implementing auth requires strict fallback logic. Never fail-open. Handle token expiration and revocat

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • autonomous-devSkillDocs & knowledge

    Harness for autonomous software development. Use when fixing or remediating known issues (including security vulnerabilities). Enforces lifecycle through alignment gates (PROJECT.md), adversarial generator/evaluator agents, and autonomous orchestration of project issues. NOT for setting up standalon

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • azureSkillDocs & knowledge

    Microsoft Azure best practices. Use when deploying to Azure App Service, Azure Functions, AKS (Azure Kubernetes Service), Cosmos DB, configuring Azure Entra ID (Active Directory), or managing Azure Resource Manager (ARM/Bicep) templates. Do NOT trigger for generic "deploy my app" requests without cl

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • biomeSkillDocs & knowledge

    Biome formatting and linting standards. Use when configuring Biome (biome.json) for fast formatting, linting, and sorting imports. NOT for Prettier or ESLint configuration. Do NOT trigger for generic formatting/linting tasks unless Biome is explicitly requested.

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • bunSkillDocs & knowledge

    Master the Bun all-in-one toolkit — runtime, package manager, test runner, and bundler. Use when writing, running, testing, or bundling TypeScript/JavaScript with Bun. Triggers on "bun", "bunx", "bun install", "bun test", "bun run". If the user asks to 'write tests' without specifying the type, you

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • cbm-onboardSkillDocs & knowledge

    Register maintained or ephemeral Git checkouts with codebase-memory-mcp, keep long-lived indexes current through non-clobbering Git hooks, and tear down ephemeral indexes by exact deterministic identity. Use when asked to index, onboard, register, remove, or keep a repository current in Codebase Mem

    Ready to connect

    github.com/connorgriffin/skills20 stars

    View details
  • codebase-knowledge-builderSkillDocs & knowledge

    Study unfamiliar codebases and produce evidence-backed knowledge artifacts. Use for repository orientation, architecture mapping, subsystem tracing, onboarding, or codebase documentation.

    Ready to connect

    github.com/othmanadi/codebase-knowledge-builder20 stars

    View details
  • codebase-memorySkillDocs & knowledge

    Use the codebase knowledge graph for structural code queries, trace call paths and dependencies, inspect architecture, assess change impact, or activate the bundled Claude Code discovery hooks.

    Ready to connect

    github.com/connorgriffin/skills20 stars

    View details
  • concurrency-correctnessSkillDocs & knowledge

    Detects multi-threaded code where a lock is held across a blocking operation, lock acquisition order risks deadlock, lock-free atomics use the wrong memory ordering, or double-checked locking is missing the necessary barrier. Use when writing or modifying code that acquires multiple locks, uses atom

    Ready to connect

    github.com/thejefflarson/soundcheck20 stars

    View details
  • dockerSkillDocs & knowledge

    Production-grade Docker and container best practices. Use when containerizing apps with Docker, writing Dockerfiles, or managing Docker Compose environments. "multi-stage build", "image size", "docker-compose". Use ONLY when a Dockerfile or container registry is the explicit target for deployment. N

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • docs-marketerSkillDocs & knowledge

    Documentation marketability audit for repository README, Docker Hub README, Wiki, and registry listings. Evaluates feature visibility, first impressions, competitive differentiation, onboarding friction, and cross-document consistency. Use when improving README quality, surfacing under-marketed feat

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • docx-diff-commentSkillDocs & knowledge

    Compare two Word documents to find new features in V2, add comments to the V2 document for each new feature, and generate a requirements table with effort estimation in person-days. Invoke when user asks to compare two docx documents, add comments for new features, or generate a requirements diff ta

    Ready to connect

    github.com/trae-community/trae-skills20 stars

    View details
  • dzero-htmlSkillDocs & knowledge

    D-ZERO HTML/Pug markup conventions. Use when writing, editing, or reviewing HTML or Pug. Applies to component design, class naming, document structure, images, links, and meta information.

    Ready to connect

    github.com/d-zero-dev/frontend-guidelines20 stars

    View details
  • github-actionsSkillDocs & knowledge

    Master GitHub Actions CI/CD workflows with production-grade security and performance patterns. Use ONLY when explicitly setting up CI/CD pipelines specifically via GitHub Actions, setting up matrix strategies, caching dependencies, managing artifacts, or implementing reusable workflows. For deployme

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • github-commanderSkillDocs & knowledge

    Structured workflows for GitHub issues, PRs, milestones, and code audits with validation gates and HITL checkpoints. Use when assigned a GitHub issue, reviewing a PR, sprinting through a milestone, updating dependencies, or running code audits. Also use when asked to "triage an issue", "review a PR"

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • github-copilot-cliSkillDocs & knowledge

    Documentation and instructions for integrating the GitHub Copilot CLI (`copilot`) into agentic workflows. Use this skill when you need a "second opinion" adversarial review of a local codebase, a pre-push PR review using alternative advanced models, or shell suggestion capabilities from GitHub. Acti

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • golangSkillDocs & knowledge

    Master Go development using production-grade best practices merged from the Google and Uber style guides. Use whenever writing backend Go microservices, designing APIs, handling errors, managing goroutines, or configuring linters. Keywords: channels, context propagation, go.mod, Go generics. Do NOT

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • grounded-copySkillDocs & knowledge

    Write clear prose using concrete facts. Use when writing, editing, translating, or reviewing text that people read, including chat replies, documentation, product copy, reports, commit messages, and code comments. Also use when asked to check copy or remove AI clichés. Preserve supplied facts and fo

    Ready to connect

    github.com/hirohyun/grounded-copy20 stars

    View details
  • honoSkillDocs & knowledge

    Hono framework best practices. Use when building, reviewing, or debugging Hono applications, especially on Cloudflare Workers. Covers routing, middleware, context (c), and RPC patterns. Do NOT trigger for generic 'build a server' requests unless Hono or Cloudflare Workers is explicitly requested.

    Ready to connect

    github.com/neverinfamous/memory-journal-mcp20 stars

    View details
  • journal-entrySkillDocs & knowledge

    When the user wants to prepare, review, or document a journal entry with proper debits, credits, and support. Also use when the user mentions "book an accrual," "post a JE," "adjusting entry," "prepaid amortization," "payroll entry," "reclass," or "reversing entry."

    Ready to connect

    github.com/gajetoso/financeskills20 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,788 of the 54,220 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