architect-agent

5 stars 5 forks
93
A

Coordinates planning, delegation, and evaluation across architect and code agent workspaces. Use when asked to "write instructions for code agent", "initialize architect workspace", "grade code agent work", "send instructions", or "verify code agent setup".

#code agent#send instructions#agent#instructions#Architect Agent#Load#workspace#agent workspace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install SpillwaveSolutions/architect-agent/architect-agent
skilz install SpillwaveSolutions/architect-agent/architect-agent --agent opencode
skilz install SpillwaveSolutions/architect-agent/architect-agent --agent codex
skilz install SpillwaveSolutions/architect-agent/architect-agent --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/SpillwaveSolutions/architect-agent
2. Copy the agent skill directory:
cp -r architect-agent ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
5
Forks
5
Type
Non-Technical
Meta-Domain
general
Primary Domain
general
Sub-Domain
database schema query
Market Score
93

Agent Skill Grade

A
Score: 93/100 Click to see breakdown

Score Breakdown

Spec Compliance
15/15
PDA Architecture
27/30
Ease of Use
23/25
Writing Style
8/10
Utility
18/20
Modifiers: +2

Areas to Improve

  • Redundant routing tables
  • Missing inline examples
  • Second-person voice in guides

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your architect-agent skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 93/100, which puts you solidly in A territory. This evaluation is based on Anthropic's skill best practices. Your strongest area is Spec Compliance (15/15) — your YAML frontmatter is solid and naming conventions are perfect. The weakest spot is Utility (18/20), mostly because you're missing some quick-reference examples that would make onboarding faster.

What's Working Well

  • Progressive Disclosure Architecture is textbook — The 216-line SKILL.md routing to 33 reference files, 4 workflow guides, and 43 templates is exactly how PDA should work. You're not dumping everything upfront; you're layering information strategically.
  • Trigger phrases are comprehensive — You've got 8+ specific action phrases ("plan multi-agent work", "delegate to code agents", "grade implementations") that make your skill actually discoverable. The "DO NOT Trigger For" section prevents false positives too, which is smart.
  • Terminology is locked in — "architect/code agent", "instructions/human instructions", "grades" — you're consistent throughout, which matters way more than it sounds for maintainability.

The Big One: Redundant Routing Tables

Your Intent Classification and Decision Tree tables in SKILL.md are basically saying the same thing twice. You've got overlapping mappings between user phrases and actions, which wastes tokens and confuses users about which table to actually use.

Merge them into a single Decision Tree with three columns: Intent, Pre-condition, and Action. Instead of checking two tables, users check one. You'd drop m...

AI-Detected Topics

Extracted using NLP analysis

code agent send instructions agent instructions Architect Agent Load workspace agent workspace Create Instructions setup

Report Security Issue

Found a security vulnerability in this agent skill?