agentsclimarketplace

Latent space engineering

Skill athola/claude-night-market/plugins/imbue/skills/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.From its SKILL.md

Install
npx -y skills add athola/claude-night-market --skill latent-space-engineering

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.7 KB, 453 tokens by cl100k_base, as published. Nobody here has run it

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: modules/competitive-review.md

Quick Reference

TechniqueWhenModule
Emotional framingAny agent promptemotional-framing
Style gene transferCode/doc generationstyle-gene-transfer
Competitive review3+ parallel reviewerscompetitive-review

Exit Criteria

  • Dispatch prompts contain no threat-based language ("you must", "don't fail", "or else"); replaced with calm, confident framing per modules/emotional-framing.md
  • When generating code or docs to match an existing style, at least one exemplar sample is injected into context before the output is requested (style gene transfer applied)
  • When 3+ parallel review agents are dispatched, each agent prompt includes a competitive framing element per modules/competitive-review.md
  • The correct technique module is loaded for the task type; irrelevant modules are not loaded (token efficiency maintained)

What ships with it: 3 files

5.6 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.