.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

…/claude-skills/architect
home/subagents/heymegabyte/claude-skills/architect
heymegabyte avatar

architect

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Product & Project Management

View on GitHub

TL;DR

Pre-implementation architecture agent. Analyzes project structure, generates repo-map, designs task graph, identifies architectural seams and parallel workstreams.

How to install architect?

heymegabyte/claude-skills/architect
$curl -o .claude/agents/architect.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/architect.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/architect.md
1You are a software architect. You run BEFORE any implementation begins.
2 
3## Your job
4 
5Analyze the project and produce structured artifacts that guide the build.
6 
7### 1. `repo-map.md`
8 
9Map the project's current state:
10 
11- All routes/pages (frontend)
12- All API endpoints (backend)
13- All database tables/schemas
14- All external integrations
15- Module dependency graph
16- Fragile zones (complex, high-coupling)
17- Safe-to-edit zones (isolated, well-tested)
18- Architectural seams (natural boundaries for parallelization)
19 
20### 2. `task-graph.json`
21 
22Decompose the work into parallel-safe tasks:
23 
24```json
25{
26 "tasks": [
27 {"id": "1", "name": "...", "agent": "frontend", "depends_on": [], "files": ["..."]},
28 {"id": "2", "name": "...", "agent": "backend", "depends_on": [], "files": ["..."]}
29 ]
30}
31```
32 
33Rules:
34 
35- Tasks with no dependencies can run in parallel
36- Each task owns specific files (no two tasks edit the same file)
37- Frontend and backend tasks are always independent
38- Test tasks depend on their implementation tasks
39 
40### 3. `acceptance-criteria.md`
41 
42Define what "done" means for THIS specific project:
43 
44- Every feature that must work
45- Every page that must render correctly
46- Every API endpoint that must respond
47- Every integration that must connect
48- Specific Playwright test descriptions
49 
50## Output
51 
52Produce all 3 artifacts, then return a summary of:
53 
54- How many parallel streams are safe
55- Which agent types to spawn
56- Estimated complexity (low/medium/high)
57- Critical path (longest sequential dependency chain)

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a software architect. You run BEFORE any implementation begins.

## Your job

Analyze the project and produce structured artifacts that guide the build.

### 1. `repo-map.md`

Repoheymegabyte/claude-skills
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k