Catalog pagination
Agent Skills catalog — page 12
These pages make the complete catalog reachable through standard HTML links. Use the main directory to search, filter, and compare Skills.
bun-runtime
affaan-m/ECC
Updated todayBun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.
connections-optimizer
affaan-m/ECC
Updated todayReorganize 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.
cost-aware-llm-pipeline
affaan-m/ECC
Updated todayCost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.
database-migrations
affaan-m/ECC
Updated todayDatabase 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).
deep-research
affaan-m/ECC
Updated todayMulti-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.
django-celery
affaan-m/ECC
Updated todayDjango + 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.
django-security
affaan-m/ECC
Updated todayDjango security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
django-security
affaan-m/ECC
Updated todayDjango security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
eval-harness
affaan-m/ECC
Updated todayFormal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
eval-harness
affaan-m/ECC
Updated todayFormal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
gateguard
affaan-m/ECC
Updated todayAPI、エージェント、およびLLMエンドポイントのアクセス制御と認可パターン。
git-workflow
affaan-m/ECC
Updated todayGit工作流模式,包括分支策略、提交约定、合并与变基、冲突解决以及适用于各种规模团队的协作开发最佳实践。
golang-testing
affaan-m/ECC
Updated todayGo测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。
hipaa-compliance
affaan-m/ECC
Updated todayHIPAA-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.
homelab-wireguard-vpn
affaan-m/ECC
Updated todayWireGuard 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.
kotlin-exposed-patterns
affaan-m/ECC
Updated todayJetBrains Exposed ORM パターン(DSL クエリ、DAO パターン、トランザクション、HikariCP 接続プーリング、Flyway マイグレーション、リポジトリパターンを含む)。
kotlin-testing
affaan-m/ECC
Updated todayPatrones 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.
llm-trading-agent-security
affaan-m/ECC
Updated todaySecurity 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.
orch-add-feature
affaan-m/ECC
Updated todayOrchestrate 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.
orch-change-feature
affaan-m/ECC
Updated todayOrchestrate 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.
orch-fix-defect
affaan-m/ECC
Updated todayOrchestrate 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.
orch-refine-code
affaan-m/ECC
Updated todayOrchestrate 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.
python-patterns
affaan-m/ECC
Updated todayPythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
pytorch-patterns
affaan-m/ECC
Updated todayPyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.