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 460 of 566
- 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
- View details
componentSkillDev tools
Create a UI component. Triggers "create component", "new component", "add component", or naming a component to build (Button, Header, Card).
Ready to connect
- View details
context-docSkillDev tools
Build CONTEXT.md (domain glossary) and docs/adr/ through an interview. Triggers "domain language", "glossary", "ADR", or inconsistent terminology across the codebase.
Ready to connect
- View details
decision-mappingSkillDev tools
Turn a loose idea into a sequenced map of investigation tickets, then drive them to resolution one at a time.
Ready to connect
- View details
e2e-coverage-checkSkillDev tools
Analyze current branch changes vs main and determine whether e2e tests need to be created or updated. Produces a structured report with coverage gaps and recommendations. Use after completing a feature or before creating a PR.
Ready to connect
- View details
falsify-the-problemSkillDev tools
Challenge the current problem formulation before solving it. Use when explicitly invoked, or when meaningful framing uncertainty and non-trivial intervention cost or risk coexist; do not auto-activate for verified diagnoses or mechanical edits.
Ready to connect
- View details
flutter-adding-home-screen-widgetsSkillDev tools
Adds home screen widgets to a Flutter app for Android and iOS. Use when providing glanceable app information or quick actions on the device home screen.
Ready to connect
- View details
flutter-animating-appsSkillDev tools
Lets your agent add animations, transitions, and motion effects to Flutter mobile apps.
Ready to connect
- View details
flutter-architecting-appsSkillDev tools
Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.
Ready to connect
- View details
flutter-building-formsSkillDev tools
Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.
Ready to connect
- View details
flutter-building-layoutsSkillDev tools
Builds Flutter layouts using the constraint system and layout widgets. Use when creating or refining the UI structure of a Flutter application.
Ready to connect
- View details
flutter-caching-dataSkillDev tools
Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce network requests or speed up startup.
Ready to connect
- View details
flutter-handling-http-and-jsonSkillDev tools
Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from external sources.
Ready to connect
- View details
flutter-implementing-navigation-and-routingSkillDev tools
Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.
Ready to connect
- View details
flutter-improving-accessibilitySkillDev tools
Configures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring an application is usable for people with disabilities.
Ready to connect
- View details
flutter-interoperating-with-native-apisSkillDev tools
Interoperates with native platform APIs on Android, iOS, and the web. Use when accessing device-specific features not available in Dart or calling existing native code.
Ready to connect
- View details
flutter-localizing-appsSkillDev tools
Configures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse user locales.
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.