Luke Thompson
Community@theopsguide
Founder. Builder. Operator.
Agent Skills by Luke Thompson
Showing 19 vetted skills indexed across 1 GitHub repositories.
api-design-principles
Design REST and GraphQL APIs with resource modeling, versioning, error handling, and pagination standards.
architecture-patterns
Guide backend architecture implementation with Clean Architecture, Hexagonal, and Domain-Driven Design patterns.
microservices-patterns
Implement microservices patterns for decomposition, communication, data management, and resilience.
fastapi-templates
Generates FastAPI project structures with async patterns and CRUD service layers.
python-testing-patterns
Write pytest tests with mocking and property-based testing for Python code.
python-packaging
Create and distribute Python packages with modern packaging standards.
uv-package-manager
Manage Python dependencies, virtual environments, and lockfiles with uv.
async-python-patterns
Guide asyncio and async/await patterns for concurrent Python applications.
python-performance-optimization
Profile Python applications with cProfile and optimize CPU-bound bottlenecks.
using-git-worktrees
Create isolated Git worktrees for simultaneous branch development.
executing-plans
Execute implementation plans in reviewable batches with feedback checkpoints.
finishing-a-development-branch
Verify tests pass, then merge, create a pull request, or discard work.
brainstorming
Refine vague ideas into validated designs through structured questioning.
writing-plans
Generate detailed implementation plans with exact file paths and code examples.
requesting-code-review
Dispatch a code-reviewer subagent with Git SHAs for structured review.
receiving-code-review
Evaluate and respond to code review feedback with verification.
systematic-debugging
Debug technical issues through phases of reproduction, hypothesis testing, and root-cause implementation.
root-cause-tracing
Trace errors backward through the call chain to identify root causes.
defense-in-depth
Add validation at every data layer to prevent invalid input bugs.