Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/prompt-optimizer:prompt-craftThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The CLAUDE.md handles quality standards, security, and engineering principles
The CLAUDE.md handles quality standards, security, and engineering principles automatically. You don't need to repeat them. Your job is to be specific about intent.
[VERB] [WHAT] in [WHERE]. [CONSTRAINT].
Examples:
Implement rate limiting on POST /api/upload. Max 10 req/min per IP.Refactor AuthService to use dependency injection. Keep the public interface.Investigate the timeout on /api/search. Hypothesis: N+1 query in UserRepository.| Wastes tokens | Free alternative |
|---|---|
| Describing a pattern that exists in your codebase | "Follow the pattern in AuthService" |
| Asking Claude to explain what it will do | Just tell it to do it |
| "Could you please..." | "Implement X in Y" |
| Repeating what's already in CLAUDE.md | It's already in the system prompt |
npx claudepluginhub cristianoaredes/aredes-marketplace --plugin prompt-optimizerEstablishes skill invocation protocol: auto-activates at conversation start to ensure relevant skills are loaded before any response, including clarifying questions.