Help us improve
Share bugs, ideas, or general feedback.
From agency-slack
Work with Slack DevSpaces for webapp backend development — setup, container execution, and common workflows.
npx claudepluginhub autisticaf/agency-slackHow this skill is triggered — by the user, by Claude, or both
Slash command
/agency-slack:webapp-devspacesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
DevSpaces are remote development environments required for webapp backend (Hack/HHVM) development. HHVM is not supported locally on macOS.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
DevSpaces are remote development environments required for webapp backend (Hack/HHVM) development. HHVM is not supported locally on macOS.
bin/fe build client on port 1989) + DevSpace backend# Attach a branch to a DevSpace
slack remote-dev --branch <BRANCH_NAME>
# SSH into your DevSpace
slack ssh-dev --env=devNNNN
# Access via browser
# https://devNNNN.slack.com/client
Use hd_exec MCP server (available in sandbox mode) to run commands inside the webapp container:
# Inside DevSpace container
hd_exec yarn install
hd_exec bin/hh # Hack type checker
hd_exec hackfmt <file> # Hack formatter
hd_exec ./tests/run_unit_in_curl.sh # Backend tests
webapp, webapp_test_server, job_worker/mnt/devNNN on the remote machineWhen using Claude Code inside a DevSpace:
slack-github.comgit-gh MCP server for git/GitHub operations.claude/CLAUDE-DEVSPACES.md for DevSpaces-specific guidanceCombine local frontend with remote backend:
bin/fe build client (port 1989)https://devNNNN.slack.com/client?js_path=1#escal-developer-workspaceshd_exec, not on the hostgit-gh MCP, not direct git commands (sandbox restrictions)