Luke Thompson avatar

Luke Thompson

Community

@theopsguide

9Followers
|
12Public Repos
|
19Published Skills

Founder. Builder. Operator.

Agent Skills by Luke Thompson

Showing 19 vetted skills indexed across 1 GitHub repositories.

TheopsguideTheopsguide

api-design-principles

Design REST and GraphQL APIs with resource modeling, versioning, error handling, and pagination standards.

Community
Intermediate
TheopsguideTheopsguide

architecture-patterns

Guide backend architecture implementation with Clean Architecture, Hexagonal, and Domain-Driven Design patterns.

Community
Advanced
TheopsguideTheopsguide

microservices-patterns

Implement microservices patterns for decomposition, communication, data management, and resilience.

Community
Advanced
TheopsguideTheopsguide

fastapi-templates

Generates FastAPI project structures with async patterns and CRUD service layers.

Community
Intermediate
TheopsguideTheopsguide

python-testing-patterns

Write pytest tests with mocking and property-based testing for Python code.

Community
Intermediate
TheopsguideTheopsguide

python-packaging

Create and distribute Python packages with modern packaging standards.

Community
Intermediate
TheopsguideTheopsguide

uv-package-manager

Manage Python dependencies, virtual environments, and lockfiles with uv.

Community
Basic
TheopsguideTheopsguide

async-python-patterns

Guide asyncio and async/await patterns for concurrent Python applications.

Community
Intermediate
TheopsguideTheopsguide

python-performance-optimization

Profile Python applications with cProfile and optimize CPU-bound bottlenecks.

Community
Intermediate
TheopsguideTheopsguide

using-git-worktrees

Create isolated Git worktrees for simultaneous branch development.

Community
Intermediate
TheopsguideTheopsguide

executing-plans

Execute implementation plans in reviewable batches with feedback checkpoints.

Community
Basic
TheopsguideTheopsguide

finishing-a-development-branch

Verify tests pass, then merge, create a pull request, or discard work.

Community
Basic
TheopsguideTheopsguide

brainstorming

Refine vague ideas into validated designs through structured questioning.

Community
Basic
TheopsguideTheopsguide

writing-plans

Generate detailed implementation plans with exact file paths and code examples.

Community
Basic
TheopsguideTheopsguide

requesting-code-review

Dispatch a code-reviewer subagent with Git SHAs for structured review.

Community
Basic
TheopsguideTheopsguide

receiving-code-review

Evaluate and respond to code review feedback with verification.

Community
Basic
TheopsguideTheopsguide

systematic-debugging

Debug technical issues through phases of reproduction, hypothesis testing, and root-cause implementation.

Community
Basic
TheopsguideTheopsguide

root-cause-tracing

Trace errors backward through the call chain to identify root causes.

Community
Intermediate
TheopsguideTheopsguide

defense-in-depth

Add validation at every data layer to prevent invalid input bugs.

Community
Intermediate