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,902 results · page 456 of 564
- View details
appstore-archive-uploaderSkillDev tools
App Store IPA/PKG archives: set version/build numbers, archive, export, upload, or publish with `asc xcode` before TestFlight/App Store submission.
Ready to connect
- View details
appstore-aso-auditorSkillDev tools
App Store ASO audit: analyze canonical `./metadata` offline after `asc metadata pull`; add Astro MCP keyword gaps and Apple app-tag context when available.
Ready to connect
- View details
appstore-connect-cliSkillDev tools
App Store Connect commands: discover and run generic `asc` CLI auth, schemas, canonical verbs, pagination, output, records, API requests, and timeouts; exclude Apple Ads campaigns.
Ready to connect
- View details
appstore-crash-insightsSkillDev tools
TestFlight crash reports: triage crashes, beta feedback, hangs, disk writes, launches, and performance diagnostics with `asc`.
Ready to connect
- View details
appstore-id-resolverSkillDev tools
App Store Connect IDs: resolve apps, builds, versions, groups, testers, and review submissions from names with deterministic `asc` lookups.
Ready to connect
- View details
appstore-release-directorSkillDev tools
iOS App Store release orchestration from a local repo through signing, metadata, privacy, screenshots, upload, TestFlight, review submission/resubmission, blocker triage, and release evidence.
Ready to connect
- View details
appstore-release-plannerSkillDev tools
App Store release go/no-go planning for readiness, first-submission blockers, sequencing, and stage-versus-submit decisions. Routes execution to focused skills; review commands belong to appstore-review-readiness.
Ready to connect
- View details
appstore-revenuecat-syncSkillDev tools
App Store Connect and RevenueCat subscription/IAP reconciliation with `asc` and RevenueCat MCP for catalog bootstrap, drift audits, deterministic product/entitlement/offering/package mapping, and no deletions.
Ready to connect
- View details
appstore-screenshot-pipelineSkillDev tools
iOS App Store screenshot automation with xcodebuild/simctl capture, AXe plans, Koubou framing, review artifacts, and `asc` upload.
Ready to connect
- View details
appstore-screenshot-validatorSkillDev tools
App Store screenshot validation and upload with live `asc` size data and macOS `sips` to resize, strip alpha, and color-convert copies.
Ready to connect
- View details
appstore-signing-setupSkillDev tools
App Store signing asset setup with `asc` for bundle IDs, capabilities, certificates, profiles, local install, rotation, and encrypted team sync.
Ready to connect
- View details
appstore-wall-publisherSkillDev tools
Submit or update Wall of Apps entries in the App-Store-Connect-CLI repository with `asc apps wall submit`; match wall submission, addition, or update requests.
Ready to connect
- View details
appstore-workflow-runnerSkillDev tools
Manage `.asc/workflow.json` automations; define, validate, run, resume, and audit trusted repo-local release/TestFlight flows and step outputs with `asc workflow`.
Ready to connect
- View details
avalonia-xaml-source-generatorSkillDev tools
Comprehensive guide for choosing, installing, wiring, and troubleshooting XamlToCSharpGenerator (AXSG) packages in Avalonia projects. Use when Codex needs to add AXSG to an Avalonia app, select among the public AXSG packages or tooling artifacts, configure SourceGen MSBuild switches, set up runtime
Ready to connect
- View details
bb-check-cdcSkillDev tools
AST-based check for CDC/RDC violations: compares against MAS clock_domains to find cross-domain signals and verifies they are protected by the 2ff-sync CBB. Triggers: (1) before synthesis in bba-guru-synthesis; (2) explicit /bb-check-cdc.
Ready to connect
- View details
bb-check-lintSkillDev tools
Runs babel-lsp / verible-verilog-lint to check SV source code. src must be synthesizable (zero syntax errors); tb may contain verification constructs. On src errors, automatically fixes and re-checks (max 3 iterations). Triggers: (1) after bba-guru-rtl generation; (2) RTL fix re-check; (3) explicit
Ready to connect
- View details
bb-code-reviewSkillDev tools
Adversarial code review: code quality / maintainability / timing risks / overall friendliness / MAS alignment. Defaults to ruthless mode, finding EVERY flaw. Trigger scenarios: (1) after RTL lint; (2) explicit /bb-code-review.
Ready to connect
- View details
bb-create-floorplanSkillDev tools
Generates a Magic floorplan TCL from MAS (io_ring/pad_list/clock_plan) plus the synthesized netlist, and hands it to bb-invoke-magic for execution. Trigger scenarios: (1) floorplanning after bba-guru-pd synthesis; (2) regenerating with adjusted utilization after a DRC failure; (3) explicit /bb-creat
Ready to connect
- View details
bb-gateSkillDev tools
Unified quality gate: acceptance across four stages — RTL / synthesis / test / PD. Calls the shared gate_runner.py with parameters. Triggers: (1) called by bba-guru-* at the end of a stage; (2) explicit /bb-gate <domain>.
Ready to connect
- View details
bb-generate-tbSkillDev tools
Generates SystemVerilog UVM or cocotb testbenches and a list of test cases based on the MAS, verification_plan, and RTL interface descriptions. Trigger scenarios: (1) bba-guru-verification after the plan is completed; (2) supplementing corner case TBs; (3) explicit /bb-generate-tb.
Ready to connect
- View details
bb-invoke-abcSkillDev tools
**[DEPRECATED in v1.3 — common path uses bb-invoke-yosys' embedded ABC]** 独立调用 ABC(Berkeley Logic Synthesis)做逻辑优化,仅 `mapping_effort=high` 等高级调优场景使用。触发场景:(1) bb-invoke-yosys `chain_to_abc=true` 时;(2) 显式 /bb-invoke-abc 调试。
Ready to connect
- View details
bb-invoke-klayoutSkillDev tools
Invoke KLayout 0.30.8 to perform GDSII export (stream out), GDS-level DRC, or post-export verification. Produces the final .gds (signoff artifact) at the end of the PD flow. Trigger scenarios: (1) GDS export after bba-guru-pd routing; (2) DRC checks at the GDS level; (3) post-export verification; (4
Ready to connect
- View details
bb-invoke-magicSkillDev tools
Invokes Magic 8.3.641 to perform PD operations: floorplan / place / DRC / layout extraction. Trigger scenarios: (1) bba-guru-pd performs floorplan and placement; (2) DRC after routing; (3) extract SPICE before LVS; (4) explicit /bb-invoke-magic.
Ready to connect
- View details
bb-invoke-netgenSkillDev tools
Invoke Netgen 1.5.275 to run LVS comparison: synthesized netlist vs. Magic-extracted SPICE; it must match for signoff. Trigger scenarios: (1) LVS after bba-guru-pd extract; (2) explicit /bb-invoke-netgen.
Ready to connect
- View details
bb-invoke-openstaSkillDev tools
Invoke OpenSTA 2.5.0 for static timing analysis (STA). Validates WNS/TNS after synthesis; performs post-route signoff during PD (multiple PVT corners + SPEF). Trigger scenarios: (1) bba-guru-synthesis checks timing after synthesis; (2) bba-guru-pd runs multi-corner signoff after routing; (3) explici
Ready to connect
- View details
bb-invoke-qrouterSkillDev tools
Invokes QRouter 1.4 to perform detail routing on a placed DEF, producing routed.def. Trigger scenarios: (1) bba-guru-pd routes after placement is complete; (2) explicit /bb-invoke-qrouter.
Ready to connect
- View details
behavioral-a11ySkillDev tools
Load this skill when writing, reviewing, or interpreting behavioral accessibility automation — tests that manipulate a rendered page (resizing the viewport, pressing real keys, capturing and comparing screenshots) rather than only inspecting static markup or a single computed accessibility tree. Cov
Ready to connect
- View details
bmap-jsapi-threeSkillDev tools
Build professional 3D maps and GIS applications using MapV-Three - a 3D map library based on the Z-up coordinate system, supporting geographic visualization features such as map editing, measurement tools, feature drawing, and data management. Suitable for creating Web-GIS applications such as map e
Ready to connect
- View details
build-swift-appsSkillDev tools
Route broad or ambiguous Swift and Apple-platform work to a focused skill; this router does not implement domain work. Covers iOS, macOS, SwiftUI, Xcode, Simulator, App Store Connect, Tuist, SwiftPM, signing, profiling, and Apple research.
Ready to connect
- View details
color-contrastSkillDev tools
Load this skill whenever the project contains text, UI components, icons, form controls, data visualisations, or focus indicators — in short, almost every project. Under no circumstances hard-code colour values without verifying contrast ratios. Absolutely always ensure text meets 4.5:1, large text
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.
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.