claude-optimization

Optimize Claude Code tasks with parallel calls and subagent delegation.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/Phauks/Grimbound --skill claude-optimization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-optimization
Source: https://github.com/Phauks/Grimbound/tree/main/.claude/skills/claude-optimization
Command: npx skills add https://github.com/Phauks/Grimbound --skill claude-optimization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides optimization patterns and workflow improvements to make Claude Code tasks faster, more reliable, and easier to maintain.

Core Features & Use Cases

  • Efficiency Patterns: Parallel tool calls, background tasks, episodic memory, memory search, and subagent delegation.
  • Agent Specialization: Break complex work into focused subagents to reduce cognitive load.
  • Workflow Optimizations: Structured task breakdown and staged execution to improve throughput.

Quick Start

Propose a plan to optimize a 3-step data validation task: spawn a quick exploration agent for context, run a code-review subagent to assess changes, and finish with a test agent to verify results.