Find the perfect skill
OpenShift Documentation
Documentation
Search and read OpenShift Container Platform documentation in markdown format. Use for questions about OpenShift features, configuration, installation, troubleshooting, operators, routes, services, and more.
Second Opinion Agent Setup
Development
Interactive configuration for AI agents to provide second opinions. Follow steps to enable and set up agents.
Create GitHub Pull Request
Development
Automate GitHub PR creation with `gh` CLI: commit, branch, base detection, and behavior-focused description.
Rust Review and Fix
Development
Deep analysis and iterative fixing of Rust source files. Finds logic errors, lock/concurrency issues, and simplification opportunities.
Snyk - Vulnerability Scanning
Security
Find and fix vulnerabilities in dependencies, containers, and IaC with Snyk.
IOTA Agent MCP
Development
MCP server for IOTA blockchain. Provides wallet management, Move smart contract development, and on-chain queries via JSON-RPC and GraphQL.
Validate Topological Results
Data & AI
Check mathematical correctness of TDA results against benchmarks and internal consistency checks. Covers persistence diagrams, null models, Wasserstein distances, and cross-era replication.
Performance Profiler
Development
Systematic performance profiling for Node.js, Python, and Go. Identifies CPU, memory, and I/O bottlenecks, optimizes queries, detects leaks, and runs load tests.
Contextual Rephrasing
Productivity
Re-pitch your last message using project context and simplified technical English to clarify misunderstandings.
Ship zkp2p Contracts
DevOps
Coordinate zkp2p-contracts deployment across source, staging, production, and package release boundaries, requiring explicit approval at each stage.
Dartboard Rendering
Development
This skill provides implementation patterns for rendering a dartboard with p5.js, including correct drawing order (outer to inner, spider split into two steps), coordinate transformation between physical mm and screen pixels, and segment boundary angle calculations. It helps when implementing or reviewing dartboard rendering logic to avoid common mistakes like incorrect layering or coordinate mixing.
Browser Best Practices
Development
Best practices for driving a managed browser: handling login walls, CAPTCHAs, lazy-loaded content, paywalls, and tab cleanup. Focus on camoufox-cli usage.