
from claude-skill-registry412
Run multi-language quality gates: linting, formatting, type checking, and tests across major languages to validate code changes before merging.
Gates provides a cross-language quality-validation pipeline that runs linters, format checks, type checks, and tests across up to nine languages. It automates detection of languages and config files, runs per-language linters/formatters/type checkers, and returns exit codes that indicate the category of failure. It integrates TLDR-assisted analysis to reduce token usage when analyzing large codebases.
Use Gates after implementing code or before creating a PR, as part of CI or a manual pre-merge check, or as an orchestrator step to ensure changes meet project quality standards. It's appropriate for language-diverse repositories and CI pipelines.
Best used with code-capable agents and CI automation that can run shell tooling (Linters, tsc, mypy, cargo, go test). Well-suited to agents that can execute commands or orchestrate CI steps.
Gates is a quality validation skill covering 9 languages with linting, formatting, type-checking, and testing commands. No scripts bundled — purely a reference of standard tool commands. Clean from a security perspective with no risky patterns. Instructions are clear but shallow: mostly command examples without error handling guidance or result interpretation. References external tools (ralph CLI, tldr) without setup instructions.
Essentially a cheat sheet of standard linting/formatting commands across 9 languages. Useful as a quick reference but adds little automation value beyond what a developer would already know. The /gates invocable command and ralph CLI suggest this is part of a larger ecosystem not fully documented here.
Uloop: Execute Dynamic Code
Run small C# snippets in the Unity Editor via the uloop CLI for editor automation tasks like prefab wiring, AddComponent flows, and scene edits—without writing
Bookmarklet Creation
Generates browser-executable JavaScript bookmarklets with strict formatting (IIFE wrapper, block comments) and provides ready-to-install links or installer inst
Overnight — Autonomous Long-Running Coding
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges
Bexio API (Swiss CRM & Invoicing)
Integrate and manage Bexio contacts, quotes, invoices, orders and products via the Bexio API. Useful for CRM and Swiss business document workflows.
Content Research Writer
A writing-partner skill that helps research, outline, draft, cite, and iteratively improve articles, tutorials, and thought pieces.
Agent Hierarchy Diagram
Generate visual hierarchy diagrams (ASCII, Mermaid, GraphML) that show agent roles, levels, and delegation for documentation and onboarding.
Review Pull Request
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
Agent Ops — Testing Workflow
Guidance for designing, running, and analyzing test suites for agents: test isolation, execution patterns, and coverage-based enforcement.
libagent
Agent orchestration library for conversational AI — coordinates LLM completions, memory, tool execution, and multi-turn flows; useful for building chat agents a
Raindrop.io API
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.