a11y-audit
Run a Maestro-style accessibility audit for WCAG compliance, ARIA usage, keyboard navigation, and screen reader compatibility
Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
$ npx -y skills add josstei/maestro-orchestrate --skill resume-session --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/resume-sessionContext preview
The summary Claude sees to decide when to auto-load this skill.
Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
name: resume-session description: Resume an interrupted Maestro session using the existing active-session file and shared phase tracking allowed-tools: - Read - Write - Edit - Bash - Agent - Glob - Grep - WebSearch - WebFetch - AskUserQuestion - TaskCreate - TaskUpdate - TaskList - Skill - EnterPlanMode - ExitPlanMode
1. Call `get_runtime_context` if it appears in your available tools. Use the returned tool mappings, agent dispatch syntax, MCP prefix, and paths throughout this session. 2. If `get_runtime_context` is unavailable, use this compact fallback:
Call `get_skill_content` with resources: ["session-management", "execution", "delegation", "validation"].
Read the active session state, summarize completed and pending phases, then resume from the first pending or failed phase following the loaded methodology.
Maestro is a multi-agent development orchestration platform with 39 specialists, an Express path for simple work, a 4-phase standard workflow for medium and complex work, persistent session state, and standalone
Repo: josstei/maestro-orchestrate
Run a Maestro-style accessibility audit for WCAG compliance, ARIA usage, keyboard navigation, and screen reader compatibility
Archive the active Maestro session while preserving the shared state layout
Standalone code review methodology for structured, severity-classified code assessment
Run a Maestro-style regulatory compliance review for GDPR/CCPA, cookie consent, data handling, and licensing
Agent delegation best practices for constructing effective subagent prompts with proper scoping