prompt-version-control-workflow

Solid

Sets up a prompt versioning system with naming conventions, diff tracking, A/B evaluation gates before promotion, and rollback triggers.

AI & Automation 9 stars 1 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Prompt Version Control Workflow ## What this skill does This skill designs a prompt versioning workflow so you can track changes, test before promoting, and roll back safely. Most teams store prompts as hardcoded strings inside application code — this means prompt changes go unreviewed, regressions are invisible, and rollbacks require a full code deploy. This skill fixes that. ## How to use ### Claude Code / Cline Copy this file to `.agents/skills/prompt-version-control/SKILL.md` in your project root. Then ask: - *"Use the Prompt Version Control skill to set up versioning for our prompts."* - *"How should we manage prompt versions across staging and production?"* Provide: - Number of prompts in your system - Current storage method (hardcoded, env vars, database, files) - Whether you need A/B testing or just safe deploys - Tech stack ### Cursor / Codex Describe your current prompt management alongside these instructions. ## The Prompt / Instructions for the Agent ### Step 1 — Choose a storage approach | Approach | Best for | Tradeoffs | |---|---|---| | **Git files** (prompts/*.md) | Small teams, prompts change rarely | Simple, diffable, but requires deploy to change | | **Database table** | Prompts change frequently, need hot-swap | Live updates, but needs admin UI | | **Dedicated tools** (Braintrust, LangSmith, Langfuse) | Eval-heavy teams | Best tooling, external dependency | | **Environment variables** | Single prompt, simple apps | Easy but no history, no dif...

Details

Author
Notysoty
Repository
Notysoty/openagentskills
Created
5 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

prompt-versioning-hygiene

This skill should be used when the user mentions "prompt engineering", "prompt versioning", "prompt management", "system prompt", "prompt template", "manage prompts", or "prompts scattered in code". It provides a methodology for treating prompts as versioned, reviewable, testable code rather than magic strings buried in application logic.

2 Updated yesterday
ClaudeRegistry
AI & Automation Featured

coding-agents-prompt-authoring

To author, adapt, review, and validate prompts (skills, agents, workflows, rules, etc.) with brief, contracts, and a validation pack.

335 Updated today
griddynamics
AI & Automation Listed

prompt-builder

Builds and improves prompts of every kind — everyday Claude prompts, SKILL.md instruction bodies, skill descriptions, and agent/system prompts. Detects mode from input: critique-and-rewrite when the user pastes a draft, interview-and-build when the user describes a goal without a draft. Always does live web research on current Anthropic prompting guidance before producing output. Returns a short critique plus a copy/paste-ready prompt block. Use whenever the user asks for help writing, improving, rewriting, critiquing, sharpening, or scoping a prompt — including phrases like "help me write a prompt for…", "improve this prompt", "make this better", "what's wrong with this prompt", "rewrite this", "I need a system prompt for…", "draft a SKILL.md description for…", "write a prompt for", "sharpen this prompt", or whenever the user shares a block of text that is clearly an LLM prompt and asks for any kind of feedback or revision.

0 Updated today
cody-hutson