Find the perfect skill
Type Registry Standards
Development
Guidelines for type definitions, naming conventions, and file organization in the Eyas type registry.
Create a New Skill
Development
Step-by-step workflow for creating a new AI coding assistant skill. Helps structure the project, decide between a single file or a router-based folder, and generate the right content based on complexity.
Customer.io Local Dev Loop
Development
Set up a local development workflow for Customer.io integrations with proper testing and isolation.
Create PR
Development
Create well-structured, reviewer-friendly pull requests using gh pr create.
SVM Warp ALT Management
Development
Create, check, and read on-chain Sealevel (SVM) Address Lookup Tables (ALTs) for a warp route to avoid transaction-too-large errors on Solana.
Create GitHub Issue
Development
Creates a GitHub issue in the gittower/git-flow-next repository following project guidelines. Checks for existing duplicates, determines the issue type and labels, and formats the body using templates for bugs, enhancements, or features. Helps ensure consistent and well-structured issue reports.
Install repo-scan for Code Audits
Development
Bootstrap installer for repo-scan, a tool that analyzes source code to identify owned, third-party, and redundant code across C++, Android, iOS, and Web. Install before running cross-stack audits.
GitHub Issue Labeler
Development
Analyze unlabeled GitHub issues and generate label recommendations. Review suggestions in a UI, then submit approved labels in batch via gh CLI. Helps triage large volumes of issues consistently without manual reading.
Drive Chrome via the DevTools Protocol
Development
Automate, script, and inspect Chrome via the CDP by running JavaScript snippets with the browser-harness-js CLI, which keeps a persistent session.
Dispatching Parallel Agents
Development
Solve 3+ independent problems concurrently by dispatching separate Claude agents. Best for isolated failures with no shared dependencies or state.
Bug Fix Pipeline Orchestrator
Development
Orchestrates the full bug-fixing lifecycle: tracking, investigation, regression test (RED), fix implementation (GREEN), and validation.
Ship It: PR Creation Workflow
Development
Finalize your work by running quality checks, committing changes, and creating a pull request with multiple approval checkpoints.