Back to authors
xbklairith

xbklairith

24 Skills published on GitHub.

brainstorming

Collaborative refinement of rough ideas into clear requirements/designs through systematic questioning. Use when requirements are vague or exploring architectural options.

UncategorizedView skill →

documentation

Generate function docs, API specs, architecture diagrams (Mermaid), READMEs, and code explanations. Use when documenting code or APIs.

UncategorizedView skill →

agentic-engineering

Operate as an agentic engineer — eval-first execution, task decomposition, cost-aware model routing (Haiku/Sonnet/Opus). Use when setting up AI-assisted workflows or optimizing model routing.

UncategorizedView skill →

api-design

REST API design patterns — resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting. Use when designing, reviewing, or documenting API endpoints.

UncategorizedView skill →

backend-patterns

Backend architecture patterns — repository/service layers, middleware, query optimization, caching, error handling, and auth. Use when implementing backend services, fixing N+1 queries, or adding caching.

UncategorizedView skill →

database-migrations

Safe database schema changes — zero-downtime migrations, expand-contract pattern, and rollback strategies. Use when altering database tables, adding columns, or running schema changes.

UncategorizedView skill →

deployment-patterns

CI/CD pipelines, deployment strategies (rolling, blue-green, canary), health checks, and rollback strategies. Use when setting up CI/CD or preparing production releases.

UncategorizedView skill →

docker-patterns

Docker and Docker Compose — multi-stage Dockerfiles, networking, volumes, container security, and debugging. Use when containerizing applications or configuring Docker Compose.

UncategorizedView skill →

e2e-testing

Playwright E2E testing — Page Object Model, configuration, flaky test strategies, and CI/CD integration. Use when writing, debugging, or configuring E2E tests.

UncategorizedView skill →

eval-harness

Eval-driven development (EDD) — define pass/fail criteria before coding, measure with pass@k metrics. Use when defining completion criteria or measuring agent reliability.

UncategorizedView skill →

frontend-design

Production-grade frontend interfaces with high design quality. Use when building web components, pages, or UI applications.

UncategorizedView skill →

git-workflow

Smart git operations — commit messages, branch management, PR creation with summaries. Use for any git workflow.

UncategorizedView skill →

review

25-point code quality checklist covering structure, errors, security, performance, and testing. Use before commits or when reviewing code.

UncategorizedView skill →

search-first

Research-before-coding workflow — search for existing tools, libraries, and patterns before writing custom code. Use before writing custom utilities or adding new dependencies.

UncategorizedView skill →

security-review

OWASP Top 10 vulnerability detection. Use PROACTIVELY for code handling user input, auth, APIs, payments, or sensitive data.

UncategorizedView skill →

skill-maker

Create and edit Claude Code skills with TDD methodology. Use when creating or editing skills. Test with subagents before deployment, iterate until bulletproof.

UncategorizedView skill →

spec-driven-implementation

MANDATORY implementation — breaks design into TDD tasks in docx/features/ tasks.md with Red-Green-Refactor. MUST activate after spec-driven-planning.

UncategorizedView skill →

spec-driven-planning

MANDATORY planning — creates specs in docx/features/ with EARS requirements and technical design. MUST activate instead of ad-hoc planning for any new feature.

UncategorizedView skill →

systematic-testing

Systematic debugging framework and test generation patterns. Use when writing tests, debugging failures, or investigating bugs.

UncategorizedView skill →

test-driven-development

Strict RED-GREEN-REFACTOR enforcement with no exceptions. Use when implementing features or fixing bugs. No production code without a failing test first.

UncategorizedView skill →

analyze

Technical analysis with indicators (RSI, MACD, MA), support/resistance, multi-timeframe trends, and sentiment. Use when analyzing markets or interpreting charts.

UncategorizedView skill →

pattern

Chart pattern identification — head and shoulders, double tops, triangles, flags. Documents pattern library with entry/exit criteria.

UncategorizedView skill →

research

Systematic trading strategy research — edge hypothesis, statistical validation, and strategy documentation (entry, exit, risk management).

UncategorizedView skill →

translate

Convert strategy docs to Python (Backtrader) and TradingView Pine Script. Use when translating strategies to code for backtesting.

UncategorizedView skill →