所有 Skills

找到 5597 個 Skills

Skills 列表

hookify-rules

hookify-rules

240Ktesting-qa

This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify rule syntax and patterns.

affaan-m avataraffaan-m
獲取
evm-token-decimals

evm-token-decimals

240Kprompting-reasoning

Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization for bots, dashboards, and DeFi tools. Use when handling token amounts across EVM chains, or when a balance, price, or transfer amount is off by orders of magnitude.

affaan-m avataraffaan-m
獲取
gateguard

gateguard

240Kagent-workflows

Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated agents.

affaan-m avataraffaan-m
獲取
everything-claude-code

everything-claude-code

240Kcode-generation

Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.

affaan-m avataraffaan-m
獲取
hermes-imports

hermes-imports

240Kprompting-reasoning

Convert local Hermes operator workflows into sanitized ECC skills and release-pack artifacts. Use when preparing a Hermes workflow for public ECC reuse without leaking private workspace state, credentials, or local-only paths.

affaan-m avataraffaan-m
獲取
fastapi-patterns

fastapi-patterns

240Ksecurity

FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest. Use when building or reviewing FastAPI apps — Pydantic schemas, dependencies, async handlers, auth, or tests.

affaan-m avataraffaan-m
獲取
vite-patterns

vite-patterns

240Kfrontend

Vite build tool patterns including config, plugins, HMR, env variables, proxy setup, SSR, library mode, dependency pre-bundling, and build optimization. Activate when working with vite.config.ts, Vite plugins, or Vite-based projects.

affaan-m avataraffaan-m
獲取
agent-architecture-audit

agent-architecture-audit

240Kresearch-knowledge

Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature. Use when an agent or LLM feature misbehaves and the failing layer is unknown, or before shipping an agent stack.

affaan-m avataraffaan-m
獲取
mysql-patterns

mysql-patterns

240Ksecurity

MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends. Use when designing MySQL or MariaDB schemas and indexes, or when a query, transaction, or replica lags.

affaan-m avataraffaan-m
獲取
motion-ui

motion-ui

240Kfrontend

Production-ready UI motion system for React/Next.js. Use when implementing animations, transitions, or motion patterns.

affaan-m avataraffaan-m
獲取
windows-desktop-e2e

windows-desktop-e2e

240Ktesting-qa

E2E testing for Windows native desktop apps (WPF, WinForms, Win32/MFC, Qt) using pywinauto and Windows UI Automation. Use when writing E2E tests for a Windows native desktop app with pywinauto or UI Automation.

affaan-m avataraffaan-m
獲取
make-interfaces-feel-better

make-interfaces-feel-better

240Kfrontend

Apply concrete design-engineering details that make interfaces feel polished. Use when reviewing or improving UI spacing, typography, borders, shadows, motion, hit areas, icons, text wrapping, and interaction states.

affaan-m avataraffaan-m
獲取
production-audit

production-audit

240Ksecurity

Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and "what breaks in prod?" questions without sending repo data to an external audit service. Use when auditing production readiness before launch, after a merge, or when asked what breaks in prod.

affaan-m avataraffaan-m
獲取
error-handling

error-handling

240Kfrontend

Patterns for robust error handling across TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages. Use when designing error types, retries, circuit breakers, or user-facing failure messages in TypeScript, Python, or Go.

affaan-m avataraffaan-m
獲取
redis-patterns

redis-patterns

240Kbackend-api

Redis data structure patterns, caching strategies, distributed locks, rate limiting, pub/sub, and connection management for production applications. Use when adding caching, a distributed lock, rate limiting, or pub/sub with Redis, or when key design needs review.

affaan-m avataraffaan-m
獲取
ui-to-vue

ui-to-vue

240Kdesign-ui

Use when the user has UI screenshots or design exports that need batch conversion into Vue 3 components, especially with Vant, Element Plus, or Ant Design Vue.

affaan-m avataraffaan-m
獲取
motion-advanced

motion-advanced

240Kfrontend

Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations. Use when building drag and drop, gestures, text or SVG animation, or imperative animation sequences in React or Next.js.

affaan-m avataraffaan-m
獲取
ios-icon-gen

ios-icon-gen

240Kdesign-ui

Generate iOS app icons as PNG imagesets for Xcode asset catalogs from SF Symbols (5000+ Apple-native) or Iconify API (275k+ open source icons from 200+ collections). Use when generating icons, creating icon assets, adding icons to asset catalog, or searching for icons for iOS projects.

affaan-m avataraffaan-m
獲取
homelab-network-setup

homelab-network-setup

240Kdesign-ui

Practical home and homelab network planning for gateways, switches, access points, IP ranges, DHCP reservations, DNS, cabling, and common beginner mistakes. Use when planning or fixing a home or homelab network — gateway, switch, AP, IP ranges, DHCP, DNS, or cabling.

affaan-m avataraffaan-m
獲取
network-interface-health

network-interface-health

240Kagent-workflows

Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts. Use when an interface shows errors, drops, CRCs, flapping, or a duplex or speed mismatch.

affaan-m avataraffaan-m
獲取
motion-patterns

motion-patterns

240Kfrontend

Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs. Use when animating a specific UI element in React or Next.js — button, modal, toast, stagger, page transition, or scroll.

affaan-m avataraffaan-m
獲取
motion-foundations

motion-foundations

240Kfrontend

Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this. Use when setting up motion tokens, spring presets, reduced-motion handling, or SSR-safe animation in React or Next.js.

affaan-m avataraffaan-m
獲取
ecc-guide

ecc-guide

240Kagent-workflows

Guide users through ECC's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface before answering.

affaan-m avataraffaan-m
獲取
skill-stocktake

skill-stocktake

240Kagent-workflows

Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

affaan-m avataraffaan-m
獲取
想按分類檢視?試試 /category/writing-content.