Find the perfect skill
Google Docstring Assistant
Development
Write Python docstrings following the Google Python Style Guide, using clear sections and examples.
Sync Upstream Fork
DevOps
Reconcile fork master with upstream master. Detects port-only topology and emits coverage report; falls back to merge-based sync when histories are connected.
Convex Full-Stack Development Guidelines
Development
Expert-level guidelines for building full-stack applications with Convex, React, TypeScript, and authentication. Covers mutations, design systems, and documentation practices.
End-to-end package implementation
Development
Implement a roadmap package end-to-end: read spec, branch in a worktree, implement with tests, sweep for stale call sites, open PR, fix CI, resolve conflicts.
Documentation Claim Check
Documentation
Assess whether the statements a public-facing document makes are supported by the evidence supplied alongside it. Reads, judges, and reports without changing or running anything.
Fix GitHub Issue
Development
End-to-end workflow for fixing a GitHub issue: read the issue, implement the fix, write tests, and commit referencing the issue number.
Crash Monitoring
Development
Sets up Firebase Crashlytics with custom keys and non-fatal logging, integrates StrictMode and an ANR Watchdog for detecting application not responding issues, and implements structured logging using Timber. Useful for debugging performance problems and preparing monitoring before a release.
Type Registry Standards
Development
Single source of truth guidelines for type definitions, naming conventions, and file organization within the Eyas type registry.
Python Project Scaffolding
Development
Expert skill for scaffolding production-ready Python applications with modern tooling (uv, FastAPI, Django), type hints, and testing setup.
Git Merge Mastery
Development
Prevent and resolve common Git merge problems, especially with GitHub Pages.
GitOps Workflow with ArgoCD & Flux
DevOps
Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments.
Conventional Commits Generator
Development
Generates commit messages that comply with the Conventional Commits 1.0.0 specification. It analyzes git changes, determines the appropriate commit type, scope, and breaking changes, then stages and commits with a properly formatted message. Useful when you need to create standardized commits after implementing code changes.