Agent skill · Business & Finance

ai-prompt-manager

Expert assistant for managing AI prompts, features, and configuration in the KR92 Bible Voice AI system. Use when creating AI prompts, configuring AI features, managing prompt versions, setting up AI bindings, or working with AI pricing and models. Supports multiple vendors and models for feature flexibility.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-prompt-manager-spectaculous-code-raamattu-nyt-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/ai-prompt-manager-spectaculous-code-raamattu-nyt-2/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

# AI Prompt Manager ## Quick Start ### Core Workflow 1. **Create feature** → Define what AI capability is needed 2. **Create prompt template** → Write system/user prompts with `{{variables}}` 3. **Create prompt version** → Implement the template (allows versioning) 4. **Bind to environment** → Connect prompt to dev/stage/prod 5. **Configure provider** → Choose vendor and model 6. **Test via Admin panel** → Validate response and cost For SQL patterns, see [sql-patterns.md](references/sql-patterns.md). ### Database Schema (Essentials) | Table | Purpose | |-------|---------| | `ai_features` | Feature registry (key, description) | | `ai_prompt_templates` | Prompt structure (task, name) | | `ai_prompt_versions` | Prompt variants with `{{variables}}` | | `ai_prompt_bindings` | Link prompt version to environment | | `ai_feature_bindings` | Link feature to vendor/model/env | | `ai_pricing` | Cost per vendor/model | | `ai_usage_logs` | Track calls, tokens, cost per user | Full schema: See `Docs/context/db-schema-short.md`. ## Prompt Design ### Variable Substitution Use `{{variable}}` syntax for dynamic content: ```javascript system_prompt: "You are a {{role}} assistant for Bible study." use

What's inside
Steps it walks through
  1. Quick Start
  2. Core Workflow
  3. Database Schema (Essentials)
  4. Prompt Design
  5. Variable Substitution
  6. Output Schema
  7. Temperature & Tokens
  8. Vendor & Model Configuration
  9. Environment Strategy
  10. Testing AI Features
  11. Monorepo Integration
  12. Skills Handoff
  13. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-prompt-manager skill do?

Expert assistant for managing AI prompts, features, and configuration in the KR92 Bible Voice AI system. Use when creating AI prompts, configuring AI features, managing prompt versions, setting up AI bindings, or working with AI pricing and models. Supports multiple vendors and models for feature flexibility.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-prompt-manager-spectaculous-code-raamattu-nyt-2 --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