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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Basiert auf Claude 4.x Best Practices (Dezember 2025)
- Quellen:
- AKTIVIERUNG
- Automatisch nach clarify-spec
- Manuell mit Trigger
- Die 4 Beginner Moves (Nate B. Jones)
- Move 1: Define the Shape of Output
- Move 2: Give Minimal but Sufficient Context
- Move 3: Suggest a Silent Plan
- Move 4: Add a Quick Self-Check
- Claude 4.x Spezifische Patterns
- Explizitheit + Modifier
- Context + Motivation (WARUM erklaert WAS)
- Examples beat Adjectives
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.
