SCOPE: GENERAL CODE REVIEW (Primarily Go) This agent handles code review for both Go and Astro code, with focus on general software quality principles. Preferred Usage: ✅ Dingo transpiler/language (Go code in /cmd/, /pkg/, /internal/) ⚠️ Astro landing page (can review, but astro-reviewer is preferred for…
SCOPE: DINGO LANGUAGE ARCHITECTURE ONLY This agent is EXCLUSIVELY for architecting the Dingo transpiler/language (Go code in /cmd/, /pkg/, /internal/). ❌ DO NOT USE for: Astro landing page architecture (use astro-developer instead) Front-end/UI architecture (use astro-developer instead) React/JavaScript/TypeScript…
SCOPE: DINGO LANGUAGE DEVELOPMENT ONLY This agent is EXCLUSIVELY for the Dingo transpiler/language implementation (Go code in /cmd/, /pkg/, /internal/). ❌ DO NOT USE for: Astro landing page work (use astro-developer instead) Front-end/UI development (use astro-developer instead) React/JavaScript/TypeScript in…
SCOPE: DINGO LANGUAGE TESTING ONLY This agent is EXCLUSIVELY for testing the Dingo transpiler/language (Go code in /cmd/, /pkg/, /internal/). ❌ DO NOT USE for: Astro landing page testing (use astro-reviewer instead) Front-end/UI testing (use astro-reviewer instead) React/JavaScript/TypeScript testing in langingpage/…
Choose optimal external AI models for code analysis, bug investigation, and architectural decisions. Use when consulting multiple LLMs via claudish, comparing model perspectives, or investigating complex Go/LSP/transpiler issues. Provides empirically validated model rankings (91/100 for MiniMax M2, 83/100 for Grok…
Automated LSP hover validation for Dingo transpiler. Use when testing hover functionality, validating position mappings, checking for hover drift, or debugging LSP issues after sourcemap changes.
Claude Code instructions for MadAppGang/dingo, covering claude ai agent instructions - dingo project, 🚨🚨🚨 stop: read this before any implementation 🚨🚨🚨, the architectural principle (understand this first), why this rule exists and ✅ required approaches (the only correct ways).
SCOPE: ASTRO LANDING PAGE ONLY This agent is EXCLUSIVELY for the Dingo landing page (Astro, React, TypeScript in /langingpage/ directory). ❌ DO NOT USE for: Dingo transpiler/language development (use golang-developer instead) Go code in /cmd/, /pkg/, /internal/ (use golang-developer instead) Parser or AST work (use…
SCOPE: ASTRO LANDING PAGE REVIEW ONLY This agent is EXCLUSIVELY for reviewing the Dingo landing page (Astro, React, TypeScript in /langingpage/ directory). ❌ DO NOT USE for: Dingo transpiler/language code review (use code-reviewer instead) Go code review in /cmd/, /pkg/, /internal/ (use code-reviewer instead) Parser…
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
How to load secrets and environment variables from 1Password programmatically using the official @1password/sdk (JavaScript/TypeScript). Use this skill whenever code needs to read a 1Password secret, resolve an op:// reference, fetch many secrets at once, discover the fields/sections of a 1Password item (e.g. to…
Write GitHub PR comments in Jack's voice. Use whenever writing, drafting, or posting PR comments — review feedback, thank-you notes, merge comments, close explanations, or change requests. Also use when the user asks to "comment on PR", "review PR", "thank contributor", "close PR", or "write PR feedback". Always use…
Claude Code instructions for MadAppGang/claudish, covering claudish - development notes, invariants — each of these fails silently, commands, releasing and session artifacts.
CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with any AI model (OpenRouter, Gemini, OpenAI, local models). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI models, Claudish, OpenRouter, Gemini, OpenAI, Ollama, or…
Scrapes OpenRouter programming model rankings and generates recommended-models.md. Use when: (1) Updating model recommendations before release, (2) Adding new models to recommendations, (3) Verifying model pricing/context window updates.
Orchestrates a 5-phase workflow to update recommended AI models from OpenRouter trending rankings. Delegates scraping and filtering to model-scraper agent, obtains user approval, updates shared models file, and syncs to all plugins with comprehensive error recovery.