prompt-skills

Generate modular markdown prompts for agent skills from user-supplied modules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This skill eliminates inconsistency and repetitive work when creating prompts for agent skills by producing a modular, standardized prompt structure that covers persona, context, task, format, and rules.

Core Features & Use Cases

  • Guided Information Collection: Asks for name, description, and asset/script/reference details to assemble a complete skill prompt.
  • Modular Prompt Generation: Uses prescribed modules and reference guidance to produce a strict markdown prompt block for new agent skills.
  • Integration Examples: Useful for creating code-reviewers, documentation generators, QA test suites, or any agent that requires repeatable, parseable prompts.

Quick Start

Ask the skill to generate a new agent prompt by providing the skill name, a short description, and whether you will include scripts, references, or assets.

Frequently Asked Questions about prompt-skills

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

FAQPage Schema
How do I create standardized prompts for agent skills?

To create standardized prompts for agent skills, you provide a persona, context, task, format, and rules. The skill uses these inputs to generate a strict markdown prompt block ensuring consistency across scenarios like code review or documentation generation.

What is modular prompt engineering for AI agents?

Modular prompt engineering structures prompts into discrete sections like persona, context, and rules. This approach eliminates repetitive work and ensures agents follow consistent, parseable instructions across various automation and workflow tasks.

How do I generate a prompt template for a code reviewer agent?

You generate a prompt template for a code reviewer agent by supplying the skill name, a short description, and any required scripts or references. The skill assembles these details into a standardized markdown block tailored for code review automation.

Can I include external scripts and assets when generating prompt templates?

Yes, you can include optional scripts, references, and assets when generating prompt templates. The skill accepts these supplementary files during its guided collection process and integrates them into the final standardized prompt output.

What is the best way to structure context and rules in an AI prompt?

The best way to structure context and rules in an AI prompt is using a modular format. This skill separates persona, context, task, format, and rules into distinct markdown sections, producing repeatable and parseable prompt blocks for agent training.

Why do my agent prompts behave inconsistently across different workflows?

Agent prompts behave inconsistently across different workflows due to unstructured instructions. Generating modular prompts with standardized persona, context, and rules sections eliminates this variability and ensures repeatable agent behavior.