Find the perfect skill
PM Interview and PRD Generation
Productivity
Generates a Product Requirements Document through a guided Socratic interview, with automatic question classification.
Tauri Packaging
Development
Packaging applications with Tauri. Configure and create installers for your desktop apps.
Create Draft PR (Vision-Agents)
Development
Create a draft pull request for the Vision-Agents repo using gh CLI, with pre-checks and formatting rules.
GitHub Actions Workflow Syntax
DevOps
Guidance on creating and modifying GitHub Actions workflow files, compatible with local testing using act.
Frontend Development — Megahub IDE
Development
Frontend development context for the Megahub project. Covers Vite, Blockly, Web Bluetooth, Web Components, and design tokens.
Groq Production Checklist
DevOps
Complete checklist for deploying Groq integrations to production, including rollback procedures.
Fluxguard Automation via Rube MCP
DevOps
Automate Fluxguard operations via Rube MCP (Composio). Always search tool schemas first before executing.
Session Event Stream Listener
DevOps
Start or stop the SSE event stream for real-time Codeman session events.
Skill Metadata Synchronization
DevOps
Syncs skill metadata (scope and auto_invoke) to the Auto-invoke sections of AGENTS.md files. Helps keep invocation tables up-to-date after creating or modifying skills, preventing manual maintenance.
Scripting Subsystem Audit
Development
Deep audit of the M30/M47 scripting domain: .pex decompiler, Papyrus parser, AST→ECS recognizer chain, ECS runtime, and cell-loader attach path. Focuses on high-risk areas.
String Concatenation Compiler Optimization
Development
Compiler optimization for adjacent constant string concatenation folding (CONCAT merging).
Progressive Enhancement
Development
HTML-first development with CSS-only interactivity. Use when building features that work without JavaScript, using native HTML elements, CSS pseudo-classes, and the View Transitions API.