agentdeck-workflows

Solid

Use for AgentDeck build, dev-server, Stream Deck plugin, Android release, or Apple/Xcode diagnostic workflows. Reads the matching .agents/workflows file and follows it instead of guessing commands.

AI & Automation 167 stars 29 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
74
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
65
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AgentDeck Workflows Use this skill when the user asks to build, run dev mode, link/package the Stream Deck plugin, build Android, or debug an Apple/Xcode reproduction. ## Required Context 1. Read `CLAUDE.md` before running workflow commands. 2. Read the top of `DEVELOPMENT_LOG.md`, then search it for the subsystem you are touching instead of loading the full file. 3. Preserve App Store invariants from `CLAUDE.md` and `AGENTS.md` when touching Apple UI, daemon, setup, or diagnostics. ## Workflow Map - Android release APK: read `.agents/workflows/build-android.md`. - Stream Deck plugin build/link: read `.agents/workflows/build-plugin.md`. - Dev watch mode: read `.agents/workflows/start-dev.md`. - Apple/Xcode diagnostics: read `.agents/workflows/apple-xcode-debug.md`. ## Execution Rules - Treat the workflow file as the canonical command sequence for that task. - If a command requires network, GUI access, device access, or writes outside the workspace, request the scoped approval required by the current Codex sandbox. - For Apple/Xcode diagnostics, capture repository-side diagnostics before editing code when the issue was reproduced from Xcode. - Keep generated diagnostics under `diagnostics/`; do not commit them. - Report which workflow file was used and the verification result.

Details

Author
puritysb
Repository
puritysb/AgentDeck
Created
5 months ago
Last Updated
yesterday
Language
C
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-implementation-skill

Multi-model agent implementation workflow for software development. Orchestrates research, evaluation, design baseline, implementation, RCA, structured decomposition, constraint discovery, model selection, and agent-driven Stage 3 codemap exploration across external AI models (GPT, GLM, Claude). Use when implementing features through a structured multi-phase pipeline with planspace/codespace separation, dynamic scheduling, and SQLite-backed agent coordination.

3 Updated 1 weeks ago
nestharus
AI & Automation Listed

workflow-composer

Invoke when the user asks to build, generate, repair, or restructure a workflow for Claude Code's Workflow tool ("I want a workflow that…", "turn this process into a workflow", "set up a multi-agent pipeline"), to pick orchestration patterns, or to tune model/effort/agentType routing. Covers writing and debugging the single .js scripts where deterministic JavaScript drives fleets of fresh-context subagents (agent/parallel/pipeline/phase), via the @workflow-toolbox toolkit or the raw single-file path.

1 Updated today
home-dev-lab
AI & Automation Featured

agent-deck

Terminal session manager for AI coding agents. Use when user mentions "agent-deck", "session", "sub-agent", "MCP attach", "git worktree", or needs to (1) create/start/stop/restart/fork sessions, (2) attach/detach MCPs, (3) manage groups/profiles, (4) get session output, (5) configure agent-deck, (6) troubleshoot issues, (7) launch sub-agents, or (8) create/manage worktree sessions. Covers CLI commands, TUI shortcuts, config.toml options, and automation.

613 Updated today
asheshgoplani