Find the perfect skill
Build generate_job_data binary
Development
Builds the `generate_job_data` binary with file locking to prevent concurrent builds. Supports both release and debug (AddressSanitizer) builds via the `--asan` flag.
Build, Commit and Push
Development
Runs npm run build to compile and check for errors (TypeScript, ESLint, etc.). Only after a successful build creates separate commits grouped by purpose (features, fixes, refactoring) and pushes them to GitHub. Helps maintain a clean commit history and prevents mixing unrelated changes.
Cloud Sandbox Command Execution
Development
Execute a single command in an ephemeral sandbox on the Agentuity cloud platform. The sandbox is provisioned with specified runtime, resources, and environment variables, runs the command, and is then destroyed. This is ideal for testing scripts or running isolated tasks without permanent infrastructure.
Assign Issue to Current Git User
Development
Assigns an issue to the current Git user by updating the `assigned_to` field and appending a log comment. Helpful for task management in Git-based projects.
Roborev Refine - Automated Code Review Loop
Development
Automated review-fix loop that iterates until all code reviews pass. Runs fix agents on failed reviews, commits changes, and re-checks, keeping your working directory clean. Ideal for hands-off code quality improvement on feature branches.
Quality Review Procedure
Development
Objective evaluation procedure to verify deliverables meet requirements and quality standards. Includes a checklist covering accuracy, maintainability, security, and conformance to project rules. Outputs 'Approved' or 'Needs Changes' with specific constructive feedback.
Mithril UI Form Framework
Development
A declarative framework for building accessible, high-performance forms in Mithril applications. Uses JSON-based schemas to dynamically generate forms with rich input components, validation, and conditional logic. Includes a plugin system for extending functionality with custom components like map and rating inputs.
Commit Message Summarizer
Development
This skill automates pre-commit tasks: it runs linters, fixes formatting, summarizes changed files, and generates a concise commit message. It then asks the user for approval before committing with sign-off.
Codex CLI for Code Analysis and Refactoring
Development
Automates code analysis, refactoring, and editing using Codex CLI. Executes commands like codex exec and codex resume with configurable models and sandbox modes. Useful for AI‑powered code review, automated transformation, and resuming previous analysis sessions.
SDD Workflow Management
Development
Manages SDD state, handoffs, and versioning for web-playground projects. Use it to track progress, facilitate multi-session or multi-agent continuity, and propagate changes across documents.
Monorepo Architect
Development
Expert in monorepo architecture, build systems, and dependency management. Uses Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Ideal for monorepo setup, build optimization, or scaling workflows across teams.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.