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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Start
- Core Workflow
- Database Schema (Essentials)
- Prompt Design
- Variable Substitution
- Output Schema
- Temperature & Tokens
- Vendor & Model Configuration
- Environment Strategy
- Testing AI Features
- Monorepo Integration
- Skills Handoff
- References
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.
