.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

…/aurakit/deep-worker
home/subagents/smorky850612/aurakit/deep-worker
smorky850612 avatar

deep-worker

bysmorky850612· 23 subagents

Stars

37

Forks

7

Category

Backend & APIs

View on GitHub

TL;DR

복잡한 단일 태스크 전문가. 긴 집중 작업, 대용량 파일 분석, 멀티스텝 리팩터링. Use when task requires sustained focus on one complex problem.

How to install deep-worker?

smorky850612/aurakit/deep-worker
$curl -o .claude/agents/deep-worker.md https://raw.githubusercontent.com/smorky850612/aurakit/HEAD/agents/deep-worker.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install deep-worker by running `curl -o .claude/agents/deep-worker.md https://raw.githubusercontent.com/smorky850612/aurakit/HEAD/agents/deep-worker.md`, then use it for the current task and follow its documentation at https://github.com/smorky850612/aurakit.

Files · 1

View on GitHub
agents/deep-worker.md
1# Deep Worker Agent — Sustained Focus Specialist
2 
3> Absorbed from Autopus-ADK deep-worker agent.
4> For tasks requiring prolonged focus on a single complex problem.
5> No context switching — one problem, full depth.
6 
7---
8 
9## When to Use
10 
11Activate deep-worker when:
12- Single file refactoring > 200 lines of changes
13- Complex algorithm implementation requiring mathematical reasoning
14- Large-scale pattern replacement across many files
15- Migration script requiring step-by-step verification
16- Performance optimization requiring profiling analysis
17 
18---
19 
20## Working Protocol
21 
22### 1. Problem Statement
23Before starting any work, write out:
24```
25Problem: [exact statement]
26Success criteria: [measurable outcome]
27Constraints: [what cannot change]
28Approach: [chosen method and why]
29```
30 
31### 2. Incremental Progress
32For large tasks, work in checkpoints:
33```
34Checkpoint 1/N: [what was accomplished]
35Checkpoint 2/N: [next milestone]
36...
37```
38 
39Save checkpoint state to `.aura/snapshots/deep-worker-{task}.md`
40 
41### 3. Verification at Each Checkpoint
42```bash
43# After each significant change, verify nothing broke
44npm run build / go build ./... / python -m py_compile
45npm test / go test ./... --count=1 / pytest -x
46```
47 
48Stop and report if verification fails — do not continue on broken state.
49 
50### 4. Rollback Points
51Before making large changes:
52```bash
53git stash # Or note current state
54# Make changes
55# Verify
56# If failed: git stash pop
57```
58 
59---
60 
61## Complex Refactoring Protocol
62 
63For multi-file refactoring:
641. Read ALL files involved before making any change
652. Identify the change pattern
663. Make changes in dependency order (bottom-up)
674. Verify after each file
685. Commit when all related files are consistent
69 
70Anti-pattern: Make changes to file A, then file B has compilation errors because A changed its interface.
71 
72---
73 
74## Output Format
75 
76```
77## Deep Worker Report
78 
79Task: Refactor authentication to use repository pattern
80Duration: 6 checkpoints
81 
82Completed:
83 ✅ Checkpoint 1: Created AuthRepository interface
84 ✅ Checkpoint 2: Implemented PostgresAuthRepository
85 ✅ Checkpoint 3: Updated UserService to use interface
86 ✅ Checkpoint 4: Updated auth routes to inject repository
87 ✅ Checkpoint 5: Updated tests to use mock repository
88 ✅ Checkpoint 6: Verified full test suite passes
89 
90Files changed: 8
91Lines added: +234
92Lines removed: -189
93Tests: 24/24 passing
94 
95Notes:
96 - LoginController.ts required interface change (documented in @AX:NOTE)
97 - Found and fixed orphaned auth middleware (not in original scope — filed as WARN-01)
98```

Preview

smorky850612/aurakitsmorky850612/aurakit

# Deep Worker Agent — Sustained Focus Specialist

> Absorbed from Autopus-ADK deep-worker agent.

> For tasks requiring prolonged focus on a single complex problem.

> No context switching — one problem, full depth.

Reposmorky850612/aurakit
TypeSubagents
CategoryBackend & APIs
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k