share_prompt
Share tested prompts with the community by adding them to the library for others to discover and use.
Instructions
Share a prompt with the community.
Add a tested prompt or config to the library for others to use.
Args: prompt_id: Unique ID (e.g. "my-code-review") title: Display title prompt_text: The full prompt text description: What this prompt does (1-2 sentences) category: Category (development, business, data-science, security, general) tags: JSON array of tags (e.g. '["python", "testing"]') author: Your name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | [] | |
| title | Yes | ||
| author | No | ||
| category | No | general | |
| prompt_id | Yes | ||
| description | No | ||
| prompt_text | Yes |