writing-prompts

Generate modular agentic prompts with a specified template and output schema.

5|1|Updated Sep 6, 2009
One-click install
npx skills add https://github.com/bnadlerjr/dotfiles --skill writing-prompts-bnadlerjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-prompts
Source: https://github.com/bnadlerjr/dotfiles/tree/main/claude/skills/writing-prompts
Command: npx skills add https://github.com/bnadlerjr/dotfiles --skill writing-prompts-bnadlerjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing prompts can be brittle and hard to scale across multiple agents. This skill provides a structured approach to create modular, reusable prompts that cover system prompts, workflow prompts, delegation prompts, and meta prompts, enabling teams to standardize agent behavior.

Core Features & Use Cases

  • Structured prompt templates: system, workflow, delegation, and meta prompts that share a consistent format.
  • Reusable modules: sections and patterns that can be composed for new tasks.
  • Knowledge sharing: templates that team members can customize for different domains and agents.

Quick Start

Create a reusable template that defines system, workflow, delegation, and meta prompts in a consistent Specified Format.

Frequently Asked Questions about writing-prompts

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

FAQPage Schema
How do I create reusable prompt templates for AI agents?

Reusable prompt templates are created by defining system, workflow, delegation, and meta prompts in a standardized format with variables, workflow steps, and a clear output schema. This structured approach ensures modular components that can be composed for new tasks.

What's the best way to standardize prompt engineering across a team?

Standardizing prompt engineering across a team requires structured templates that enforce a consistent specified format with shared sections and patterns. Team members can then customize these reusable modules for different domains and agents without breaking behavior.

How does a meta-prompt structure work for scalable AI systems?

A meta-prompt structure works by separating system, workflow, and delegation levels into modular components with defined variables and output schemas. This layered approach allows AI systems to scale prompt design without becoming brittle or inconsistent across agents.

Can I use modular prompt components for different AI agent tasks?

Modular prompt components can be used across different AI agent tasks by composing reusable sections and patterns into new templates. The specified format with variables and workflow steps allows customization for various domains while maintaining a consistent output schema.

Why do my AI agent prompts become brittle when scaling across multiple tasks?

AI agent prompts become brittle when scaling because they lack a structured modular format with reusable components. Without standardized templates covering system, workflow, and delegation levels, prompt behavior breaks down across new tasks and team members.

What is a delegation prompt and when do I need it for prompt engineering?

A delegation prompt is a modular template component that defines how an AI agent assigns or routes sub-tasks within a structured workflow. You need delegation prompts when building scalable AI systems that require consistent task distribution across multiple agents or steps.