prompt-decorators
Standardized prompt decorators for consistent model behavior
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install prompt-decorators?โผ
Run `npx skills add synaptiai/prompt-decorators --all -g -y` in your terminal to install all skills in this suite globally.
What are prompt decorators?โผ
They are short annotations like ::Reasoning or ::StepByStep that you add to a prompt to control how the model thinks, structures, and formats its response.
How do prompt decorators save time?โผ
They replace long, repetitive prompt instructions with one-word sigils, giving you consistent results without rewriting the same guidance every time.
Does prompt-decorators work with Claude Code?โผ
Yes. It ships a Claude Code plugin with a /decorate command that expands inline sigils into precise instructions before the model sees your prompt.
Can I create my own custom decorators?โผ
Yes. You can author personal decorators as simple JSON files in your local extensions folder, or contribute them back to the shared catalogue.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core