Create a new SKILL.md agent skill for this project. Use this when you need to add a new reusable skill to .agents/skills/ so it can be invoked in future chat sessions.
Add or update armor weight corrections for mythic gear items in ARMOR_TYPE_CORRECTIONS in armorUtils.ts. Use this when a new mythic armor set is added to ESO, when a mythic armor weight correction is missing or wrong, or when verifying that all non-light mythic armor items have entries. ESOLogs reports all mythic armor as type=1 (Light) regardless of actual weight — this skill fixes that.
Route agents to the correct worktree flow for Jira ticket work. Two flows exist: (1) native ephemeral worktree via Claude Code launcher `worktree` checkbox (primary, single-ticket, native branch detection); (2) subagent dispatch for multi-ticket orchestrators via Agent(isolation: "worktree"). Load when starting any ticket work — routes to the right flow and covers the full validate → commit → PR → Jira lifecycle. AUTO-INVOKED whenever the user's message is or contains a bare Jira ticket reference (e.g. ESO-670).
Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries.
Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries.
Comprehensive gap audit of MCP tools, agent skills, documentation, cross-client MCP config parity, and the ticket-to-PR pipeline. Scans for raw Bash fallbacks, classifies every gap, searches Jira for existing tickets, and files new tickets for uncovered gaps. Use when reviewing tooling health, after adding new MCP servers, or periodically to improve agent tooling coverage.
End-to-end workflow for debugging failed GitHub Actions CI runs: identify the failed stage, fetch logs, locate the root cause, reproduce locally, fix, and re-verify. Use when a CI run fails on a PR or branch.
Manage Jira work items for the ESO project. View, create, transition, comment on, link, assign, and search tickets using MCP Atlassian tools or the Atlassian CLI (acli) fallback. Use this for any Jira-related task.