create-prompt

Featured

Create prompts for sidecar workspaces. Covers prompt structure (name, ticketMode, body), template variables (ticket with fallbacks), config file locations (global vs project), and scope overrides. Use when creating or modifying prompts in sidecar config files.

AI & Automation 1,069 stars 81 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Creating Prompts Prompts are reusable templates that configure the initial context for agents when creating workspaces. They help standardize common workflows like code reviews, bug fixes, or feature implementation. ## Config File Locations | Scope | Path | Override Priority | |---------|---------------------------------------|-------------------| | Global | `~/.config/sidecar/config.json` | Lower | | Project | `.sidecar/config.json` (in project) | Higher | Project prompts override global prompts with the same name (case-sensitive match). ## Config Format ```json { "prompts": [ { "name": "Code Review", "ticketMode": "optional", "body": "Do a detailed code review of {{ticket || 'open reviews'}}.\nFocus on correctness, edge cases, and test coverage." } ] } ``` ## Prompt Fields ### name (required) Display name shown in the prompt picker. Keep it concise. ### ticketMode (optional) Controls how the ticket/task field behaves: | Mode | Behavior | |------------|-----------------------------------------------| | `optional` | Task field shown, can be empty (default) | | `required` | Task must be selected before creating | | `none` | Task field is hidden, prompt stands alone | ### body (required) The prompt text sent to the agent. Supports template variables. Use `\n` for newlines. ## Template Variables ### `{{tic...

Details

Author
marcus
Repository
marcus/sidecar
Created
8 months ago
Last Updated
2 days ago
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

create-prompt

Create a reusable prompt file (.prompt.md) for a common task.

15 Updated 1 weeks ago
Pointa-Labs
AI & Automation Listed

prompt-template-generator

Analyze a software project's files and generate a tailored, copy-paste-ready prompt-template cookbook (a Markdown "PROMPT-TEMPLATES.md") with the project's real stack, paths, subsystems, and conventions already filled in. Use this whenever the user wants to create prompt templates, a prompt cookbook, a prompt library, prompt scaffolding, reusable AI-coding prompts, or a "prompt template generator" for a codebase — or says things like "make prompt templates for my project", "build a prompt guide for this repo", "generate copy-paste prompts for my codebase", or "turn my project into a set of reusable Claude/Cursor prompts". Trigger it even when the user just points at a project and asks for ready-to-use prompts, since the value is filling templates with project-specific facts they'd otherwise type by hand.

0 Updated today
scoobydrew83
AI & Automation Listed

meta-prompt

Use when the user wants help writing, generating, or improving a prompt for an LLM - e.g. "write me a prompt for...", "turn this into a prompt", "help me prompt for...", "improve this prompt", or when they hand over a use case and want a polished, reusable prompt back. Produces a finished, copy-ready prompt (not advice about prompting). Also applies when the user references the CoSTAR framework or asks for a prompt built to a named structure.

0 Updated 1 months ago
hmbseaotter