Zoom Out
I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers. --- Mirrored from https://github.com/mattpocock/skills — original author:...
QA Session
Run an interactive QA session. The user describes problems they're encountering. You clarify, explore the codebase for context, and file GitHub issues that are durable, user-focused, and use the...
Dispatching Parallel Agents
Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should...
Agent Browser
agent-browser Fast browser automation CLI for AI agents. Chrome/Chromium via CDP with accessibility-tree snapshots and compact @eN element refs. Install: npm i -g agent-browser && agent-browser...
Write a Skill
Writing Skills Process 1. Gather requirements - ask user about: - What task/domain does the skill cover? - What specific use cases should it handle? - Does it need executable scripts or just...
GitHub Triage
GitHub Issue Triage Triage issues in the current repo using a label-based state machine. Infer the repo from git remote. Use gh for all GitHub operations. AI Disclaimer Every comment or issue posted...
Developing with Genkit JS
Genkit JS Prerequisites Ensure the genkit CLI is available. - Run genkit --version to verify. Minimum CLI version needed: 1.29.0 - If not found: npm install -g genkit-cli@^1.29.0 Hello World ts...
microsoft-foundry
Microsoft Foundry Manage Microsoft Foundry resources across the complete AI agent lifecycle, including model discovery, deployment, evaluation, and troubleshooting. Sub-Skills The skill organizes...
browser-use
Browser Use Fast, persistent browser automation with session continuity across sequential agent commands. The browser stays open between commands (50ms latency via a persistent background daemon),...
find-skills
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: - Asks "how do I do X" where X might be a...