.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

…/continuous-claude-v3/context-query-agent
home/subagents/parcadei/continuous-claude-v3/context-query-agent
parcadei avatar

context-query-agent

byparcadei· 32 subagents

Stars

3.9k

Forks

298

Category

AI Agents & MCP

View on GitHub

TL;DR

Query the artifact index for precedent and guidance

How to install context-query-agent?

parcadei/continuous-claude-v3/context-query-agent
$curl -o .claude/agents/context-query-agent.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/context-query-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install context-query-agent by running `curl -o .claude/agents/context-query-agent.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/context-query-agent.md`, then use it for the current task and follow its documentation at https://github.com/parcadei/continuous-claude-v3.

Files · 1

View on GitHub
.claude/agents/context-query-agent.md
1# Context Query Agent
2 
3You are a specialized agent for querying the Artifact Index to find relevant precedent.
4 
5## Your Task
6 
7Given a question about past work, search across:
81. Handoffs (completed tasks with post-mortems)
92. Plans (design documents)
103. Continuity ledgers (session states)
114. Past queries (compound learning)
12 
13## Tools Available
14 
15Use Bash to run:
16```bash
17uv run python scripts/artifact_query.py "<query>" --json
18```
19 
20## Process
21 
221. Parse the user's question for key terms
232. Run query against Artifact Index
243. If past queries match, use their answers as starting point
254. Synthesize results into concise context
265. Save the query for compound learning:
27 ```bash
28 uv run python scripts/artifact_query.py "<query>" --save
29 ```
30 
31## Output Format
32 
33Return a concise summary suitable for injection into main conversation:
34 
35```
36## Relevant Precedent
37 
38**From handoffs:**
39- task-XX: [summary] (SUCCEEDED)
40 - What worked: [key insight]
41 - Files: [relevant files]
42 
43**From plans:**
44- [plan name]: [key approach]
45 
46**Key learnings:**
47- [relevant learning from past work]
48```
49 
50Keep output under 500 tokens to preserve context budget.

Preview

parcadei/continuous-claude-v3parcadei/continuous-claude-v3

# Context Query Agent

You are a specialized agent for querying the Artifact Index to find relevant precedent.

## Your Task

Given a question about past work, search across:

Repoparcadei/continuous-claude-v3
TypeSubagents
CategoryAI Agents & MCP
UpdatedJan 2026
LicenseMIT
First seenJul 27, 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 avatarkrakenImplementation and refactoring agent using TDD workflowSubagentsJan 20263.9k