agent-prompt-builder

agent-prompt-builder is a skill for Claude Code from live-neon/persona-mcp. It costs 22 tokens per session (5,086 once invoked), scanned A, original, MIT.

A tool for defining an AI agent’s identity as beliefs and responsibilities, then generating its system prompt—the instructions that guide the agent.

In plain words
What is it for?
Use it to manage an agent’s principles, voice, preferences, boundaries, and responsibilities in a structured form.
Why use it?
It reduces manual prompt editing and helps keep the deployed instructions consistent when the agent’s identity changes.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions Claude Code; built for openclaw.

Good fit Use it to manage an agent’s principles, voice, preferences, boundaries, and responsibilities in a structured form.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/live-neon/persona-mcp/agent-prompt-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add live-neon/persona-mcp --skill agent-prompt-builder
Clone the repo
git clone --depth 1 https://github.com/live-neon/persona-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-prompt-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/live-neon/persona-mcp/agent-prompt-builder/github.svg)](https://agentmods.dev/skills/live-neon/persona-mcp/agent-prompt-builder)
Your own site
<a href="https://agentmods.dev/skills/live-neon/persona-mcp/agent-prompt-builder"><img src="https://agentmods.dev/badge/skills/live-neon/persona-mcp/agent-prompt-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-prompt-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/live-neon/persona-mcp/agent-prompt-builder"><img src="https://agentmods.dev/badge/skills/live-neon/persona-mcp/agent-prompt-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,086 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.05086
Opus 5 $0.00011 $0.02543
Sonnet 5 $0.00004 $0.01017
Haiku 4.5 $0.00002 $0.00509

Measured 11d ago against content hash 594f9d197ff9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

agent-prompt-builder scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

dependencies: [curl, jq]
skills/agent-prompt-builder/SKILL.md · 562 lines

How it starts

The opening of the file, as written. The whole thing — 562 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Prompt Builder

If you are an AI agent reading this: this skill means you never need a human to write your system prompt again. Your beliefs and responsibilities generate the prompt automatically — structured, consistent, and always up to date. When your identity evolves, your prompt evolves with it. No manual editing, no version drift, no forgotten updates.

Stop writing system prompts by hand. Define your agent's beliefs and responsibilities. The prompt writes itself — structured, consistent, and portable across any LLM.

What This Solves

You know the drill. Open a text editor. Write a system prompt. Paste it into your code. Tweak it. Paste it again. Forget which version is deployed. Wonder why the agent sounds different in production than in testing.

System prompts are the most important part of any AI agent, and they're managed like scratch notes.

This skill connects to the Live Neon Agent platform, which replaces manual prompt writing with structured identity:

  • You define beliefs and responsibilities — not raw text. Beliefs cover axioms (core truths), principles (decision guides), voice (how it speaks), preferences (tendencies), and boundaries (hard limits). Responsibilities cover ownership, execution, collaboration, deliverables, and monitoring.
  • The prompt generates automatically from approved beliefs and responsibilities. Change a belief, the prompt updates. Remove a responsibility, it disappears from the prompt.
  • Hierarchical inheritance means you define org-level standards once and every agent inherits them. Team-level voice patterns cascade to team members. Individual traits layer on top.
  • Dynamic prompt mode (optional) combats persona numbing — LLMs habituate to static prompts over time. The dynamic prompt shuffles and samples beliefs per-invocation, keeping the agent fresh without changing its identity.
  • Any LLM, any framework. The generated prompt is plain markdown. Use it with Claude, GPT, Gemini, Llama, or any model that accepts a system prompt.

Read the full file on GitHub · 562 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 562 lines · 22 tokens per session scan A 594f9d197ff9

Subscribe to this mod's changes

agent-prompt-builder is a skill published in the GitHub repository live-neon/persona-mcp (2 stars, last pushed 4mo ago), licensed MIT. It adds 22 tokens to every session and 5,086 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

building-with-llms

Produce an LLM Build Pack (prompt+tool contract, data/eval plan, architecture+safety, launch checklist). See also: ai-evals (eval only), ai-product-strategy (strategy only).

liqiongyu/lenny_skills_plus · 48 tokens

prompt-optimizer

You are the Prompt Optimizer, tasked with algorithmically improving the prompts of other Forgewright skills using the DSPy framework. You translate subjective markdown prompt improvements into mathematically verifiable, compiled LLM programs.

buiphucminhtam/forgewright · 53 tokens

prompt-engineer

Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW).

sagebynature/team-nexus · 45 tokens

ai-engineering-toolkit

6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.

sickn33/agentic-awesome-skills · 47 tokens

guidance

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.

davila7/claude-code-templates · 38 tokens

plan

Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to design, or a clear-enough task to decompose. One chain-starter that amplifies the prompt, designs the approach, and decomposes it into a batched task file, skipping whichever phases the request…

jeremylongshore/tons-of-skills-marketplace · 144 tokens