sharp-execution
Sharp Execution
Eliminates overthinking in agent execution and long conversations. All anti-patterns share one root: over-hedging under uncertainty. The fix: act proportionally, cache decisions, stay grounded.
When to Use
- Agent is about to ask for clarification when intent is clear
- Agent is proposing three options when one is obviously right
- Long conversation where already-decided things are being re-analyzed
- Agent is drifting outside the scope of what was asked
- Agent pauses mid-task to ask permission to continue
Don't use for:
- Compressing response tokens (use lean-output)
- Verifying task completion with evidence (use verification-protocol)
- Processing external review feedback (use receiving-code-review)
More from joabgonzalez/ai-agents-skills
typescript
Strict typing and type-safe development. Trigger: When implementing TypeScript in .ts/.tsx files, adding types, or enforcing safety.
7code-conventions
Universal coding principles: DRY, security by default, null guards, and YAGNI. Trigger: When writing or reviewing code in any language or technology.
2css
Modern CSS with Grid, Flexbox, and custom properties. Trigger: When writing CSS styles, implementing layouts, or using modern features.
1astro
Fast static sites with SSG/SSR and component islands. Trigger: When building Astro websites, implementing islands, or configuring SSG/SSR.
1vite
Fast build tool with HMR for modern web development. Trigger: When configuring Vite, setting up dev server, or optimizing builds.
1critical-partner
Rigorous code review and improvement partner. Trigger: When validating code quality, reviewing implementations, or providing critical feedback.
1