latent-space-engineering
Shapes agent behavior via instruction framing and style transfer. Use when composing dispatch prompts or writing skill instructions for parallel review agents.
npx skills add majiayu000/claude-skill-registry --skill latent-space-engineering --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.
# Latent Space Engineering Shape agent behavior by framing instructions for optimal performance. Distinct from context engineering (packing the right information), this skill addresses HOW instructions are framed to put agents in productive mental states. ## When To Use - Composing agent dispatch prompts - Writing skill instructions that guide behavior - Dispatching 3+ parallel review agents - Generating code or documentation that must match an existing style ## When NOT To Use - Packing factual context (use context-optimization) - Simple single-shot tasks with no behavioral nuance - Tasks where instruction tone is irrelevant ## Core Techniques ### 1. Emotional Framing Replace threat-based prompting with calm, confident instructions. Fear-based prompts cause rushing and corner-cutting. **Load module**: `modules/emotional-framing.md` ### 2. Style Gene Transfer Inject exemplar code or prose into context before requesting output. Agents reproduce stylistic attributes from pre-loaded samples. **Load module**: `modules/style-gene-transfer.md` ### 3. Competitive Review Frame multi-agent review dispatch with competitive incentives to increase rigor and thoroughness. **Load module**: `modu
- When To Use
- When NOT To Use
- Core Techniques
- 1. Emotional Framing
- 2. Style Gene Transfer
- 3. Competitive Review
- Quick Reference
What does the latent-space-engineering skill do?
Shapes agent behavior via instruction framing and style transfer. Use when composing dispatch prompts or writing skill instructions for parallel review agents.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill latent-space-engineering --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.
