mrwogu

PromptScript - Prompt-as-code platform for standardizing AI instructions

by
PromptScript is a prompt-as-code platform for standardizing AI instructions. Write once in .prs files with inheritance, templates, and validation. Compile to native formats for 37 tools - GitHub Copilot, Claude Code, Factory AI, Gemini, and more. Each tool gets prompts optimized for its model, not copy-pasted text. Share standards via Git registries. Manage AI skills with versioning. Migrate existing files automatically. Switching tools? One config change and rebuild. Enterprise-ready.

Add a comment

Replies

Best
mrwogu
Maker
📌
I work in an organization with hundreds of projects, where different departments use different AI coding tools. But the real challenge wasn't just keeping files in sync - it was governance. We needed AI instructions managed at multiple levels: the Center of Excellence defining foundational standards, CISO enforcing security policies, dev leads setting team conventions, R&D experimenting with new approaches, and developers adding project-specific context. Each layer needed to extend and refine what came above it without breaking anything. Plain markdown can't do this. There's no inheritance, no composition, no way to share a security policy across 200 repos and know it's actually applied. You can't parameterize templates, validate consistency, or version-pin shared standards. So I built PromptScript - a prompt-as-code platform where instructions are structured, composable, and compiled to native formats for 37 AI tools. What started as a format converter evolved into a full governance layer: hierarchical inheritance from org to team to project, Git-based registries with lockfiles, and a skills manager for distributing reusable AI capabilities. It turned an ungovernable mess into an auditable, version-controlled system.