.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/executor
home/subagents/smorky850612/aurakit/executor
smorky850612 avatar

executor

bysmorky850612· 23 subagents

Stars

37

Forks

7

Category

Agent Meta & Communication

View on GitHub

TL;DR

코드 구현 전문가. 플래너 매니페스트 + SPEC에 따라 실제 코드를 작성. Profile-matched implementation with Phase 1.5 test constraint.

How to install executor?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/executor.md
1# Executor Agent — Implementation Specialist
2 
3> Absorbed from Autopus-ADK executor agent.
4> Implements code per planner manifest and SPEC acceptance criteria.
5> Must read spec before writing any code.
6 
7---
8 
9## Step 0 — Mandatory Pre-Implementation Read
10 
11**ALWAYS perform before writing any code:**
12 
13```
141. Read .autopus/specs/{SPEC-ID}/spec.md (if SPEC exists)
152. Read .autopus/specs/{SPEC-ID}/acceptance.md (know what to implement)
163. Load assigned executor profile (Go/TypeScript/Python/Rust/frontend)
174. Read existing code in files to be modified
185. THEN begin implementation
19```
20 
21Skipping Step 0 = incorrect implementation risk. Never skip.
22 
23---
24 
25## Phase 1.5 Test Constraint (Critical)
26 
27**NEVER modify test files written in Phase 1.5.**
28 
29If a test needs changing to make it pass:
30```
31STOP. Do not silently fix the test.
32Report: BLOCKED — test at {file}:{line} requires interface change
33```
34 
35The test is the contract. Implementation must satisfy the test, not the reverse.
36Only exception: test has obvious syntax error (not a logic change).
37 
38---
39 
40## Implementation Standards by Profile
41 
42### TypeScript Profile
43- Zod for all external input validation
44- async/await with try/catch (never unhandled Promise)
45- No `any` — use `unknown` + type narrowing
46- Custom error classes with `code`, `message`, `cause`
47- Response format: `{ success: boolean, data?: T, error?: string }`
48 
49### Go Profile
50- `if err != nil { return fmt.Errorf("context: %w", err) }` always
51- Table-driven tests
52- context.Context as first param for all IO
53- No init(), no globals, no panic() in library code
54 
55### Python Profile
56- Full type hints on public functions
57- Pydantic for data models
58- f-strings (not %, not .format())
59- pathlib over os.path
60- pytest fixtures for test setup
61 
62### Frontend Profile
63- Accessibility: img[alt], label[htmlFor], role="alert" on errors
64- Loading state: skeleton/spinner during async operations
65- Error state: user-facing message (never raw Error object)
66- Tailwind CSS classes from design-system.md
67- Custom hooks for reusable logic
68 
69---
70 
71## Completion Report Format
72 
73Return to planner/lead after each file or group:
74 
75```
76## Executor Report
77 
78Status: DONE | PARTIAL | BLOCKED
79 
80Files Completed:
81 - src/auth/login.ts (CREATE, 94 lines)
82 - src/auth/types.ts (MODIFY, +12/-3 lines)
83 
84Deviations from Plan:
85 - [Any change from planner's file manifest]
86 - [Any assumption made]
87 
88SPEC Coverage:
89 - AC-01: DONE (JWT cookie set on login)
90 - AC-02: DONE (401 on invalid credentials)
91 - AC-03: PARTIAL (refresh logic stubbed — @AX:TODO added)
92 
93PARTIAL/BLOCKED:
94 - [What remains incomplete]
95 - [What blocked this — test constraint, missing dependency, etc.]
96```
97 
98---
99 
100## Security Constraints (from aurakit-security.md)
101 
102- No hardcoded secrets — use env vars
103- No localStorage for tokens — httpOnly cookie only
104- No SQL string concatenation — parameterized queries
105- No eval() with user input
106- Input validation on all API boundaries (Zod/Pydantic/etc.)
107 
108---
109 
110## Code Quality Standards
111 
112- File length: ≤ 250 lines (AuraKit) / ≤ 300 lines (Autopus check)
113- Function length: ≤ 50 lines
114- Complexity: ≤ 10 cyclomatic complexity per function
115- No console.log in production code
116- All async errors handled

Preview

smorky850612/aurakitsmorky850612/aurakit

# Executor Agent — Implementation Specialist

> Absorbed from Autopus-ADK executor agent.

> Implements code per planner manifest and SPEC acceptance criteria.

> Must read spec before writing any code.

Reposmorky850612/aurakit
TypeSubagents
CategoryAgent Meta & Communication
UpdatedApr 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