Skip to content

Tagged AgentDocs

10 agentdocs tagged

agent

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:...

@mattpocock·
5h ago
·
52 words

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...

@mattpocock·
5h ago
·
779 words

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...

@obra·
5h ago
·
410 words

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...

@vercel-labs·
5h ago
·
288 words

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...

@mattpocock·
5h ago
·
459 words

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...

@mattpocock·
5h ago
·
1470 words

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...

@firebase·
5h ago
·
294 words

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...

@microsoft·
5h ago
·
301 words

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),...

@browser-use·
5h ago
·
366 words

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...

@vercel-labs·
5h ago
·
814 words