Catalog pagination

Agent Skills catalog — page 4

These pages make the complete catalog reachable through standard HTML links. Use the main directory to search, filter, and compare Skills.

windows-desktop-e2e

affaan-m/ECC

Updated today
234.3K

E2E testing for Windows native desktop apps (WPF, WinForms, Win32/MFC, Qt) using pywinauto and Windows UI Automation.

EngineeringDesignOperationsTesting
Quality90Install ready
See how to use it

accessibility

affaan-m/ECC

Updated today
234.3K

Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android).

Design
Quality89Install ready
See how to use it

claude-devfleet

affaan-m/ECC

Updated today
234.3K

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

EngineeringOperationsResearch
Quality89Install ready
See how to use it

configure-ecc

affaan-m/ECC

Updated today
234.3K

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

EngineeringResearch
Quality89Install ready
Claude Code
See how to use it

defi-amm-security

affaan-m/ECC

Updated today
234.3K

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.

Quality89Install ready
See how to use it

django-tdd

affaan-m/ECC

Updated today
234.3K

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

EngineeringOperationsTestingPython
Quality89Install ready
See how to use it

ecc-tools-cost-audit

affaan-m/ECC

Updated today
234.3K

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.

Operations
Quality89Install ready
See how to use it

flutter-dart-code-review

affaan-m/ECC

Updated today
234.3K

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.

EngineeringDesignCode review
Quality89Install ready
See how to use it

network-bgp-diagnostics

affaan-m/ECC

Updated today
234.3K

Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection.

Quality89Install ready
See how to use it

network-config-validation

affaan-m/ECC

Updated today
234.3K

Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene.

OperationsDeployment
Quality89Install ready
See how to use it

quarkus-tdd

affaan-m/ECC

Updated today
234.3K

JUnit 5、Mockito、REST Assured、Camelテスト、JaCoCoを使用したQuarkus 3.xのテスト駆動開発。機能追加、バグ修正、またはイベント駆動サービスのリファクタリング時に使用。

EngineeringOperationsTesting
Quality89Install ready
See how to use it

agent-architecture-audit

affaan-m/ECC

Updated today
234.3K

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.

HealthcareEngineeringOperations
Quality88Install ready
See how to use it

agent-self-evaluation

affaan-m/ECC

Updated today
234.3K

Use after completing any non-trivial task. The agent self-rates its output on 5 axes — accuracy, completeness, clarity, actionability, conciseness — with concrete evidence per criterion. Produces a structured 1-5 scorecard with specific improvement suggestions.

EngineeringOperationsResearch
Quality88Install ready
See how to use it

angular-developer

affaan-m/ECC

Updated today
234.3K

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.

EngineeringDesignTesting
Quality88Install ready
See how to use it

codebase-onboarding

affaan-m/ECC

Updated today
234.3K

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

EngineeringResearchTesting
Quality88Install ready
Claude Code
See how to use it

customer-billing-ops

affaan-m/ECC

Updated today
234.3K

Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe. Use when the user needs to help a customer, inspect subscription state, or manage revenue-impacting billing operations.

OperationsResearch
Quality88Install ready
See how to use it

everything-claude-code

affaan-m/ECC

Updated today
234.3K

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

EngineeringOperationsTesting
Quality88Install ready
Claude Code
See how to use it

everything-claude-code-conventions

affaan-m/ECC

Updated today
234.3K

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

EngineeringTesting
Quality88Install ready
Claude Code
See how to use it

flox-environments

affaan-m/ECC

Updated today
234.3K

Create reproducible, cross-platform (macOS/Linux) development environments with Flox, a declarative Nix-based environment manager. Use when setting up project toolchains for any language, installing system-level dependencies (compilers, databases, native libs like openssl/BLAS), pinning exact package versions for a team, running local services (PostgreSQL, Redis, Kafka), onboarding developers with one command, or solving 'works on my machine' problems — including agent/vibe-coding setups that ne

EngineeringPython
Quality88Install ready
See how to use it

ios-icon-gen

affaan-m/ECC

Updated today
234.3K

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.

Engineering
Quality88Install ready
See how to use it

kotlin-testing

affaan-m/ECC

Updated today
234.3K

使用Kotest、MockK、协程测试、基于属性的测试和Kover覆盖率的Kotlin测试模式。遵循TDD方法论和地道的Kotlin实践。

EngineeringTesting
Quality88Install ready
See how to use it

prisma-patterns

affaan-m/ECC

Updated today
234.3K

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.

EngineeringDesignOperationsDeployment
Quality88Install ready
Cursor
See how to use it

product-capability

affaan-m/ECC

Updated today
234.3K

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.

OperationsTranslation
Quality88Install ready
See how to use it

product-lens

affaan-m/ECC

Updated today
234.3K

Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation contract.

HealthcareEngineeringTesting
Quality88Install ready
See how to use it