agentdeck-workflows

Featured

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 232 stars 47 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
79
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
6 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

workflow

Bootstrap and manage multi-agent workflow configurations across projects. Use this skill when the user asks to set up agent roles, generate an AGENTS.md, configure background dispatch policies, or apply a pre-defined multi-agent architecture (e.g. 5-agent strategist pattern) to a new or existing project. Invoke for requests like "set up agents in this project", "create AGENTS.md", "bootstrap workflow", "show available workflows", "validate AGENTS consistency", or "refresh agent config after upstream changes". Русские триггеры (контур работает по-русски) — «настрой агентов в проекте», «сгенерируй AGENTS.md», «разверни мультиагентную архитектуру в этом репозитории», «покажи доступные workflow-шаблоны», «сверь AGENTS.md с шаблоном», «обнови конфиг агентов». РАЗГРАНИЧЕНИЕ — этот скилл ГЕНЕРИРУЕТ ШАБЛОНЫ ролей и ничего не спавнит; фактический параллельный запуск субагентов делает встроенный инструмент `Workflow(...)`, разные вещи с похожим именем. Разовый многоисточниковый разбор вопроса субагентами → скилл `deep-

0 Updated today
VibeEngineering-LLC
AI & Automation Listed

agent-based-development

Full async multi-agent development workflow: Planning → Design → Dev → Security/Tech Review loop with file-based handoffs and release-branch Git model.

1 Updated yesterday
RealDougEubanks
AI & Automation Listed

equip-agents

Use when a Boardwalk workflow needs to give an agent() more than a prompt: reusable skills, inline tools, MCP servers, persistent memory, a real browser or desktop session, or a human-input gate. Covers the per-call agent() capabilities (skills, tools, mcp, memory, cwd, session, humanInput, and builtins scoping), computer.openBrowser()/openDesktop() and handing the session to a leaf, short-lived credentials via auth.idToken/auth.apiToken, and the workflow package that bundles a skills/ folder and other assets. A skill is a skills/<name>/SKILL.md the leaf loads on demand through the built-in skill tool (progressive disclosure), anchored to the code-review example. Pairs with boardwalk-use-cli to scaffold, build, and deploy the package.

1 Updated 1 months ago
boardwalk-labs