Find the perfect skill
Skill Check
Testing
Validates and reviews skills against the Agent Skills specification. Checks YAML syntax, naming conventions, description quality, and file structure.
Monitoring and Alerting Setup
DevOps
Set up application monitoring with Prometheus, Grafana, or Datadog including dashboards and alert rules.
Memory Recall
Productivity
Recall relevant long-term memories extracted by OpenViking Session memory. Use when context about past decisions, fixes, or historical context is needed.
Ship It! - Finalize and Ship Changes
Development
Finalize and ship changes with quality checks, commits, and PR creation.
Create PR and check CI status
Development
Creates a pull request from the current branch, linked to an issue, and checks CI status. Removes the wip label if CI passes.
Vexor: Semantic Search CLI
Development
Vector-powered CLI for semantic file search, integrated with Claude/Codex.
Full local CI + SonarQube refresh
DevOps
Run the local CI pipeline (ruff, bandit, pytest, sonar-scanner) and refresh SonarQube.
Clean Code Refactoring
Development
Expert-level guidance to refactor and clean code, applying SOLID principles, reducing complexity, and improving maintainability while keeping behavior stable.
NVIDIA Image Generation
Content
Generate and edit images using NVIDIA FLUX models through a simple CLI. Supports text-to-image generation and image editing.
Sharding Strategies for Multi-Tenant Databases
Development
Horizontal scaling patterns for multi-tenant databases, covering shard key selection, consistent hashing, and shard management.
Angular Spec Auditor
Development
Independently audit Angular spec files against the project's migration guidelines.
Configuring R8 for Compose
Development
Learn to configure R8 for Jetpack Compose with full mode, resource shrinking, and minimal keep rules. Avoid blanket keeps to preserve optimizations like lambda grouping and constant folding.