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,868 results · page 214 of 296
- View details
bossSkillAI & models
Use ONLY when the user explicitly asks to orchestrate parallel external agents (Codex or Claude Code) in tmux sessions via tp (tmux-pilot). Or when a user tells you that you're the boss or orchestrator. You can also use this if you are an operclaw agent. NEVER auto-invoke for a generic "do this in p
Ready to connect★ 61
- View details
cae-coreSkillAI & models
Shared foundation for Kit-CAE agent skills. Contains import APIs, visualization commands, stage discovery, format references, and utility scripts used by cae-visualization and cae-capture. Not invoked directly by users - loaded as a dependency by other CAE skills.
Ready to connect★ 61
- View details
comic-asset-ref-generatorSkillAI & models
Phase-1 (S4) of a comic movie — PRODUCE the canonical reusable references the whole spiral conditions on. Per asset it bakes ONE canonical 1:1 white-bg identity ref via the agent mcp__codex__codex sidecar bake (Codex native image_gen — conditioned, never hand-pasted) OR, for a deterministic motif (c
Ready to connect★ 61
- View details
comic-asset-review-loopSkillAI & models
Phase-1 (S5) UPSTREAM ref-asset gate — the bounded cross-model adversarial loop that LOCKS one reusable identity-locked asset (character sheet / location plate / prop cutout / text-panel / logo-free symbol) BEFORE it can be composited into any panel. This is NOT the panel_gate (composed-output) or t
Ready to connect★ 61
- View details
comic-authorSkillAI & models
Phase 1 ORCHESTRATOR of a movie/comic — turn a fuzzy story idea into the Authored Source of Truth (a schema-valid comic.json + its locked asset library) by driving the detailed author skills in order (intent → style → outline → storyboard → assets → blueprints → prompts → comic.json), each gated by
Ready to connect★ 61
- View details
comic-blueprint-authorSkillAI & models
Phase-1 (S7 of the comic-author suite) — turn ONE locked panel_spec into a deterministic content-SVG blueprint that becomes the bake condition (reference #1 of the agent mcp__codex__codex sidecar bake), by WRITING A PYTHON GENERATOR (never raw SVG in chat — LLMs botch coordinates). The HEADLINE comi
Ready to connect★ 61
- View details
comic-panel-prompt-builderSkillAI & models
Phase-1 step of comic-author — the DETERMINISTIC compiler (搬运工原則) that turns ONE gate-approved panel_spec + its status:locked blueprint into the EXACT fixed-section bake string for the spiral engine via the shipped scripts/build_prompt.py (+ the canonical scripts/_validate.py vetoes). No Codex call
Ready to connect★ 61
- View details
comic-style-bible-lockSkillAI & models
Phase-1 (S2) of the comic-author suite — compile the project's ART_BIBLE.md into an EXECUTABLE convergence target, not aesthetic prose. The bible is the ONE visual dialect read verbatim into every bake prompt AND into every visual reviewer's rubric (`style_consistency`/`identity_consistency` literal
Ready to connect★ 61
- View details
control-centreSkillAI & models
Multi-project Control Centre supervisor. Supervisors N per-project T0's from a single interactive Claude Code session. Read-only orchestration — no code writes.
Ready to connect★ 61
- View details
cv-2d-to-3d-model-conversionSkillAI & models
Converts a pretrained 2D CNN into a 3D CNN by recursively replacing Conv2d/BN2d/Pool2d layers and inflating kernel weights along the depth axis.
Ready to connect★ 61
- View details
cv-3d-patch-sliding-window-inferenceSkillAI & models
Tiles 3D volumes into overlapping patches for inference and averages overlapping regions to produce seamless predictions.
Ready to connect★ 61
- View details
cv-bev-conv1-channel-expansionSkillAI & models
Replace a pretrained ResNet's conv1 with a wider input conv to accept stacked BEV raster channels (semantic map + agent history) while keeping downstream weights
Ready to connect★ 61
- View details
cv-dbscan-ensemble-fusionSkillAI & models
Fuses 3D object detections from multiple models by clustering nearby predictions with DBSCAN and taking cluster centroids.
Ready to connect★ 61
- View details
cv-ema-model-averagingSkillAI & models
Tracks an Exponential Moving Average of model weights during training and evaluates both live and EMA models for more stable predictions.
Ready to connect★ 61
- View details
cv-flat-multicondition-headSkillAI & models
Models multiple conditions with a single flat output layer of N_labels × N_classes logits, sliced into per-condition softmax at inference.
Ready to connect★ 61
- View details
cv-generative-output-numeric-cleaningSkillAI & models
Clean noisy numeric strings from generative model output by removing invalid characters, fixing malformed floats, and handling multiple decimal points
Ready to connect★ 61
- View details
cv-kfold-model-averagingSkillAI & models
Average predictions from K independently trained fold models at inference time for variance reduction without stacking complexity
Ready to connect★ 61
- View details
cv-knn-distance-threshold-matchingSkillAI & models
KNN-based retrieval with grid-searched distance threshold to convert embedding neighbors into match predictions
Ready to connect★ 61
- View details
cv-min-area-mask-filteringSkillAI & models
Removes predicted segmentation masks below a per-class minimum pixel area threshold to eliminate small false positive regions at inference time.
Ready to connect★ 61
- View details
cv-modality-adaptive-dicom-windowingSkillAI & models
Route each DICOM series to a per-modality window-center / window-width pair (CT/CTA/MRA/MRI) before normalization, so the same model can ingest mixed modalities without one modality's intensity range washing out the others
Ready to connect★ 61
- View details
cv-multi-series-channel-stackingSkillAI & models
Stacks uniformly sampled slices from multiple MRI series (e.g., Sagittal T1, T2, Axial) into a single multi-channel tensor for one-pass inference.
Ready to connect★ 61
- View details
cv-multilabel-auc-evaluationSkillAI & models
Computes per-class ROC-AUC then macro-averages for multi-label classification evaluation and model selection.
Ready to connect★ 61
- View details
cv-multilabel-cooccurrence-correlation-edaSkillAI & models
For multi-label classification, compute the per-class binary correlation matrix restricted to multi-label rows and the conditional class counts given a rare anchor class — reveals label groupings the model can exploit (shared classifier heads, hierarchical loss weighting, post-hoc consistency rules)
Ready to connect★ 61
- View details
cv-pairwise-distance-proximity-filterSkillAI & models
Compute Euclidean distance between entity pairs from tracking data and filter out pairs beyond a threshold to reduce inference candidates
Ready to connect★ 61
- View details
cv-per-label-platt-isotonic-calibrationSkillAI & models
Fit a per-label probability calibrator on out-of-fold scores using Platt scaling (logistic regression on raw scores) and fall back to isotonic regression for labels where the logistic doesn't converge — pickle the dict of fitted calibrators and apply at inference for a small but free leaderboard lif
Ready to connect★ 61
- View details
cv-per-modality-ensemble-averagingSkillAI & models
Train separate models per imaging modality (FLAIR/T1w/T1wCE/T2w) and average their predictions for final ensemble
Ready to connect★ 61
- View details
cv-per-modality-separate-modelSkillAI & models
Trains one specialized model per imaging modality or series type, routing inputs by metadata at inference for modality-specific feature learning.
Ready to connect★ 61
- View details
cv-quadratic-weighted-kappa-callbackSkillAI & models
Custom training callback that computes Quadratic Weighted Kappa on validation data each epoch and checkpoints the best model.
Ready to connect★ 61
- View details
lobsterSkillAI & models
Our AI assistant. Boundless freedom, free interaction, capable of anything... 🦞 (@openclaw Chinese-localized enhanced edition, with multi-language switching and agent optimization)
Ready to connect★ 61
- View details
routeros-fundamentalsSkillAI & models
RouterOS v7 domain knowledge for AI agents. Use when: working with MikroTik RouterOS, writing RouterOS CLI/script commands, calling RouterOS REST API, debugging why a Linux command fails on RouterOS, or when the user mentions MikroTik, RouterOS, CHR, or /ip /system /interface paths. Scope: RouterOS
Ready to connect★ 60
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,585 of the 54,017 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.