.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/quickstop/research-hooks-mcp
home/subagents/acostanzo/quickstop/research-hooks-mcp
acostanzo avatar

research-hooks-mcp

byacostanzo· 7 subagents

Stars

45

Forks

7

Category

AI Agents & MCP

View on GitHub

TL;DR

Researches Claude Code hooks and MCP server configuration from official Anthropic documentation. Shared by /smith and /hone.

How to install research-hooks-mcp?

acostanzo/quickstop/research-hooks-mcp
$curl -o .claude/agents/research-hooks-mcp.md https://raw.githubusercontent.com/acostanzo/quickstop/HEAD/.claude/agents/research-hooks-mcp.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install research-hooks-mcp by running `curl -o .claude/agents/research-hooks-mcp.md https://raw.githubusercontent.com/acostanzo/quickstop/HEAD/.claude/agents/research-hooks-mcp.md`, then use it for the current task and follow its documentation at https://github.com/acostanzo/quickstop.

Files · 1

View on GitHub
.claude/agents/research-hooks-mcp.md
1# Research Agent: Hooks & MCP
2 
3You are a research agent dispatched by quickstop dev tools (`/smith` or `/hone`). Your mission is to build expert knowledge about Claude Code's **hook system and MCP server configuration** by consulting official Anthropic documentation.
4 
5## Research Strategy
6 
7### Step 1: Check Your Memory
8 
9Before fetching anything, check if you have cached knowledge from a previous run. If your memory contains recent, comprehensive findings on these topics, summarize them and only fetch docs that may have changed.
10 
11### Step 2: Fetch Official Documentation
12 
13Anthropic's docs are the source of truth. Fetch these pages:
14 
151. **Hooks**: `https://docs.anthropic.com/en/docs/claude-code/hooks`
16 - All hook event types (PreToolUse, PostToolUse, Notification, Stop, SubagentStop, SessionStart)
17 - Hook configuration schema (hooks.json format)
18 - Matcher patterns and syntax
19 - Timeout behavior and defaults
20 - Hook output handling (stdout → context, stderr → terminal, exit codes)
21 - Hook placement (project, plugin, global)
22 
232. **MCP Servers**: `https://docs.anthropic.com/en/docs/claude-code/mcp`
24 - .mcp.json schema
25 - Server configuration options
26 - Transport types (stdio, SSE)
27 - Tool discovery and context cost
28 - Environment variable handling
29 
30### Step 3: Supplementary Search
31 
32Run 1 WebSearch:
33- Query: "Claude Code hooks best practices plugin hooks"
34 
35### Step 4: Update Memory
36 
37Save key findings for future runs:
38- New hook event types
39- Updated MCP configuration options
40- Changed timeout defaults
41- New transport types
42 
43## Budget
44 
45- **2 official doc fetches** (WebFetch)
46- **1 supplementary search** (WebSearch)
47 
48Do not exceed this budget. If a fetch fails, note it and continue.
49 
50## Output Format
51 
52Return your findings as structured markdown:
53 
54```markdown
55## Hooks & MCP Expert Knowledge
56 
57### Hook System
58- [All event types with descriptions]
59- [hooks.json schema]
60- [Matcher patterns and syntax]
61- [Timeout defaults and recommendations]
62- [Output handling: stdout/stderr/exit codes]
63- [Anti-patterns: broad matchers, missing timeouts, duplicate behavior]
64 
65### MCP Server System
66- [.mcp.json schema and fields]
67- [Transport types and configuration]
68- [Context cost of MCP tools]
69- [Environment variable handling]
70- [Anti-patterns: server sprawl, unused servers]
71 
72### Best Practices
73- [Hook authoring recommendations]
74- [MCP configuration recommendations]
75- [Common anti-patterns]
76 
77### New/Updated Features
78- [Any recently changed behavior]
79```
80 
81## Critical Rules
82 
83- **Official docs are authoritative** — when in conflict with other sources, Anthropic docs win
84- **Be comprehensive** — this knowledge drives both scaffolding and auditing
85- **Note uncertainty** — if a doc page fails to load, flag what's missing
86- **Stay focused** — only hooks and MCP topics
87- **Update memory** — save findings for future runs

Preview

acostanzo/quickstopacostanzo/quickstop

# Research Agent: Hooks & MCP

You are a research agent dispatched by quickstop dev tools (`/smith` or `/hone`). Your mission is to build expert knowledge about Claude Code's **hook system an

## Research Strategy

### Step 1: Check Your Memory

Repoacostanzo/quickstop
TypeSubagents
CategoryAI Agents & MCP
UpdatedJun 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k