Chapter XI · Skills

Ops Deck Lite

Build two small local services before you build a giant agent dashboard.

Goal

Give the agent two capabilities that pay off immediately:

  1. semantic code search
  2. a reusable prompt library

Search code by meaning, not only exact text.

Useful for queries like:

Core design

Component 2: Prompt library

Store prompts as reusable templates instead of rewriting them every session.

Each prompt should have:

Why this stack works

Minimal setup guidance

Use any stack you like, but keep the shape simple:

Agent integration pattern

Teach the agent two habits:

  1. Check semantic code search before grepping dozens of files.
  2. Check the prompt library before drafting a fresh prompt from scratch.

Suggested API shape

Prompt library

Verification

A good smoke test:

Anti-pattern

Do not start with a full control plane, analytics wall, sprint board, and seven side panels. Start with the two tools that actually save tokens and time.