promptscript

Read, write, modify, and troubleshoot PromptScript .prs files.

465|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/mrwogu/promptscript --skill promptscript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: promptscript
Source: https://github.com/mrwogu/promptscript/tree/main/.promptscript/skills/promptscript
Command: npx skills add https://github.com/mrwogu/promptscript --skill promptscript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand, write, and troubleshoot PromptScript files (.prs), ensuring your AI instructions are correctly formatted and compiled for various coding assistants.

Core Features & Use Cases

  • Syntax Guidance: Learn the structure and blocks of PromptScript files.
  • Troubleshooting: Resolve compilation errors and understand inheritance/composition.
  • Migration Assistance: Convert existing AI instructions into the PromptScript format.
  • Use Case: You're new to PromptScript and need to create a new .prs file for your project's AI assistant. This Skill can guide you through defining the @meta, @identity, and @standards blocks, and explain how to use @inherit and @use.

Quick Start

Explain how to define a new AI agent using the @agents block in a .prs file.

Frequently Asked Questions about promptscript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and compile .prs files for AI coding assistants?

To create and compile .prs files for AI coding assistants, you define syntax blocks like @identity, @standards, and @agents, then configure promptscript.yaml to target your specific compilation environment.

What is the PromptScript language and how does its syntax work?

PromptScript language is a format for structuring AI instructions using specific block definitions like @identity, @restrictions, @shortcuts, and @skills to systematically configure coding agent behaviors.

Can I use PromptScript to compile instructions for multiple AI coding agents?

Yes, PromptScript supports compilation targets for over 37 AI coding agents, allowing you to define a single set of instructions and compile them across different assistant platforms.

How do I troubleshoot compilation errors and inheritance issues in PromptScript?

To troubleshoot PromptScript compilation errors and inheritance issues, you must validate the syntax within your block definitions and ensure the @inherit and @use directives are correctly configured.

What is the best way to convert existing AI instructions into the PromptScript format?

The best way to convert existing AI instructions into PromptScript format is to migrate your current configurations into structured .prs files by mapping them to the @meta, @identity, and @standards blocks.

Why is my PromptScript configuration not applying restrictions to my coding assistant?

If your PromptScript configuration is not applying restrictions, verify that the @restrictions block is properly defined within your .prs file and that the promptscript.yaml compilation target is correctly set.