Agent Skills by Simon
Showing 13 vetted skills indexed across 1 GitHub repositories.
create-migration
Generate and apply timestamped goose database migrations in Go.
build-evaluation-developer
Codify safety and performance invariants for modifying a DFS-based weapon build evaluator.
internal-package-building
Organize Go package structures with cmd/internal boundaries and import path conventions.
use-taskfile
Invoke Taskfile tasks to build, test, migrate, and run Go services.
setup-dev-environment
Initialize and reset local development environments with Docker, Go, and database migrations.
start-local-dev
Orchestrate PostgreSQL, API, Importer, and Evaluator startup order locally via task runner commands.
data-import-workflow
Automate weapon and mod data imports from tarkov.dev into a local database.
data-access-patterns
Enforce raw SQL database access in Go repositories with transactions.
refresh-tarkovdev-schema
Fetch the tarkov.dev GraphQL schema and regenerate the Go client.
troubleshoot-local-dev
Diagnose and fix Docker-based local development environment startup issues.
cmd-builder
Organize Go command entrypoints under cmd/ with thin main.go files.
run-tests
Run Go unit tests, integration tests, and benchmarks via task commands.
api-endpoint-pattern
Standardize Echo framework HTTP API endpoint patterns with Bind signatures and domain router placement.