---
name: AgentDeck Workflows
slug: agentdeck-workflows
category: DevOps
description: AgentDeck Workflows reads the matching workflow file for build, dev server, plugin packaging, Android release, or Apple/Xcode debugging. Use it instead of guessing commands for those tasks.
github: "https://github.com/puritysb/AgentDeck/tree/master/.agents/skills/agentdeck-workflows"
language: TypeScript
stars: 219
forks: 42
install: "npx degit https://github.com/puritysb/AgentDeck/tree/master/.agents/skills/agentdeck-workflows ~/.claude/skills/agentdeck-workflows"
installs_to: ~/.claude/skills/agentdeck-workflows
source_path: .agents/skills/agentdeck-workflows/SKILL.md
collection_size: 5
category_size: 920
collection_url: "https://dirskills.com/collections/puritysb/AgentDeck"
added: 2026-09-04T05:25:07.877Z
last_synced: 2026-09-04T05:25:07.877Z
canonical_url: "https://dirskills.com/skills/agentdeck-workflows"
---

# AgentDeck Workflows

AgentDeck Workflows reads the matching workflow file for build, dev server, plugin packaging, Android release, or Apple/Xcode debugging. Use it instead of guessing commands for those tasks.

**Install:**

```bash
npx degit https://github.com/puritysb/AgentDeck/tree/master/.agents/skills/agentdeck-workflows ~/.claude/skills/agentdeck-workflows
```

## README

# 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.
