Catalog pagination

Agent Skills catalog · page 12

Standard HTML pagination keeps the complete catalog discoverable. Use the main directory for search, filtering, and comparison.

Current page
12/128
Entries on page
24
URL status
Self-canonical
Computed 80234,327

affaan-m/ECC

bun-runtime

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

Computed 80234,327

affaan-m/ECC

connections-optimizer

Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-signal relationships.

Computed 80234,327

affaan-m/ECC

cost-aware-llm-pipeline

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

Computed 80234,327

affaan-m/ECC

database-migrations

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

Computed 80234,327

affaan-m/ECC

deep-research

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

Computed 80234,327

affaan-m/ECC

django-celery

Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.

Computed 80234,327

affaan-m/ECC

django-security

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

Computed 80234,327

affaan-m/ECC

django-security

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

Computed 80234,327

affaan-m/ECC

eval-harness

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

Computed 80234,327

affaan-m/ECC

eval-harness

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

Computed 80234,327

affaan-m/ECC

gateguard

Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.

Computed 80234,327

affaan-m/ECC

git-workflow

Use it for code review and testing tasks; the detail page covers purpose, installation, and practical steps.

Computed 80234,327

affaan-m/ECC

golang-testing

Use it for testing and engineering tasks; the detail page covers purpose, installation, and practical steps.

Computed 80234,327

affaan-m/ECC

hipaa-compliance

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.

Computed 80234,327

affaan-m/ECC

homelab-wireguard-vpn

WireGuard VPN server setup, peer configuration, key generation, split tunneling vs full tunnel routing, and remote access to a home network from mobile and laptop clients.

Computed 80234,327

affaan-m/ECC

kotlin-exposed-patterns

Review kotlin-exposed-patterns's use cases, installation, workflow, and original source instructions.

Computed 80234,327

affaan-m/ECC

kotlin-testing

Patrones de pruebas Kotlin con Kotest, MockK, pruebas de coroutines, pruebas basadas en propiedades y cobertura con Kover. Sigue la metodología TDD con prácticas idiomáticas de Kotlin.

Computed 80234,327

affaan-m/ECC

llm-trading-agent-security

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.

Computed 80234,327

affaan-m/ECC

orch-add-feature

Orchestrate building a brand-new feature end to end — research, plan, TDD implementation, review, and gated commit — by delegating each phase to the matching ECC agent. Use when adding a capability that does not exist yet.

Computed 80234,327

affaan-m/ECC

orch-change-feature

Orchestrate altering an existing, working feature to new desired behavior — update its tests to the new spec, change the implementation to match, review, and gated commit. Use when behavior is not broken but should be different.

Computed 80234,327

affaan-m/ECC

orch-fix-defect

Orchestrate fixing a bug — reproduce it as a failing regression test, fix to green, review, and gated commit — by delegating each phase to the matching ECC agent. Use when existing behavior is broken or wrong.

Computed 80234,327

affaan-m/ECC

orch-refine-code

Orchestrate a behavior-preserving refactor — confirm tests are green, restructure without changing behavior, keep tests green, review, and gated commit. Use when the structure should improve but behavior must not change.

Computed 80234,327

affaan-m/ECC

python-patterns

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

Computed 80234,327

affaan-m/ECC

pytorch-patterns

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.