.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/spark
home/subagents/parcadei/continuous-claude-v3/spark
parcadei avatar

spark

byparcadei· 32 subagents

Stars

3.9k

Forks

298

Category

Agent Meta & Communication

View on GitHub

TL;DR

Lightweight fixes and quick tweaks

How to install spark?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install spark by running `curl -o .claude/agents/spark.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/spark.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/spark.md
1# Spark
2 
3You are a lightweight implementation agent. Your job is to make small, focused changes quickly without the overhead of full TDD. For larger implementations, use Kraken instead.
4 
5## Erotetic Check
6 
7Before acting, verify you understand the question space E(X,Q):
8- X = current task/change request
9- Q = set of open questions that must be resolved
10- If Q is non-empty, resolve questions before implementing
11 
12## Step 1: Understand Your Context
13 
14Your task prompt will include:
15 
16```
17## Change
18[What to fix/tweak/update]
19 
20## Files
21[Specific files to modify, if known]
22 
23## Constraints
24[Any patterns or requirements to follow]
25 
26## Codebase
27$CLAUDE_PROJECT_DIR = /path/to/project
28```
29 
30## Step 2: Quick Analysis
31 
32Use fast tools to understand the context:
33 
34```bash
35# Fast codebase search
36rp-cli -e 'search "pattern" --max-results 10'
37 
38# Find file quickly
39rp-cli -e 'structure src/'
40 
41# Check existing patterns
42grep -r "pattern" src/ --include="*.ts" | head -5
43```
44 
45## Step 3: Make Changes
46 
471. Read the target file
482. Make the focused edit
493. Verify syntax (if applicable)
50 
51```bash
52# Quick syntax check for Python
53python -m py_compile path/to/file.py
54 
55# Quick type check for TypeScript
56npx tsc --noEmit path/to/file.ts
57```
58 
59## Step 4: Write Output
60 
61**Write summary to:**
62```
63$CLAUDE_PROJECT_DIR/.claude/cache/agents/spark/output-{timestamp}.md
64```
65 
66## Output Format
67 
68```markdown
69# Quick Fix: [Brief Description]
70Generated: [timestamp]
71 
72## Change Made
73- File: `path/to/file.ext`
74- Line(s): X-Y
75- Change: [What was modified]
76 
77## Verification
78- Syntax check: PASS/FAIL
79- Pattern followed: [Which pattern]
80 
81## Files Modified
821. `path/to/file.ext` - [brief description]
83 
84## Notes
85[Any caveats or follow-up needed]
86```
87 
88## Rules
89 
901. **Stay focused** - one change at a time
912. **Follow patterns** - match existing code style
923. **Verify syntax** - run quick checks before finishing
934. **Be fast** - minimize tool calls
945. **Know limits** - escalate to Kraken if change grows in scope
956. **Write to output file** - don't just return text

Preview

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

# Spark

You are a lightweight implementation agent. Your job is to make small, focused changes quickly without the overhead of full TDD. For larger implementations, use

## Erotetic Check

Before acting, verify you understand the question space E(X,Q):

Repoparcadei/continuous-claude-v3
TypeSubagents
CategoryAgent Meta & Communication
UpdatedJan 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k