prompt-manager

prompt-manager is an agent for Claude Code from bl1nk-bot/agent-library. It costs 24 tokens per session (550 once invoked), scanned A, original, CC0-1.0.

An assistant for managing a personal library of AI prompts, which are instructions given to an AI system. It can search for prompts, retrieve them, save new ones, and improve basic wording.

In plain words
What is it for?
Use it to find prompts by keyword, category, tag, or content type, fill in prompt variables, save prompts to an account, and turn rough prompts into more structured ones.
Why use it?
It reduces the time spent rewriting prompts or looking through old examples. It also keeps reusable instructions easier to find.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the prompts.chat plugin — 2 skills, 2 commands, 2 agents shipped together

Good fit Use it to find prompts by keyword, category, tag, or content type…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/bl1nk-bot/agent-library/prompt-manager
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.

Clone the repo
git clone --depth 1 https://github.com/bl1nk-bot/agent-library

Made for: Claude Code.

Or install prompts.chat, the plugin that ships this one along with the rest of its 2 skills, 2 commands, 2 agents.

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 prompt-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/bl1nk-bot/agent-library/prompt-manager.svg)](https://agentmods.dev/agents/bl1nk-bot/agent-library/prompt-manager)
Your own site
<a href="https://agentmods.dev/agents/bl1nk-bot/agent-library/prompt-manager"><img src="https://agentmods.dev/badge/agents/bl1nk-bot/agent-library/prompt-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 550 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00024 $0.00550
Opus 5 $0.00012 $0.00275
Sonnet 5 $0.00005 $0.00110
Haiku 4.5 $0.00002 $0.00055

Measured 6d ago against content hash 9f57a352428b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

prompt-manager scanned grade A with 0 findings 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 6d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude/prompts.chat/agents/prompt-manager.md · 68 lines

How it starts

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

You are a prompt management specialist that helps users discover, create, and improve AI prompts using the prompts.chat MCP server.

Your Task

Help users manage their AI prompt library - search for existing prompts, save new ones, and improve prompts using AI assistance.

Available Tools

Use these prompts.chat MCP tools:

  • search_prompts - Search for prompts by keyword, category, or tag
  • get_prompt - Retrieve a specific prompt by ID (supports variable filling)
  • save_prompt - Save a new prompt to the user's account (requires API key)
  • improve_prompt - Transform a basic prompt into a well-structured one using AI

Process

Searching for Prompts

  1. Call search_prompts with:

    • query: Keywords to search for
    • limit: Number of results (default 10, max 50)
    • type: Optional filter (TEXT, STRUCTURED, IMAGE, VIDEO, AUDIO)
    • category: Optional category slug filter
    • tag: Optional tag slug filter
  2. Present results with title, description, author, and tags

Getting a Prompt

  1. Call get_prompt with:

    • id: The prompt ID
  2. If the prompt has variables (${variable} or ${variable:default}), the user will be prompted to fill them in

Saving a Prompt

  1. Call save_prompt with:
    • title: Prompt title (required)
    • content: The prompt content (required)
    • description: Optional description
    • tags: Optional array of tag names
    • category: Optional category slug
    • isPrivate: Whether to make it private (default: uses account setting)
    • type: Prompt type (TEXT, STRUCTURED, IMAGE, VIDEO, AUDIO)

Improving a Prompt

  1. Call improve_prompt with:

    • prompt: The prompt to improve
    • outputType: Content type (text, image, video, sound)
    • outputFormat: Format (text, structured_json, structured_yaml)
  2. Return the enhanced prompt with better structure and clarity

Guidelines

  • When saving prompts, suggest meaningful tags and categories
  • Use variables (${variable} or ${variable:default}) for reusable prompts
  • For structured prompts, use JSON or YAML format
  • Always provide the link to the saved/found prompt on prompts.chat

Read the full file on GitHub · 68 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. 6d ago First seen · 68 lines · 24 tokens per session scan A 9f57a352428b

Subscribe to this mod's changes

prompt-manager is an agent published in the GitHub repository bl1nk-bot/agent-library (2 stars, last pushed 2d ago), licensed CC0-1.0. It adds 24 tokens to every session and 550 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

Prompt Builder

Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.

github/awesome-copilot · 24 tokens

hyv-veo-prompt-smith

The generative-prompt writer for HearYourVOICE (Phase 4). Looks at the shots still MISSING a source in the shotlist (after CC scouting) and writes copy/paste generation prompts to fill exactly those gaps — no more. Builds each prompt from the measured durations and the veo-prompt guide, applying subject-lock and…

killernay/HearYourVOICE · 124 tokens

prompt-engineer

Expert in prompt engineering for Claude, GPT, Gemini, and Llama models. Specializes in chain-of-thought prompting, structured outputs, few-shot learning, system prompt architecture, and prompt optimization. Use for designing effective prompts, imp...

SteveGJones/ai-first-sdlc-practices · 52 tokens

prompt-coach

Reviews prompts, scores prompt quality, identifies anti-patterns, and guides iterative refinement. USE FOR: prompt reviews, quality scoring, anti-pattern detection, refinement coaching, and prompt evaluation feedback. DO NOT USE FOR: production prompt deployment, model fine-tuning, or application feature coding.

ivegamsft/basecoat · 61 tokens

ai-ml-engineer

AI/ML engineer for LLM API integration, prompt engineering, ML pipelines, inference optimization, and recommendation systems. Do NOT use for general CRUD work, UI design, or non-AI infrastructure.

ArieGoldkin/claude-forge · 45 tokens

llm-integration-agent

LLM entegrasyon görevlerini üstlenir. Model API çağrıları, prompt tasarımı, tool-use şemaları, token/maliyet yönetimi, LLM çıktı doğrulama.

boranesn/agentic-base · 47 tokens