create-prompt

Create standardized prompts for Sidecar workspaces using template variables and scope overrides.

1.0k|79|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/marcus/sidecar --skill create-prompt-marcus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-prompt
Source: https://github.com/marcus/sidecar/tree/main/.claude/skills/create-prompt
Command: npx skills add https://github.com/marcus/sidecar --skill create-prompt-marcus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardize prompt creation across Sidecar workspaces to ensure consistency and reduce setup time when configuring agents.

Core Features & Use Cases

  • Standardized prompt templates across global and project scopes
  • Supports template variables and scope overrides for flexible prompts
  • Enables creation or modification of prompts stored in project and global config files

Quick Start

Create a new prompt using the template and save it to the project or global prompts file.

Frequently Asked Questions about create-prompt

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

FAQPage Schema
How do I create standardized prompts for Sidecar workspaces?

To create standardized prompts for Sidecar workspaces, you apply a template with fields like name, ticketMode, and body, then save it to project or global config.json files to ensure consistency across agents.

What are template variables and how do they work in Sidecar workspace prompts?

Template variables in Sidecar workspace prompts are placeholders that support flexible initialization and updates. They allow you to inject dynamic values into the prompt body across global and project scopes without rewriting the entire configuration.

How do I override prompt configurations in a specific project scope?

You override prompt configurations in a specific project scope by applying scope overrides to the project-level config.json file. This ensures project-specific prompt settings take precedence over global workspace configurations.

Do I need to know the config.json structure to set up Sidecar workspace prompts?

Yes, setting up Sidecar workspace prompts requires knowledge of how config.json files are organized. You need to understand prompt fields including name, ticketMode, and body to correctly initialize or update the configuration.

Can I update an existing prompt in a global config file without creating a new one?

Yes, you can update an existing prompt in a global config file without creating a new one. The process supports modifying current prompts by applying template variables and scope overrides directly to the global configuration.

What is the best way to standardize agent configuration prompts across multiple workspaces?

The best way to standardize agent configuration prompts across multiple workspaces is using standardized templates with scope overrides. This reduces setup time and ensures consistency by managing prompts through global and project config.json files.