Agent skill · Documentation

prompt-architect

Transformiert Anforderungen in Best-Practice Prompts nach Claude 4.x Standards (Dezember 2025). Basiert auf: - Nate B. Jones 4 Beginner Moves: Shape, Context, Silent Plan, Self-Check - Anthropic Claude 4.x Best Practices: Explizitheit, Contract-Style, Examples beat Adjectives - Pipelines over Prompts Philosophie AKTIVIERT SICH AUTOMATISCH nach clarify-spec oder bei /prompt-architect. Produziert strukturierten, ausfuehrbaren Prompt mit allen Best Practices.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-architect-freitasp1-claude-code-skills-2/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

# Prompt-Architect: Best-Practice Prompt Generator ## Basiert auf Claude 4.x Best Practices (Dezember 2025) ### Quellen: - Nate B. Jones Prompting Playbook 2025 - Anthropic Official Claude 4.x Prompting Guide - Claude Code Best Practices ## AKTIVIERUNG ### Automatisch nach clarify-spec Wenn clarify-spec ein JSON Output generiert hat, kann prompt-architect dieses JSON in einen strukturierten Prompt transformieren. ### Manuell mit Trigger /prompt-architect [Aufgabenbeschreibung] ## Die 4 Beginner Moves (Nate B. Jones) ### Move 1: Define the Shape of Output NICHT: Schreib guten Code SONDERN: Produziere eine TypeScript-Datei mit Interface X, exportiere Funktion Y Konkrete Artefakte definieren: - Welche Dateien werden erstellt/geaendert? - Welches Format hat der Output? - Wie sieht ein Beispiel-Output aus? ### Move 2: Give Minimal but Sufficient Context - Automatisch relevante Dateien einlesen - CLAUDE.md/AGENTS.md Auszuege - Nur das Noetige - kein Context-Overflow - Token Budget beachten ### Move 3: Suggest a Silent Plan - Claude soll INTERN planen bevor es antwortet - Bei Claude 4.5: consider your approach first - Vermeidung von think bei deaktiviertem Extended Thinking ### Move 4: Ad

What's inside
Steps it walks through
  1. Basiert auf Claude 4.x Best Practices (Dezember 2025)
  2. Quellen:
  3. AKTIVIERUNG
  4. Automatisch nach clarify-spec
  5. Manuell mit Trigger
  6. Die 4 Beginner Moves (Nate B. Jones)
  7. Move 1: Define the Shape of Output
  8. Move 2: Give Minimal but Sufficient Context
  9. Move 3: Suggest a Silent Plan
  10. Move 4: Add a Quick Self-Check
  11. Claude 4.x Spezifische Patterns
  12. Explizitheit + Modifier
  13. Context + Motivation (WARUM erklaert WAS)
  14. Examples beat Adjectives
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the prompt-architect skill do?

Transformiert Anforderungen in Best-Practice Prompts nach Claude 4.x Standards (Dezember 2025). Basiert auf: - Nate B. Jones 4 Beginner Moves: Shape, Context, Silent Plan, Self-Check - Anthropic Claude 4.x Best Practices: Explizitheit, Contract-Style, Examples beat Adjectives - Pipelines over Prompts Philosophie AKTIVIERT SICH AUTOMATISCH nach clarify-spec oder bei /prompt-architect. Produziert strukturierten, ausfuehrbaren Prompt mit allen Best Practices.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-architect-freitasp1-claude-code-skills-2 --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