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,561 results · page 106 of 153

  • data-structure-protocolSkillDocs & knowledge

    Build and navigate DSP (Data Structure Protocol) — graph-based long-term structural memory of codebases for LLM agents. Stores entities (modules, functions), their dependencies (imports), public API (shared/exports), and reasons for every connection. Use when: (1) project has a .dsp/ directory, (2)

    Ready to connect★ 66

    github.com/k-kolomeitsev/data-structure-protocol67 stars

    View details
  • docs-standardsSkillDocs & knowledge

    Microsoft Style Guide + Squad-specific documentation patterns

    Ready to connect★ 67

    github.com/olivomarco/vbd-copilot67 stars

    View details
  • extract-approachSkillDocs & knowledge

    Use when a non-trivial problem has just been solved (bug fixed after debugging, tricky implementation completed, blocker resolved) and the session is about to move on. A solution without its learnings note is unfinished work.

    Ready to connect★ 67

    github.com/atcoder-novisteps/atcodernovisteps67 stars

    View details
  • feishu-wikiSkillDocs & knowledge

    Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.

    Ready to connect★ 67

    github.com/openxjarvis/openclaw-python66 stars

    View details
  • loading-addressable-markdownSkillDocs & knowledge

    Use when a mission, slice, dashboard, or task references Markdown as path#h2-slug or path#h2-slug/h3-slug outside the OpenRig context-pack library.

    Ready to connect★ 67

    github.com/mvschwarz/openrig67 stars

    View details
  • watch-videoSkillDocs & knowledge

    SLASH-COMMAND-ONLY. Invoke ONLY when the user explicitly types the literal `/watch-video` slash command. Never auto-trigger on phrases like "watch this video," "summarize this video," "take notes on this video," or on a bare YouTube URL. For ad-hoc YouTube questions, fetch the transcript directly (Y

    Ready to connect★ 67

    github.com/newuxtreme/watch-video-skill67 stars

    View details
  • add-doc-updaterSkillDocs & knowledge

    Add automated documentation updater to any Claude skill. Creates a Python sync script that downloads upstream docs, processes markdown for AI consumption, and maintains local cache with configurable refresh. Collects template variables, then delegates implementation through 5-phase workflow. Use whe

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • alterlab-clinical-decisionSkillDocs & knowledge

    Generates professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings — biomarker-stratified patient cohort analyses with outcomes and evidence-based treatment recommendation reports with decision algorithms, supporting GRADE evidence grading, statistical

    Ready to connect★ 66

    github.com/alterlab-ieu/alterlab-academic-skills66 stars

    View details
  • alterlab-clinical-reportsSkillDocs & knowledge

    Writes comprehensive clinical reports — case reports (CARE guidelines), diagnostic reports (radiology, pathology, lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP notes, H&P, discharge summaries) — with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and valid

    Ready to connect★ 66

    github.com/alterlab-ieu/alterlab-academic-skills66 stars

    View details
  • alterlab-histolabSkillDocs & knowledge

    Extract and preprocess tiles from whole-slide images (WSI) with histolab — OpenSlide-backed slide loading, tissue detection and masks, Random/Grid/Score tile extraction, and image/morphological filters for H&E preprocessing. Use when the user needs lightweight WSI slide preprocessing — building tile

    Ready to connect★ 66

    github.com/alterlab-ieu/alterlab-academic-skills66 stars

    View details
  • alterlab-paper-writerSkillDocs & knowledge

    Drafts and revises academic papers through a 12-agent pipeline with hardened LaTeX output (apa7 document class, justified text, table column-width formula, centered bilingual abstracts, standardized font stack, PDF compiled from LaTeX), supporting IMRaD, literature review, theoretical, case study, p

    Ready to connect★ 66

    github.com/alterlab-ieu/alterlab-academic-skills66 stars

    View details
  • alterlab-pdf-exploreSkillDocs & knowledge

    Explore a single PDF in depth — parse it once, then answer questions across its sections, figures, tables, and appendices — comparing methods across sections, extracting every instance of a pattern within the document, and reading values off its charts and tables. Use when interrogating one paper or

    Ready to connect★ 66

    github.com/alterlab-ieu/alterlab-academic-skills66 stars

    View details
  • alterlab-scikit-learnSkillDocs & knowledge

    Classical machine learning in Python with scikit-learn — algorithms, preprocessing, pipelines, and best-practice reference documentation. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparam

    Ready to connect★ 66

    github.com/alterlab-ieu/alterlab-academic-skills66 stars

    View details
  • alterlab-treatment-plansSkillDocs & knowledge

    Generates concise (3-4 page), focused medical treatment plans in LaTeX/PDF format across all clinical specialties — general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management — using SMART goal frameworks, evidence-based

    Ready to connect★ 66

    github.com/alterlab-ieu/alterlab-academic-skills66 stars

    View details
  • complete-implementationSkillDocs & knowledge

    Use when all tasks for a feature are marked COMPLETE — runs holistic quality gates including code review, feature verification, integration check, documentation drift audit and update, and context refinement. Creates follow-up plans when issues are found.

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • comsol-simSkillDocs & knowledge

    Use when the user asks Codex, Claude Code, ChatGPT-style coding agents, or another AI agent to build, inspect, run, debug, or revise COMSOL Multiphysics / COMSOL Desktop models. Choose the simplest real COMSOL control path for the task: saved `.mph` inspection, local COMSOL documentation, direct COM

    Ready to connect★ 66

    github.com/svd-ai-lab/sim-plugin-comsol66 stars

    View details
  • consolidateSkillDocs & knowledge

    Consolidate — save learnings to memory, craft skills if reusable. Use at end of work session or to summarize current state.

    Ready to connect★ 66

    github.com/neuron-mr-white/unipi63 stars

    View details
  • create-artifactSkillDocs & knowledge

    Register a plan artifact via the MCP backlog server. Use when you produce a document or report that downstream agents or worktree-isolated environments need to retrieve — feature-context, codebase-analysis, architect, T0-baseline, TN-verification, or research artifacts. Triggers include "store an ar

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • create-merge-request-changelogSkillDocs & knowledge

    Analyze git branches and generate structured MR/PR descriptions with domain-based change categorization — bug fixes, enhancements, technical debt, documentation, testing, build/CI, and non-functional changes. Use when preparing merge request descriptions, pull request bodies, writing changelogs from

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • daily-releasesSkillDocs & knowledge

    Create GitHub Releases with AI-analyzed changelogs for every calendar day with commits on origin/main. Use when creating daily release notes, backfilling releases, or generating AI-categorized changelogs per day. Uses collect → bucket → analyze → synthesize → publish pipeline via Haiku subagents. Id

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • dh-meta-docsSkillDocs & knowledge

    Development harness plugin documentation index. Use when looking up SAM pipeline, backlog lifecycle, SDLC layers, task/plan schema, plan artifacts, quality gates, or dispatch schema documentation.

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • document-writerSkillDocs & knowledge

    Use when writing or editing documentation, READMEs, guides, or announcement posts

    Ready to connect★ 66

    github.com/storyblok/monoblok63 stars

    View details
  • fact-checkSkillDocs & knowledge

    Verifies claims in backlog items, skill documentation, or plugin content against primary sources using web lookups. Spawns parallel verification agents that must use WebFetch/WebSearch/gh — training data recall is explicitly rejected as evidence. Produces VERIFIED/REFUTED/INCONCLUSIVE verdicts with

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • gitlab-skillSkillDocs & knowledge

    GitLab CI/CD pipeline configuration and GLFM documentation expertise. Use when modifying .gitlab-ci.yml, optimizing pipelines, testing with gitlab-ci-local, writing GitLab README/Wiki content, configuring Docker-in-Docker workflows, or implementing CI Steps composition.

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • graph-engineeringSkillDocs & knowledge

    Teaches an agent graph engineering — both halves. Knowledge graphs (ontology design, entity/relation/event extraction, fusion, GraphRAG/memory serving; distilled and translated from Southeast University's graduate Knowledge Graph course, npubird/KnowledgeGraphCourse, 4.4K stars) and task graphs (age

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • js-runtime-performanceSkillDocs & knowledge

    Guides JavaScript runtime performance testing for frontend components. Use when profiling event handlers, DOM update loops, memory leaks, timers, animation frames, pointer/keyboard interactions, or regressions in vanilla JS component code.

    Ready to connect★ 66

    github.com/rogie/figui365 stars

    View details
  • kanboard-doctorSkillDocs & knowledge

    Diagnose and fix kanboard parser issues — validates all workflow documents, reports errors, suggests fixes.

    Ready to connect★ 66

    github.com/neuron-mr-white/unipi63 stars

    View details
  • knowledge-explorerSkillDocs & knowledge

    Manages the research/ knowledge base of verified tool and library research entries via knowledge-explorer.py. Commands — list (browse by category or SDLC layer), fetch-github (draft entry from GitHub repo), add (validate and route to category dir), update-append (append dated revision), generate-des

    Ready to connect★ 66

    github.com/jamie-bitflight/claude_skills65 stars

    View details
  • lov-academic-translatorSkillDocs & knowledge

    Translates English papers, arXiv articles, journal/conference papers, and technical PDFs into Chinese PDFs or publishable Chinese Markdown. Triggered when the user says things like "translate an English PDF", "translate a paper", "paper super translator", "keep images, formulas, and original layout"

    Ready to connect★ 66

    github.com/lovstudio/skills66 stars

    View details
  • lov-any2deckSkillDocs & knowledge

    Generate professional slide deck images from content (Markdown, text, URLs). Creates outlines with style instructions, then generates individual slide images. Supports 16 visual styles, CJK/Latin mixed text, branding overlays, and PPTX/PDF export. Use when the user asks to "create slides", "make a p

    Ready to connect★ 66

    github.com/lovstudio/skills66 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.

55,111 of the 55,543 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