Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill anthropic-architect --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/ai-llm/anthropic-architect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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's inside
Steps it walks through
  1. What This Skill Does
  2. Why Architecture Matters
  3. Quick Start
  4. Analyze Your Project
  5. Get Architecture Recommendation
  6. The Four Anthropic Primitives
  7. 1. Skills (Prompt-Based Meta-Tools)
  8. 2. Agents/Subagents (Autonomous Task Handlers)
  9. 3. Direct Prompts (Simple Instructions)
  10. 4. SDK Primitives (Custom Workflows)
  11. Decision Rubric
  12. Task Complexity Analysis
  13. Reusability Assessment
  14. Context Management Needs
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going