Secure coding practices covering input validation, secrets management, and authentication patterns. Activate when: validating user input, managing secrets, implementing authentication, handling authorization, encoding output, applying secure defaults,…
Skills in this repository
AeyeOps/aeo-skill-marketplace - Page 2
SkillsMP has collected 47 skills from AeyeOps/aeo-skill-marketplace. Open a skill to review its source and details.
AeyeOps/aeo-skill-marketplaceShowing 7 of 47 collected skills.
TDD cycle mechanics, test-first patterns, and fixture strategies. Activate when: practicing TDD, writing tests first, doing red-green-refactor, learning test-driven development, choosing test types, writing unit tests.
Test pyramid, testing anti-patterns, parameterized tests, and coverage interpretation. Activate when: designing test strategy, choosing test types, fixing test anti-patterns, writing parameterized tests, interpreting code coverage, understanding mutation…
Common failure patterns organized by category with symptoms, causes, and fixes. Activate when: diagnosing dependency conflicts, environment issues, PATH problems, permission errors, CORS errors, DNS failures, timeout issues, async bugs, concurrency problems,…
Root cause analysis, hypothesis-driven debugging, and isolation techniques. Activate when: debugging an issue, reading stack traces, performing root cause analysis, troubleshooting errors, reproducing bugs, isolating failures, binary search debugging.
Design and deploy Model Context Protocol servers with deep knowledge of the JSON-RPC 2.0 spec, transport mechanisms, and protocol lifecycle. Covers FastMCP framework patterns, production hardening, and diagnostic techniques for connectivity failures. Engage…
Implement data pipelines with SQLAlchemy 2.0 patterns (TypeDecorator, hybrid properties, events) and warehouse architectures (Kimball star schemas, medallion layers, SCD handling). Covers ETL/ELT design, dim_/fact_/stg_ conventions, and orchestration with…