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,535 results · page 50 of 152
- View details
clinical-decision-support-documentsSkillDocs & knowledge
Guidelines for clinical decision support (CDS) documents: biomarker-stratified cohort analyses and GRADE-graded treatment reports. Covers structure, executive summaries, evidence grading (1A–2C), stats (HR, CI, survival), and biomarker integration. Use for pharma research docs, clinical guidelines,
Ready to connect★ 363
- View details
edr-evasionSkillDocs & knowledge
Use when bypassing EDR/AV to run a payload — hook unhooking, direct/indirect syscalls, PPID spoofing, process injection, AMSI bypass, ETW patching, memory/sleep encryption, behavioral evasion
Ready to connect★ 363
- View details
engagement-memorySkillDocs & knowledge
Use when recalling prior techniques at recon/weaponize, or recording a confirmed finding at report — cross-engagement pattern memory ranked by impact
Ready to connect★ 363
- View details
incident-responseSkillDocs & knowledge
Use when responding to or forensically investigating an incident — triage acquisition (Velociraptor/KAPE), Volatility 3 memory forensics, Chainsaw/Hayabusa EVTX timelining, anti-forensics detection, cloud IR, ransomware/ESXi response
Ready to connect★ 363
- View details
malware-analysisSkillDocs & knowledge
Use when reverse-engineering or detecting malware — static triage + capa/YARA-X, emulation/DBI/.NET unpacking, dynamic/fileless/Volatility 3 memory analysis, C2 config extraction (Cobalt Strike/CAPE), C2 traffic detection (JA4+, beaconing)
Ready to connect★ 363
- View details
matplotlib-scientific-plottingSkillDocs & knowledge
Low-level Python plotting for scientific figures: publication-quality line, scatter, bar, heatmap, contour, 3D; multi-panel layouts; fine control of every element. PNG/PDF/SVG export. Use seaborn for quick stats, plotly for interactive.
Ready to connect★ 363
- View details
plotly-interactive-plotsSkillDocs & knowledge
Interactive scientific visualization with Plotly. Two APIs: plotly.express (px) for one-liner DataFrame plots, plotly.graph_objects (go) for trace-level control. 40+ chart types with hover, zoom, pan, animation. Exports HTML or static PNG/SVG/PDF via kaleido. Use for volcano plots with gene hover, d
Ready to connect★ 363
- View details
pnas-figure-guideSkillDocs & knowledge
PNAS figure preparation: resolution (300-1000 PPI), formats (TIFF/EPS/PDF), strict RGB-only color, Arial/Helvetica fonts, italicized uppercase panel labels, automated image screening.
Ready to connect★ 363
- View details
science-figure-guideSkillDocs & knowledge
Science (AAAS) figure preparation: resolution (150-300+ DPI), formats (PDF/EPS/TIFF), RGB color, Myriad/Helvetica fonts, strict image manipulation policies including gamma adjustment disclosure.
Ready to connect★ 363
- View details
vulnerability-analysisSkillDocs & knowledge
Use when auditing source code for vulnerabilities — drive CodeQL/Semgrep/Joern to taint untrusted data source-to-sink across injection, memory safety, deserialization/prototype-pollution, secrets/crypto/authz/race, and supply-chain risks
Ready to connect★ 363
- View details
meeting-notes-to-actionsSkillDocs & knowledge
Convert meeting notes into owners, action items, decisions, and follow-up messages.
Ready to connect★ 361
- View details
gatherSkillDocs & knowledge
This skill should be used when the user needs to know what documents to collect for their tax filing, wants a checklist of required documents, or asks where to obtain specific tax documents. Trigger phrases include: "必要書類", "書類を集める", "何を準備すればいい", "源泉徴収票はどこで", "書類チェックリスト", "確定申告に必要なもの", "書類収集", "準備する
Ready to connect★ 359
- View details
Hooks AutomationSkillDocs & knowledge
Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.
Ready to connect★ 357
- View details
check-doc-component-consistencySkillDocs & knowledge
Only verifies consistency between component documentation and source code implementation, or makes minimal fixes. Use when the user asks to check props, events, slots, methods, default values, or naming accuracy, but does not request migrating documentation structure, rearranging demos, or upgrading
Ready to connect★ 356
- View details
create-componentSkillDocs & knowledge
Creates a new component skeleton and the required registration points in the wot-ui project. Invoke when the user asks to create component source code from scratch, complete the types.vue.scss structure, or register global component types; does not handle Demo pages, tests, or documentation migratio
Ready to connect★ 356
- View details
migrate-component-docSkillDocs & knowledge
Migrates component Markdown documentation to the new specification. Invoke when the user explicitly requests migrating document structure, reordering Demo sections, merging Attributes/Options columns, migrating minimum version markers, or upgrading legacy document formats; not for consistency checks
Ready to connect★ 356
- View details
wot-ui-component-baselineSkillDocs & knowledge
Common baseline for wot-ui component development. Invoke when dealing with component directory structure, naming, source code as the source of truth, minimal changes, verification wrap-up, or when you need unified constraints for creating components, Demos, or migrating documentation.
Ready to connect★ 356
- View details
epd-parserSkillDocs & knowledge
Extract GWP, life-cycle stages, certifications, and impact metrics from an EPD PDF. Use when given a declaration to parse; not to find or compare EPDs.
Ready to connect★ 353
- View details
product-spec-bulk-fetchSkillDocs & knowledge
Extract structured FF&E specs from a list of product URLs into a schedule. Use to pull or bulk-import product-page data; not for PDF catalogs.
Ready to connect★ 353
- View details
product-spec-pdf-parserSkillDocs & knowledge
Extract structured FF&E specs from PDF price books, fact sheets, or spec sheets into a schedule. Use for product PDFs; not web URLs or EPDs.
Ready to connect★ 353
- View details
resize-imagesSkillDocs & knowledge
Batch-resize or convert a folder of images for web, social media, slides, or ARCH-size print output while preserving originals. Use for image resizing, format presets, or photo batches; not for product-image background removal.
Ready to connect★ 353
- View details
minesweeperSkillDocs & knowledge
财报排雷工具 (Financial Report Minesweeper). Analyzes A-share annual reports for fraud/risk signals using Tang Chao's checklist methodology. Takes a stock code or name as input, fetches structured financial data via Tushare API, optionally downloads the annual report PDF, and runs a systematic 7-layer che
Ready to connect★ 351
- View details
jvm-desktop-memory-footprintSkillDocs & knowledge
Judge and reduce a desktop JVM application's memory honestly — read the heap-to-footprint ratio rather than the resident figure, run the one experiment that separates a leak from an allocator holding idle pages, and understand why per-thread allocator arenas make the footprint depend on the user's c
Ready to connect★ 315
- View details
levenshtein-fuzzy-match-pure-kmpSkillDocs & knowledge
Match a string against a candidate list with a two-row edit-distance loop and no dependency, so the matcher lives in shared multiplatform code. Covers the two-row memory shape, normalizing before comparing, a similarity threshold that refuses rather than returning the least-bad candidate, picking a
Ready to connect★ 315
- View details
aws-cloudformation-bedrockSkillDocs & knowledge
Provides AWS CloudFormation patterns for Amazon Bedrock resources including agents, knowledge bases, data sources, guardrails, prompts, flows, and inference profiles. Use when creating Bedrock agents with action groups, implementing RAG with knowledge bases, configuring vector stores, setting up con
Ready to connect★ 345
- View details
bug-fix-briefSkillDocs & knowledge
Generates a structured Bug Fix Brief (BFB) to document issue corrections. Includes root cause analysis, repro steps, fix options, and fix checklist. Use when user asks to create a BFB, document a bug fix, or generate a bug correction document.
Ready to connect★ 345
- View details
docs-updaterSkillDocs & knowledge
Provides automated documentation updates by analyzing git changes between the current branch and the last release tag. Performs git diff analysis to identify modifications, then updates README.md, CHANGELOG.md following Keep a Changelog standard, and discovers documentation folders for contextual up
Ready to connect★ 345
- View details
graalvm-native-imageSkillDocs & knowledge
Provides expert guidance for building GraalVM Native Image executables from Java applications. Use when converting JVM applications to native binaries, optimizing cold start times, reducing memory footprint, configuring native build tools for Maven or Gradle, resolving reflection and resource issues
Ready to connect★ 345
- View details
langchain4j-ai-services-patternsSkillDocs & knowledge
Provides patterns to build declarative AI Services with LangChain4j for LLM integration, chatbot development, AI agent implementation, and conversational AI in Java. Generates type-safe AI services using interface-based patterns, annotations, memory management, and tools integration. Use when creati
Ready to connect★ 345
- View details
langchain4j-spring-boot-integrationSkillDocs & knowledge
Provides integration patterns for LangChain4j with Spring Boot. Configures AI model beans, sets up chat memory with Spring context, integrates RAG pipelines with Spring Data, and handles auto-configuration, dependency injection, and Spring ecosystem integration. Use when embedding LangChain4j into S
Ready to connect★ 345
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.
54,764 of the 55,196 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.