anthropic-architect
Determine the best Anthropic architecture for your project by analyzing requirements and recommending the optimal combination of Skills, Agents, Prompts, and SDK primitives.
npx skills add majiayu000/claude-skill-registry --skill anthropic-architect --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Anthropic Architect Expert architectural guidance for Anthropic-based projects. Analyze your requirements and receive tailored recommendations on the optimal architecture using Skills, Agents, Subagents, Prompts, and SDK primitives. ## What This Skill Does Helps you design the right Anthropic architecture for your project by: - **Analyzing project requirements** - Understanding complexity, scope, and constraints - **Recommending architectures** - Skills vs Agents vs Prompts vs SDK primitives - **Applying decision rubrics** - Data-driven architectural choices - **Following best practices** - 2025 Anthropic patterns and principles - **Progressive disclosure design** - Efficient context management - **Security considerations** - Safe, controllable AI systems ## Why Architecture Matters **Without proper architecture:** - Inefficient context usage and high costs - Poor performance and slow responses - Security vulnerabilities and risks - Difficult to maintain and scale - Agents reading entire skill contexts unnecessarily - Mixed concerns and unclear boundaries **With engineered architecture:** - Optimal context utilization - Fast, focused responses - Secure, controlled operations - Ea
- What This Skill Does
- Why Architecture Matters
- Quick Start
- Analyze Your Project
- Get Architecture Recommendation
- The Four Anthropic Primitives
- 1. Skills (Prompt-Based Meta-Tools)
- 2. Agents/Subagents (Autonomous Task Handlers)
- 3. Direct Prompts (Simple Instructions)
- 4. SDK Primitives (Custom Workflows)
- Decision Rubric
- Task Complexity Analysis
- Reusability Assessment
- Context Management Needs
What does the anthropic-architect skill do?
Determine the best Anthropic architecture for your project by analyzing requirements and recommending the optimal combination of Skills, Agents, Prompts, and SDK primitives.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill anthropic-architect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
