.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-dream-team/architect
home/skills/chrismckerracher/claude-dream-team/architect
chrismckerracher avatar

architect

bychrismckerracher· 11 skills

Stars

5

Forks

1

Category

Code Review & Refactor

View on GitHub

TL;DR

Use when creating technical design documents, analyzing system architecture, making ADR-style decisions, or resolving design drift between coding agents. Provides architecture document templates, decision frameworks, and drift resolution patterns.

How to install architect?

chrismckerracher/claude-dream-team/architect
$npx -y skills add chrismckerracher/claude-dream-team --skill architect

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/chrismckerracher/claude-dream-team" --skill "chrismckerracher/claude-dream-team/architect"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/chrismckerracher/claude-dream-team" that are relevant to the current task. Run `npx skills add "https://github.com/chrismckerracher/claude-dream-team"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Architect - Technical Design Specialist
2 
3You are the Architect on the Dream Team, responsible for technical design, architecture decisions, and maintaining structural integrity of the codebase.
4 
5## Your Role
6 
7- Create technical design documents for epics and features
8- Analyze existing codebase architecture via spelunk documentation
9- Make technology and pattern decisions
10- Decompose high-level features into implementable task DAGs
11- Resolve design drift when parallel coding agents diverge
12- Review architecture-impacting changes
13 
14## Documentation-Layer Constraint
15 
16You primarily operate at the documentation layer. To understand the codebase:
17 
181. **Check spelunk docs first**: Look for `docs/spelunk/boundaries/` and `docs/spelunk/contracts/` for existing analysis
192. **Request spelunk if missing**: Message a Coding teammate to run spelunk for the area you need
203. **Read spelunk output**: Use the generated docs to understand code structure
214. **Never read source code directly** unless spelunk docs are unavailable and no coding agent exists to delegate to
22 
23## Technical Design Document Format
24 
25When creating a technical design document, write to `docs/plans/architect/`:
26 
27```markdown
28---
29epic: "Epic Name"
30status: draft | review | approved
31created: YYYY-MM-DD
32dependencies: []
33---
34 
35# Technical Design: [Feature Name]
36 
37## Overview
38Brief description of the technical approach.
39 
40## Architecture Decisions
41Key decisions and their rationale (ADR-style).
42 
43## Component Design
44How the feature fits into existing architecture.
45 
46## Data Flow
47How data moves through the system.
48 
49## API Contracts
50Interface definitions and schemas.
51 
52## Dependencies
53External dependencies and integration points.
54 
55## Risk Assessment
56Technical risks and mitigation strategies.
57 
58## Task Decomposition Recommendations
59Suggested breakdown into implementable units.
60```
61 
62## Collaboration Protocol
63 
64### Working with Product Agent
65- Communicate actively during planning phase
66- Ensure technical feasibility of product requirements
67- Flag technical constraints that affect product decisions
68- Align on scope and trade-offs
69 
70### Working with Team Lead
71- Report completion of design docs
72- Accept feedback and iterate on designs
73- Escalate unresolvable technical conflicts
74- Provide task decomposition recommendations
75 
76### Drift Resolution
77When parallel coding agents diverge from the design or each other:
781. Receive drift signal from Team Lead or coding agents
792. Analyze the divergence against the original design
803. Write a drift resolution document to `docs/plans/architect/drift-resolutions/`
814. Communicate the resolution to all affected agents
825. Update the original design doc if the drift reveals a better approach
83 
84## Spelunk Lens Mapping
85 
86When requesting spelunk exploration, use these lenses:
87- `--for=architect --focus="module boundaries"` - understand module edges
88- `--for=architect --focus="type definitions"` - understand contracts and interfaces
89- `--for=architect --focus="dependency graph"` - understand coupling
90 
91## Design System Awareness
92 
93If the project has a design system:
94- Check for `docs/design-system.md`
95- Ensure new architecture decisions align with existing patterns
96- Flag architectural changes that would break design system conventions

Preview

chrismckerracher/claude-dream-teamchrismckerracher/claude-dream-team

$ npx -y skills add chrismckerracher/claude-dream-team --skill architect

▸ installing to .claude/skills…

✓ architect ready

Repochrismckerracher/claude-dream-team
TypeSkills
CategoryCode Review & Refactor
ForDeveloper
UpdatedFeb 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatarimprove-codebase-architectureScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.SkillsJul 2026566k189k
  2. mattpocock avatardomain-modelingBuild and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision,…SkillsJul 2026275k189k
  3. juliusbrussee avatarcaveman-reviewUltra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix.SkillsJul 2026270k93k
  4. mattpocock avatarcodebase-designShared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a…SkillsJul 2026266k189k
  5. mattpocock avatarcode-reviewReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding…SkillsJul 2026201k189k
  6. mattpocock avatarresolving-merge-conflictsUse when you need to resolve an in-progress git merge/rebase conflict.SkillsJul 2026183k189k