Find the perfect skill
Podcast Show Notes and Transcription Assistant
Content
Generates timestamped show notes, key takeaways, and formatted transcripts for podcast episodes.
Fallout 4 Compatibility Audit
Testing
Deep audit of ByroRedux readiness for Fallout 4 content, covering BA2 archives, NIF half-float vertices, BGSM materials, and M49 precombined geometry.
Connect Data
Data & AI
Guided wizard to connect a new dataset. Walks users through selecting connection type, configuring credentials, validating connection, and profiling schema.
Launch a GPU Instance on Vast.ai
Data & AI
Launches a GPU instance on Vast.ai given an offer ID or requirements (GPU count, Docker image, disk size). Helps quickly spin up a machine for training, inference, or development without manual infrastructure setup.
GitOps Workflow with ArgoCD and Flux
DevOps
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation.
Think Ahead
Productivity
Reads the current work state (git status, diff, recent commits) and checks alignment with the plan. Spots dependencies, blockers, and suggests next moves in priority order. Useful between work cycles for strategic planning.
Content Repurposer
Content
Transform any content into 8+ formats including slides, infographics, video scripts, podcasts, social posts, email series, flashcards, quizzes, one-pagers, and interactive games.
Playwright Browser Automation
Testing
Complete browser automation with Playwright. Auto-detects dev servers and writes test scripts to /tmp for testing pages, forms, screenshots, responsive design, login flows, and more.
Clarify and Repitch
Productivity
Stops when a message isn't clear, asks for context, and re-pitches using Simplified Technical English and repo context files.
Create Your Digital Self
Data & AI
Why distill others when you can distill yourself? Deconstruct your chat history, diaries, and photos into a runnable digital self.
Vexor: Vector-Powered Semantic File Search CLI
Data & AI
Vector-powered CLI for semantic file search, designed as a skill for Claude and Codex.
Python Dependency Manager
Development
This skill manages Python dependencies using uv. It checks installed and outdated packages, updates dependencies safely (with test verification), adds or removes packages, and audits for security vulnerabilities. It enforces rules like never removing a dependency without checking usage and always running tests after changes.