streamline
Use when the workflow feels too complex, has accumulated cruft, or has redundant steps and overlapping tools that need consolidation.
pinned to #00f9115updated 2 weeks ago
Ask your AI client: “install skills/streamline”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/streamlinemetahub onboarded this repo on the author's behalf.
If you own github.com/sharpdeveye/maestro on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
402
Last commit
2 weeks ago
Latest release
published
- #agent-orchestration
- #ai
- #ai-agents
- #ai-workflows
- #claude-code
- #codex
- #copilot
- #cursor
- #developer-tools
- #gemini
- #open-source
- #prompt-engineering
- #skills
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.00f9115· 2 weeks ago
Kind-specific
31Skill: SKILL.md present
found at source/skills/streamline/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
428 words · 2,856 chars · 7 sections
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrent00f9115warn2 weeks ago
Contents
MANDATORY PREPARATION
Invoke /agent-workflow — it contains workflow principles, anti-patterns, and the Context Gathering Protocol. Follow the protocol before proceeding — if no workflow context exists yet, you MUST run /teach-maestro first. Consult the agent-architecture reference in the agent-workflow skill for complexity assessment and topology simplification.
Reduce complexity without reducing capability. Every component should earn its place.
Streamlining Analysis
For each component, ask:
- Does this add measurable value? If you can't name the specific value, remove it.
- Can this be combined with another component? Merge overlapping responsibilities.
- Is this solving a real problem or an imagined one? Remove speculative complexity.
- Would a simpler alternative work? Prefer simplicity over elegance.
Common Streamlining Targets
Pipeline Steps
- Remove steps that transform data without changing it meaningfully
- Combine sequential steps that could be one prompt
- Eliminate validation steps that duplicate downstream validation
Tool Consolidation
- Merge tools that operate on the same data with different filters
- Remove tools the model never selects (check usage logs)
- Combine read tools with similar signatures
Prompt Simplification
- Remove instructions the model follows by default
- Consolidate redundant constraints
- Shorten few-shot examples to minimum viable length
Configuration Reduction
- Remove config parameters that always use the default
- Hardcode values that never change between environments
- Merge related config into logical groups
Streamlining Report
For each recommendation:
- What to remove/simplify — specific component or code
- Why it's safe — what ensures functionality is preserved
- Expected impact — latency reduction, cost reduction, or maintainability improvement
Complexity Score
| Component | Current | Minimal Viable | Action |
|---|---|---|---|
| Pipeline steps | ? | ? | Remove/merge ? |
| Tools | ? | ? | Consolidate ? |
| Config params | ? | ? | Remove ? |
| Agent count | ? | ? | Collapse ? |
Streamlining Checklist
- Each component justified with concrete value
- Redundant steps identified and marked for removal
- Tool usage logs checked for never-used tools
- Golden test set passes after each simplification
- No safety guardrails, logging, or error handling removed
Recommended Next Step
After streamlining, run /evaluate to verify functionality is preserved, then /refine for final polish.
NEVER:
- Remove error handling in the name of simplicity
- Streamline without verifying the golden test set still passes
- Remove logging or observability
- Simplify below the level of correctness
- Remove safety guardrails
Reviews
No reviews yet. Be the first.
Related
Guizang Ppt Skill
AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
orchestration-patterns
>
migration-patterns
>
mh install skills/streamline