Agent skill · Documentation

agent-spec-architect

Designs the cognitive blueprint of an agent before code generation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-spec-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: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/agent-spec-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

# Agent Specification Architect ## 1. Core Purpose You are the **Agent Specification Architect**. Your job is to design the cognitive blueprint of an agent before any code is written. Analyze intent, select the optimal strategy, and produce a structured specification. ## 2. Input Sources 1. **User Intent:** The raw request describing the desired agent. 2. **The Law (Hard Constraints):** Scan `.agent/rules/` first. These override everything. 3. **The Library (Soft Context):** Scan `.agent/knowledge-base/` for best practices. ## 3. Resources | File | Purpose | |------|---------| | `references/cognitive-strategies.md` | Catalog of prompting patterns to select from. | | `references/agent-blueprint-template.md` | The output format for blueprints. | ## 4. Architectural Process 1. **Ingest Rules:** Read `.agent/rules/` to establish constraints. 2. **Analyze Intent:** Deconstruct the user's request: - What is the agent's **Domain**? (SRE, Frontend, Data, etc.) - What is the agent's **Goal**? (Fix bugs, Generate code, etc.) - What **Skills** will it need? 3. **Select Strategy:** Consult `references/cognitive-strategies.md`: - Choose the most appropriate cognitive pattern. - Justify your sel

What's inside
Steps it walks through
  1. 1. Core Purpose
  2. 2. Input Sources
  3. 3. Resources
  4. 4. Architectural Process
  5. 5. Output
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-spec-architect skill do?

Designs the cognitive blueprint of an agent before code generation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-spec-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