Agent Skills by James Ogunsanwo
Showing 50 vetted skills indexed across 1 GitHub repositories.
opencode-skill-creator
Automate the OpenCode skill lifecycle from evaluation loops to packaging.
claude-skill-creator
Create and package Claude skills with SKILL.md frontmatter and .skill bundles.
postgresql-table-design
Guide PostgreSQL schema design covering normalization, indexing, constraints, and data-type selection for OLTP and analytics workloads.
python-testing-patterns
Design and review Python tests for speed, isolation, and maintainability.
python-packaging
Audit Python project packaging and dependency strategies for release readiness.
python-type-safety
Tighten Python type contracts and public interfaces with explicit annotations.
python-code-style
Review Python code for naming, imports, docstrings, and Pythonic patterns.
uv-package-manager
Configure Python environments and dependency workflows with uv.
python-resilience
Reviews Python services for explicit timeouts, bounded retries, and safe shutdown.
python-design-patterns
Analyze Python design decisions to improve maintainability and readability.
python-background-jobs
Review Python background jobs for retries, idempotency, and failure recovery.
python-anti-patterns
Identify and fix Python anti-patterns in codebases.
python-error-handling
Replace broad Python exceptions with precise types and boundary strategies.
python-resource-management
Guide Python resource acquisition, usage, and release with context managers.
python-observability
Guide Python services to implement structured logging, metrics, and traces.
async-python-patterns
Review async Python code for event-loop safety and concurrency risks.
python-configuration
Identify, validate, and apply Python configuration across apps and services.
python-project-structure
Plan or review Python repository structure for clean module boundaries and maintainable layout.
python-performance-optimization
Profile Python code to identify hot paths and validate performance improvements.
helm-chart-scaffolding
Design, organize, and validate Helm charts for Kubernetes deployments.
gitops-workflow
Implement declarative Git-based continuous delivery for Kubernetes with ArgoCD or Flux CD.
k8s-security-policies
Generate Kubernetes NetworkPolicy, PodSecurity, and RBAC YAML templates.
k8s-manifest-generator
Generate Kubernetes manifests for Deployments, Services, ConfigMaps, Secrets, and PVCs from workload requirements.
hybrid-cloud-networking
Configure VPN and direct-connect links between on-prem data centers and AWS, Azure, GCP, OCI clouds.