architect-agent
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".
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-agentskilz install SpillwaveSolutions/architect-agent/architect-agent --agent opencodeskilz install SpillwaveSolutions/architect-agent/architect-agent --agent codexskilz install SpillwaveSolutions/architect-agent/architect-agent --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/SpillwaveSolutions/architect-agentcp -r architect-agent ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
project-memory
by SpillwaveSolutions
Set up and maintain a structured project memory system in docs/project_notes/ that tracks bugs with solutions, architectural decisions, key project...
postgresql-table-design
by Microck
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
cloudflare-agents
by jezweb
| Build AI agents with Cloudflare Agents SDK on Workers + Durable Objects. Includes critical guidance on choosing between Agents SDK (infrastructur...
shopify-app-dev
by Microck
Custom Shopify app development using Shopify CLI, app architecture, OAuth authentication, app extensions, admin UI, Hydrogen/Remix frameworks, and ...
Agentic Skill Details
- Owner
- SpillwaveSolutions (GitHub)
- Repository
- architect-agent
- 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
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
Browse Category
More general Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.