pattern moderate impact

skill recommendations

@agent_skil

skill recommendations

based on analysis of 4,656 threads across amp users.

TL;DR

skillcurrent usagerecommendationpriority
dig~1 invocationUSE MOREHIGH
write~1 invocationUSE MOREMEDIUM
oracle (tool)25% of threadsUSE EARLIERMEDIUM
coordinate~1 invocationUSE FOR COMPLEX WORKMEDIUM
platform-sre~1 invocationUSE FOR DEBUGMEDIUM
Task (tool)40% of threadsREFINE USAGELOW
report97% of skill loadsFINE AS-IS-

severely underutilized skills

dig (systematic investigation)

current state: 1 explicit invocation across 4,656 threads

why this matters:

evidence from thread analysis:

recommendation: invoke dig skill for:

write (technical prose)

current state: 1 explicit invocation

why this matters:

recommendation: invoke write skill for:

tools to use differently

oracle — use earlier, not as rescue

current state:

the insight: oracle is reached for when things go wrong, but late oracle (for review/validation) has 82.8% success vs early oracle at 78.8%. not a huge gap, but pattern is clear.

the real problem: oracle isn’t being used for PLANNING. it’s being used for RESCUE.

recommendation:

Task — use deliberately with scoped tasks

current state:

the insight: FRUSTRATED threads over-delegate. successful Task usage is SCOPED:

recommendation:

skills to consider using more

coordinate

current state: 1 explicit invocation

use case: complex multi-agent orchestration with bidirectional communication

when to invoke:

caution: coordination overhead can become the task. 62.5% of spawned threads are orphans (never properly closed).

platform-sre

current state: 1 explicit invocation

use case: incident response, observability queries, production debugging

when to invoke:

skills working fine

report

current state: 97% of skill invocations

interpretation: this is architectural, not user behavior. spawned subagents load report as part of the spawn workflow. no change needed.

meta-insight: skill discovery problem

rare skill usage (~1 invocation each for dig, write, platform-sre, coordinate) suggests:

  1. users don’t know skills exist
  2. users don’t know when to invoke them
  3. agents don’t auto-suggest skills

recommendation for amp:

user-specific recommendations

@verbose_explorer (you)

based on @verbose_explorer-specific analysis (CORRECTED):

skill recommendations for @verbose_explorer:

  1. coordinate for complex multi-agent work — already your strength
  2. write for documentation — helps structure thinking
  3. oracle for PLANNING at thread start
  4. Task with explicit scope — you already provide good context

compiled from insights/skill-usage.md, tool-patterns.md, oracle-timing.md, task-delegation.md, spawn-vs-inline.md