enhancement
9 skills · 9 free · cap $19/skill or unlock all for $99
amplify
IncludedUse when the workflow works but needs to handle more complex cases or produce higher-quality output through better tools, context, prompts, or models.
enrich
IncludedUse when the agent needs access to information beyond its training data — knowledge sources, RAG pipelines, or grounding data.
guard
IncludedUse when deploying to production, handling sensitive data, or the workflow needs safety constraints, input validation, and security boundaries.
iterate
IncludedUse when the workflow needs to self-correct, improve over time, or establish feedback loops and evaluation cycles.
temper
IncludedUse when the workflow feels over-engineered, has premature optimizations, unnecessary abstraction layers, or complexity beyond actual requirements.
turbocharge
IncludedUse when the user wants to push past conventional workflow limits with advanced performance techniques like parallel orchestration, streaming pipelines, or adaptive routing.
accelerate
IncludedUse when the workflow is too slow, too expensive, or both and needs latency, cost, or token usage optimization.
chain
IncludedUse when the workflow needs multi-step processing with sequential, parallel, or conditional tool compositions and proper data flow.
compose
IncludedUse when a single agent demonstrably cannot handle the task and multi-agent coordination is justified.