meta-command-creator

Generate Pi prompt templates with YAML frontmatter for reusable slash commands.

3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/oddship/bosun --skill meta-command-creator-oddship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-command-creator
Source: https://github.com/oddship/bosun/tree/main/packages/pi-meta-skills/skills/meta-command-creator
Command: npx skills add https://github.com/oddship/bosun --skill meta-command-creator-oddship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of reusable slash commands (prompt templates) for repetitive tasks within the Pi environment, making complex workflows easily accessible.

Core Features & Use Cases

  • Prompt Template Generation: Creates Markdown files with YAML frontmatter for defining new commands.
  • Argument Configuration: Supports defining and using arguments within prompts for dynamic input.
  • Skill and Model Injection: Allows specifying which skills to load and overriding default models for specific commands.
  • Use Case: You frequently need to run a specific code review process. You can use this skill to create a /review-code command that automatically loads the git and github skills and executes a predefined diff analysis prompt.

Quick Start

Use the meta-command-creator skill to create a new prompt template file named 'deploy.md' that runs the 'build' and 'deploy' scripts.

Frequently Asked Questions about meta-command-creator

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

FAQPage Schema
How do I create reusable slash commands for repetitive tasks?

You can create prompt templates by generating Markdown files with YAML frontmatter, defining command arguments, placeholders, skill injection, and model overrides to streamline repetitive workflow tasks.

What are prompt templates and how do they automate developer workflows?

Prompt templates are slash commands formatted as Markdown files with YAML frontmatter that automate repetitive developer workflows like testing, code review, and deployment using dynamic arguments and skill injection.

Can I specify which skills to load and override default models for specific commands?

Yes, prompt template creation supports skill injection and model overrides, allowing you to explicitly specify which skills to load and which models to use for executing specific slash commands.

Does prompt template generation support project-specific and global command locations?

Yes, the command creation process supports both project-specific and global prompt template locations, allowing you to scope your slash commands for individual repositories or your entire development environment.

What is the best way to set up a custom code review prompt with automatic skill loading?

The best way is to create a prompt template slash command like `/review-code` that automatically loads required skills like `git` and `github` and executes a predefined diff analysis prompt for your code review process.