Agent skill · Code Review & Quality

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Requires: modules: - modules/emotional-framing.md - modules/style-gene-transfer.md - modules/competitive-review.md
Path: skills/agent/latent-space-engineering/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

# 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

What's inside
Steps it walks through
  1. When To Use
  2. When NOT To Use
  3. Core Techniques
  4. 1. Emotional Framing
  5. 2. Style Gene Transfer
  6. 3. Competitive Review
  7. Quick Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going