All Skills

7965 skills found

Skills List

flags

flags

250Kfrontend

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

react avatarreact
Get
flow

flow

250Kfrontend

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

react avatarreact
Get
feature-flags

feature-flags

249Ktesting-qa

Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.

react avatarreact
Get
test

test

249Ktesting-qa

Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.

react avatarreact
Get
verify

verify

249Kfrontend

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

react avatarreact
Get
extract-errors

extract-errors

249Kfrontend

Use when adding new error messages to React, or seeing "unknown error code" warnings.

react avatarreact
Get
fix

fix

247Kfrontend

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

react avatarreact
Get
fix

fix

247Kfrontend

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

facebook avatarfacebook
Get
unified-memory

unified-memory

244Ksecurity

Share durable, inspectable context and handoffs between Claude, Codex, Hermes, Cursor, OpenCode, and other agents through the local ECC Memory Vault. Use when an agent must save work state, transfer context, resume another agent's task, or search shared project knowledge.

affaan-m avataraffaan-m
Get
contract-first

contract-first

244Ktesting-qa

Use when multiple consumers and providers must evolve an API or event schema without field drift, integration surprises, or one side silently redefining the interface.

affaan-m avataraffaan-m
Get
ito-compute

ito-compute

244Kproductivity

Query live GPU inventory, submit an authenticated Itô fixed-rate RFQ, inspect RFQ or procurement status, revoke device credentials, and run explicitly gated node qualification through the separately installed canonical CLI. Use when a user asks to find H100/H200 capacity, request a fixed compute rate, check Itô compute status, validate GPU nodes, revoke Itô access, or rent or purchase GPU compute and needs the supported boundary explained.

affaan-m avataraffaan-m
Get
loop-design-check

loop-design-check

243Ktesting-qa

Design a goal-oriented agent loop, and review it for the ways loops go wrong — spinning and burning tokens, Goodhart-gaming the verifier, or running a wrong answer to completion. Two actions: (1) WRITE a loop — gate whether to build it, define a machine-decidable goal, pick the loop type, pick a skeleton; (2) REVIEW a loop — run it past five failure modes plus decidability, boundaries, fallback, judge independence, and keep-judgment-with-the-human red lines. Use when designing an autonomous agent loop, or when you already have one and worry it will spin, cheat, or run a wrong answer to the end. Complements the mechanism-layer loop skills (autonomous-loops, continuous-agent-loop) by covering the judgment layer they don't. 中文触发:写 loop、设计 loop、做一个 loop、检查 loop 对不对、loop 体检、loop 会不会跑飞、可判定目标、五个崩法、plan build judge。English triggers: design an agent loop, write a loop, check a loop, loop review, prevent a runaway loop, goal-oriented loop, decidable goal, plan/build/judge.

affaan-m avataraffaan-m
Get
plan-canvas

plan-canvas

242Kagent-workflows

Open plans and HTML artifacts in a local browser canvas where the human annotates elements, chats, and approves or requests changes without leaving the page. Use when presenting a plan for review, or when feedback like "move this, change that" is easier pointed at than typed.

affaan-m avataraffaan-m
Get
react-native-patterns

react-native-patterns

241Ksecurity

React Native and Expo app patterns — Expo Router navigation, state separation (server/client/route/form), TanStack Query data fetching with Zod, performant lists, NativeWind/StyleSheet styling, native APIs, and secure storage. Use when building or editing React Native / Expo screens, components, navigation, or data layers.

affaan-m avataraffaan-m
Get
ecc-recipes

ecc-recipes

241Kproductivity

Map a described workflow to the right ECC command-GROUP with run-order and stop condition, and browse all command-group recipe families. Adds a family-grouping + run-order + when-to-stop layer on top of the flat command catalog. Advisory only. TRIGGER when the user says which commands for X, what command group runs X, show ECC recipes, list ECC pipelines, or how do I run a workflow with ECC. DO NOT TRIGGER when the user wants the task executed directly, wants a single-command deep doc (use ecc-guide), or wants a draft prompt rewritten (use prompt-optimizer).

affaan-m avataraffaan-m
Get
growth-log

growth-log

241Kbrowser-web

Use after a complex task, failure, or when reviewing what was learned. Teaches how to write growth logs that extract reusable patterns — not diary entries.

affaan-m avataraffaan-m
Get
delivery-gate

delivery-gate

241Kprompting-reasoning

Stop hook that blocks Claude from finishing until quality checks pass. Detects rationalization patterns (surface text heuristics), stale learning logs (filesystem mtime), and low disk space. Complements self-audit by mechanically enforcing learning capture habits. Use when Claude should be mechanically blocked from declaring work finished before quality checks and learning capture actually pass.

affaan-m avataraffaan-m
Get
mailtrap-email-integration

mailtrap-email-integration

241Ktesting-qa

Guides agents through integrating transactional email sending via Mailtrap's Email API, including sandbox testing, domain verification, and API authentication. Use when implementing email-sending features, debugging delivery issues, or setting up safe dev/staging email testing.

affaan-m avataraffaan-m
Get
ml-adoption-playbook

ml-adoption-playbook

240Kagent-workflows

End-to-end methodology for AI agents and software engineers to add machine learning algorithms to existing non-ML codebases. Covers problem framing, data readiness, architectural decoupling, and baseline model integration. Use when adding a machine learning capability to a codebase that has none, from problem framing through a baseline model.

affaan-m avataraffaan-m
Get
generating-python-installer

generating-python-installer

240Ktesting-qa

Commercial-grade Python installer expert for Windows: Nuitka extreme compilation, dist slimming, DLL footprint analysis, and Inno Setup packaging to ship the smallest, fastest installers. Use when a Python app must ship as a minimal, fast-starting Windows installer; not for basic script-to-exe conversion. 中文触发:Nuitka 极限优化、Python 商业打包、极限编译 Python、dist 瘦身、DLL 分析、最小安装包、最快启动、商业级打包风格

affaan-m avataraffaan-m
Get
team-agent-orchestration

team-agent-orchestration

240Kagent-workflows

Run team-based orchestration for agent squads using work items, ownership, agent Kanban, merge gates, and control pane handoffs. Use when coordinating an agent squad with work items, ownership, Kanban, and merge gates.

affaan-m avataraffaan-m
Get
dynamic-workflow-mode

dynamic-workflow-mode

240Kagent-workflows

Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses. Use when building a task-local harness, adding eval gates, or extracting a reusable skill from ad-hoc work.

affaan-m avataraffaan-m
Get
kubernetes-patterns

kubernetes-patterns

240Kbackend-api

Kubernetes workload patterns, resource management, RBAC, probes, autoscaling, ConfigMap/Secret handling, and kubectl debugging for production-grade deployments. Use when writing or reviewing Kubernetes manifests, or debugging probes, RBAC, autoscaling, or resource limits.

affaan-m avataraffaan-m
Get
codehealth-mcp

codehealth-mcp

240Kcode-generation

Real-time structural Code Health via CodeScene MCP — review before edits, verify score deltas after changes, gate commits and PRs. Use when reviewing code quality, refactoring, checking if AI changes degraded a file, or before commit/PR.

affaan-m avataraffaan-m
Get
Want a category view? Try /category/writing-content.