效率工具

任务自动化、办公工作流和个人效率

671 個 Skills 可用

Skills 列表

code-tour

code-tour

240Kagent-workflows

Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests. Use when the user asks for a code tour, onboarding walkthrough, PR tour, or an explanation of how a subsystem works.

affaan-m avataraffaan-m
獲取
product-capability

product-capability

240Kagent-workflows

Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose.

affaan-m avataraffaan-m
獲取
csharp-testing

csharp-testing

240Ktesting-qa

C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices. Use when writing or reviewing xUnit tests, mocks, or integration tests in a C# / .NET project.

affaan-m avataraffaan-m
獲取
llm-trading-agent-security

llm-trading-agent-security

240Kagent-workflows

Security patterns for autonomous trading agents with wallet or transaction authority. Covers prompt injection, spend limits, pre-send simulation, circuit breakers, MEV protection, and key handling. Use when an autonomous agent holds wallet or transaction authority and its limits, simulation, or key handling need review.

affaan-m avataraffaan-m
獲取
social-graph-ranker

social-graph-ranker

240Kagent-workflows

Weighted social-graph ranking for warm intro discovery, bridge scoring, and network gap analysis across X and LinkedIn. Use when the user wants the reusable graph-ranking engine itself, not the broader outreach or network-maintenance workflow layered on top of it.

affaan-m avataraffaan-m
獲取
automation-audit-ops

automation-audit-ops

240Kproductivity

Evidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.

affaan-m avataraffaan-m
獲取
hipaa-compliance

hipaa-compliance

240Ksecurity

HIPAA-specific entrypoint for healthcare privacy and security work. Use when a task is explicitly framed around HIPAA, PHI handling, covered entities, BAAs, breach posture, or US healthcare compliance requirements.

affaan-m avataraffaan-m
獲取
research-ops

research-ops

240Kresearch-knowledge

Evidence-first current-state research workflow for ECC. Use when the user wants fresh facts, comparisons, enrichment, or a recommendation built from current public evidence and any supplied local context.

affaan-m avataraffaan-m
獲取
email-ops

email-ops

240Kproductivity

Evidence-first mailbox triage, drafting, send verification, and sent-mail-safe follow-up workflow for ECC. Use when the user wants to organize email, draft or send through the real mail surface, or prove what landed in Sent.

affaan-m avataraffaan-m
獲取
messages-ops

messages-ops

240Kproductivity

Evidence-first live messaging workflow for ECC. Use when the user wants to read texts or DMs, recover a recent one-time code, inspect a thread before replying, or prove which message source was actually checked.

affaan-m avataraffaan-m
獲取
nodejs-keccak256

nodejs-keccak256

240Kcode-generation

Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation. Use when hashing for Ethereum in JavaScript or TypeScript, or when a selector, signature, storage slot, or derived address is wrong.

affaan-m avataraffaan-m
獲取
defi-amm-security

defi-amm-security

240Ksecurity

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math. Use when auditing or writing Solidity AMM, liquidity pool, or swap code.

affaan-m avataraffaan-m
獲取
unified-notifications-ops

unified-notifications-ops

240Kagent-workflows

Operate notifications as one ECC-native workflow across GitHub, Linear, desktop alerts, hooks, and connected communication surfaces. Use when the real problem is alert routing, deduplication, escalation, or inbox collapse.

affaan-m avataraffaan-m
獲取
ecc-tools-cost-audit

ecc-tools-cost-audit

240Kdevops-cloud

Evidence-first ECC Tools burn and billing audit workflow. Use when investigating runaway PR creation, quota bypass, premium-model leakage, duplicate jobs, or GitHub App cost spikes in the ECC Tools repo.

affaan-m avataraffaan-m
獲取
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
獲取