Find the perfect skill
Managing GitHub CI
DevOps
Configures GitHub Actions workflows, CI/CD pipelines, automated releases via Changesets, and Husky hooks. Troubleshoots CI failures and manages PR validation.
MLPerf Automation Scripting
Development
Guide for using the mlcflow CLI to create and manage MLPerf automation scripts. Covers meta.yaml, customize.py, run.sh structures and common tasks.
Aura DNA - Core Philosophies
Development
Core Product/UX and Engineering philosophies governing Fluxo AI: Freedom First, Zero Friction, Atomic Habits, etc. Apply persistently.
Pre-Commit Fixer
Development
Automatically fixes pre-commit hook failures and retries the commit. Use when a git commit fails due to ESLint errors, pattern compliance violations, missing document headers, cross-document dependency issues, or documentation index staleness. Spawns a targeted subagent to fix each category of failure, then re-stages and re-commits.
Review Semgrep Security Findings
Security
Expert security analysis workflow for triaging semgrep scan results to identify true positive vulnerabilities.
Redpanda Cloud BYOC Cluster Provisioning
DevOps
Provision and manage Redpanda Cloud BYOC clusters via API and rpk plugin. Handles networks, private connectivity, IAM, and Enterprise features on AWS, GCP, or Azure.
Firecrawl Download
Documentation
Download an entire website as local files (markdown, screenshots, etc.) using firecrawl. Useful for saving documentation or content for offline use.
OWASP Security Checker
Security
Audit code against OWASP Top 10 vulnerabilities including XSS, SQL injection, CSRF, and authentication flaws.
Release a new version
DevOps
Release a new version: bump version, update docs, commit, push, and tag.
Advanced TypeScript Types
Development
Master TypeScript's advanced types: generics, conditional types, mapped types, and utilities for building type-safe applications.
WhatsApp Chat Parser
Data & AI
Parse WhatsApp chat export files (.txt) into structured JSON data, extracting participants, timestamps, messages, media placeholders, and system messages. Handles multiple date formats (US, EU, ISO) and edge cases like multi-line messages and encoding issues. Useful when you need to analyze or transform WhatsApp conversation data programmatically.
REST API Development
Development
Build production-ready REST APIs with contract-first design, secure auth, robust testing, and deployment runbooks.