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: Dev tools
16,976 results · page 490 of 566
- View details
odylith-context-engine-operationsSkillDev tools
Work with Odylith context-engine packets, retrieval, and routing support flows.
Ready to connect
- View details
odylith-delivery-governance-surface-opsSkillDev tools
Maintain Odylith delivery and governance surfaces after source-of-truth changes.
Ready to connect
- View details
odylith-diagram-catalogSkillDev tools
Update Atlas diagram catalog truth and related source diagrams for Odylith.
Ready to connect
- View details
odylith-disciplineSkillDev tools
Use when Odylith Discipline pressure behavior, zero-credit hard laws, host/lane parity, or benchmark-proved learning-spine contracts need validation.
Ready to connect
- View details
odylith-doctorSkillDev tools
Use when the current Odylith install needs verification or an approved repair.
Ready to connect
- View details
odylith-greenfield-governanceSkillDev tools
Use when a consumer repo needs proposal-first backlog, Registry, and Atlas drafts from new project intent before source exists.
Ready to connect
- View details
odylith-registry-spec-syncSkillDev tools
Sync Odylith registry component specs with implementation and governance evidence.
Ready to connect
- View details
odylith-registry-sync-specsSkillDev tools
Sync mapped Compass requirement evidence into component living specs.
Ready to connect
- View details
odylith-registry-validateSkillDev tools
Validate Registry component inventory contracts.
Ready to connect
- View details
odylith-release-planningSkillDev tools
Define release scope and move backlog workstreams between release targets.
Ready to connect
- View details
odylith-schema-registry-governanceSkillDev tools
Maintain schema-governance contracts and related Odylith registry truth.
Ready to connect
- View details
odylith-session-briefSkillDev tools
Use when current Odylith state needs a concise session brief.
Ready to connect
- View details
odylith-session-contextSkillDev tools
Preserve and resume Odylith session context, handoffs, and continuity across turns.
Ready to connect
- View details
odylith-show-meSkillDev tools
Use when the operator asks what Odylith can do for a repo, requests an advisory repo demo, or asks for the clean scenario-aware show-me output.
Ready to connect
- View details
odylith-versionSkillDev tools
Use when pinned, active, and locally available Odylith versions need inspection.
Ready to connect
- View details
paper-picnic-assistantSkillDev tools
Helps users discover relevant new research from the Paper Picnic weekly digest, which retrieve new research articles that appeared in the previous 7 days across 141 academic journals in political science and adjacent fields or working papers submitted to SocArXiv/OSF Preprints. Only use this skill w
Ready to connect
- View details
- View details
python-tui-appsSkillDev tools
Create polished Python terminal user interfaces and skill scripts with Textual and Rich. Use when: building TUI apps; adding interactive terminal workflows; designing tabs, progress bars, checkboxes, radio buttons, tables, charts, forms, status views, keyboard navigation, color, or responsive termin
Ready to connect
- View details
quaternion-algebraSkillDev tools
Abstract math for quaternion algebra (hypercomplex numbers ℍ). USE FOR: implementing quaternion multiplication (Hamilton product, non-commutative); conjugate, norm, and inverse; unit quaternions on S³ as double cover of SO(3); rotating 3D vectors with quaternions; understanding why q and −q represen
Ready to connect
- View details
reference-ellipsoidsSkillDev tools
Abstract math for reference ellipsoids used in geodesy. USE FOR: computing semi-minor axis from flattening; eccentricity and eccentricity squared; first and second eccentricity; arithmetic mean radius; radii of curvature in the meridian and prime vertical; ellipsoid surface area; ellipsoid volume; u
Ready to connect
- View details
reflection-in-and-on-actionSkillDev tools
Continuous self-reflection routine combining Schön (reflection-in-action / reflection-on-action) and Mezirow (content / process / premise) levels, anchored on KAMI values (val-002 глубина, val-007 честность перед собой, принцип 1 правда, принцип 2 нулевая толерантность к бреду). Triggers FIRE DURING
Ready to connect
- View details
release-close-sprintSkillDev tools
Use when the project owner wraps or closes a PuPu version/release — \"关 0.1.10\", \"close the release\", \"版本收尾\". Verifies a Size=Release parent issue and its direct sub-issues in GitHub Project, records close evidence there, and hands it to release certification.
Ready to connect
- View details
release-feature-auditSkillDev tools
Use when a new PuPu feature finishes implementation and needs its consistency audit before its ticket is marked done — \"audit #123\", \"审计这个功能\", \"这个 feature 过一遍检查\" — or when release-close-sprint roll-call finds a new feature that was never audited. Also covers standalone i18n checks (\"漏翻了吗\", \
Ready to connect
- View details
release-open-sprintSkillDev tools
Use when the project owner opens a new PuPu version/release — \"开 0.1.11\", \"open the next release\", \"开新版本\". Creates and scopes one Size=Release parent issue in PUPU Project; all version work is its direct sub-issues. Not for adding one item mid-release (release-draft-ticket) or closing a releas
Ready to connect
- View details
release-operatorSkillDev tools
Operate PuPu's protected GitHub Actions release chain when the project owner asks to build, qualify, stage, publish, resume, or inspect a release candidate. Use for exact run orchestration; do not use for release scope decisions or feature audits.
Ready to connect
- View details
rfdb-datalog-hash-join-shared-varSkillDev tools
Fix silent incorrect results in RFDB Datalog queries that share a variable between two edge atoms on opposite ends (e.g. self-join patterns like `edge(M, C, "T1"), edge(C, M, "T2")`). Use when: (1) a Datalog rule returns rows that look structurally wrong (e.g. a self-loop rule reports hits but pinni
Ready to connect
- View details
rfdb-write-lock-edge-flush-gotchaSkillDev tools
RFDB server becomes unresponsive (60s+ timeouts) during enricher addEdges write storms. Use when: (1) RFDB CPU spikes to 60-90% after addEdges calls; (2) subsequent reads time out at 60s; (3) server stays catatonic for 5-15 min after a write storm; (4) Tokio main thread parked (write-lock contention
Ready to connect
- View details
running-ms-test-bucketsSkillDev tools
Run Microsoft's BaseApp test buckets through AL Runner to find real gaps — where the sources come from, the configuration that must be exact, how to size a run, and how to turn failures into issues worth filing. --test-data is mandatory; without it roughly 40% of failures are missing setup data rath
Ready to connect
- View details
rust-cargo-fast-iteration-profileSkillDev tools
Speed up Rust development iteration when `cargo build --release` takes 10+ minutes even for one-line edits. Use when: (1) every release rebuild takes minutes despite tiny edits, (2) Cargo.toml has `lto = "fat"` and/or `codegen-units = 1` in `[profile.release]`, (3) you want a production- shaped buil
Ready to connect
- View details
rust-embed-rebuild-invalidationSkillDev tools
Force `rust-embed` to re-embed assets from `$GRAFEMA_UI_DIST` (or any env-driven path) when cargo's incremental compilation skips the macro re-expansion. Use when: (1) you rebuilt the GUI bundle but the rust-server binary still serves the OLD bundle, (2) `cargo build --release` finishes in seconds (
Ready to connect
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,082 of the 54,514 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.