pac-pi-prompt

Create or update Pi prompt files with YAML frontmatter and structured body.

2|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/ladislas/mypac --skill pac-pi-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pac-pi-prompt
Source: https://github.com/ladislas/mypac/tree/main/skills/pac-pi-prompt
Command: npx skills add https://github.com/ladislas/mypac --skill pac-pi-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured approach to authoring or updating Pi prompts for the repository, ensuring consistent frontmatter and clear guidance for future users.

Core Features & Use Cases

  • Defines the required frontmatter fields (name, description) and the overall prompt file structure.
  • Guides naming conventions (pac- prefix) and placement of the static body versus the dynamic arguments.
  • Used when creating new prompts under prompts/ or revising existing pac- prompts to maintain quality and consistency.

Quick Start

Create or update a Pi prompt file under prompts/ using the pac- prefix and follow the frontmatter and body structure described here.

Frequently Asked Questions about pac-pi-prompt

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

FAQPage Schema
How do I structure a prompt file with YAML frontmatter for a coding agent?

To structure a prompt file with YAML frontmatter, include required name and description fields, then separate the static body content from dynamic arguments to ensure clear guidance for coding agents.

What naming convention should I use when creating new prompts under the prompts directory?

When creating new prompts under the prompts directory, you should use the pac- prefix for the file name to maintain consistent quality and ensure the prompt is recognized by the automation workflow.

How do I add dynamic arguments to a static prompt body?

To add dynamic arguments to a static prompt body, follow the defined prompt file structure that separates the static content from the dynamic arguments, ensuring the YAML frontmatter includes the name and description.

What is the best way to update an existing pac- prefix prompt without breaking its structure?

The best way to update an existing pac- prefix prompt is to revise the static body and dynamic arguments while preserving the required YAML frontmatter, specifically the name and description fields, to maintain quality and consistency.

Do I need any dependencies to author Pi prompts for my repository?

No dependencies are required to author Pi prompts for your repository. You only need to create or update a prompt file under the prompts directory using the pac- prefix and the correct YAML frontmatter structure.