skills/official/workflow-insights/SKILL.md
Detects anti-patterns in agent workflows and computes health scores
npx skillsauth add apiliumcode/mayros workflow-insightsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Detect anti-patterns in agent workflows and compute health scores based on 7 weighted pattern detectors.
Use when analyzing agent execution traces, debugging sluggish workflows, or auditing multi-step agent pipelines for inefficiency. The skill evaluates delegation chains, error patterns, resource usage, and tool utilization to produce a 0-100 health score.
| # | Pattern | Weight | Description | | --- | ---------------- | ------ | ----------------------------------------------------------------------------------------- | | 1 | Repeated Failure | 20 | Same error appearing 3+ times suggests retry without fix | | 2 | Long Chain | 15 | Delegation chain exceeding 5 steps suggests over-decomposition | | 3 | Unused Tool | 5 | Tool registered but never called suggests bloated configuration | | 4 | Redundant Query | 10 | Same query pattern appearing multiple times suggests missing caching | | 5 | Timeout Pattern | 20 | Multiple timeouts in sequence suggests resource contention | | 6 | Resource Waste | 15 | Large context sent to simple tasks suggests poor task routing | | 7 | Error Cascade | 15 | Error in one step causing errors in 3+ downstream steps suggests missing error boundaries |
skill_memory_context using predicate workflow:analysistools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
development
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Mayros voice-call plugin.