Console development
SkillCloud & infraRun, diagnose, or manually test the private Stacktape Console locally, especially when local API/UI behavior must use the shared dev RDS data, Cognito users, AWS services, OAuth callbacks, or provider webhooks. Use for Console dev-mode setup, deciding between UI-only and full mode, shared-dev migrations, and GitHub/GitLab/Bitbucket end-to-end testing.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Console development skill
What this skill tells your AI
The instructions your AI receives, as published by stacktape/stacktape in .agents/skills/console-development/SKILL.md and read by ahel’s review.
Work from the public workspace root with apps/console initialized. Read the root and Console AGENTS.md files before
changing code. Check Git status in both repositories.
Before deploying, migrating, starting full local mode or running acceptance tests that need a stable dev backend,
acquire the task-owned shared reservation described in docs/testing.md#shared-dev-reservation. Hold it through tests
and cleanup. Do not reuse another task's reservation or treat an old timestamp as permission to release it.
stacktape-dev hosts both production and dev; reuse the existing dev Stacktape organization, but never treat the
account, organization or existing connections as disposable. For unattended browser user/SSM setup, read
apps/console/e2e/README.md.
Choose the smallest valid mode
- Use
pnpm dev:console:uionly for UI changes that the deployed dev API already supports. It serves the UI athttp://localhost:4000and points it at the deployed dev API. - Use
pnpm dev:consolefor API changes, API/UI contracts, database-backed behavior, permissions, or realistic manual testing. It runs the API athttp://localhost:3000and the UI athttp://localhost:4000. - Use
pnpm deploy:console:devonly when an external system must call changed code, such as an OAuth callback or webhook that cannot reach localhost. This changes the realconsole-app-devstack. - Never substitute the production stage or
pnpm deploy:consolefor a development test.
Full dev-mode contract
pnpm dev:console performs one guarded workflow:
- Builds the source CLI artifacts.
- verifies the Stacktape login;
- verifies the standard AWS SDK credential chain belongs to account
977946299200; - reads current non-secret database and Cognito identifiers from
console-app-dev; - opens an SSM tunnel through
bastionHostto the shared devmainDatabase; - starts the local API container and UI against the shared dev data plane; and
- closes both processes together.
The API uses real rows, organizations, projects, provider connections, and dev-stage runtime parameters. The local
console-app-devlocal stack contains support resources and the assumable role for local workloads. Its resolved-config
fingerprint causes a one-time refresh when IAM or other support configuration changes; ordinary source edits reuse it.
Deployed dev Lambdas remain responsible for external webhooks and background work.
Do not start a separate local PostgreSQL container for shared-data tests. Do not manually copy database passwords, Cognito IDs, API keys, or provider tokens into files or chat.
Prerequisites and recovery
- Stacktape login:
pnpm dev:cli login - AWS credentials for the expected account (environment, shared profile, or another standard SDK source)
- Docker Desktop
- Required parameter names:
pnpm parameters:check:console:devpnpm parameters:check:console:devlocal
If startup reports an expired login, run the login command and finish its browser flow. If it rejects the AWS account,
switch the AWS profile outside the repository and retry. Stop the foreground pnpm dev:console process normally first.
For an agent-mode session, use pnpm dev:cli dev:stop --agentPort <this-session-port>. After a crash, inspect Docker
and remove only exact container IDs recorded for this session, then verify its listeners and tunnel are gone. Do not use
blanket --cleanupContainers on a shared machine: it guesses ownership from names and does not track foreground dev
sessions. Never delete the shared console-app-dev stack as cleanup.
Committed Prisma migrations go to the shared dev database only through pnpm migrate:console:dev. Do not use
prisma migrate dev, destructive pushes, or the production migration command.
Manual testing
Test through the browser as a customer would. Verify the visible success path, cancellation or denial, retry after an error, empty and large lists, search/pagination, stale tabs, disconnect/reconnect, and organization isolation. Inspect the browser network response and API logs when UI feedback is ambiguous; do not treat a toast alone as proof.
For Git-provider work, read references/git-provider-e2e.md before testing. Ask the user for provider sign-in, MFA or approval only when the authorized browser session or active tool requires it. First check agent browser access: SSM-backed Playwright login is available for Console, including headed WSL mode; administration uses a separate Admin fixture. Console login does not authenticate external providers. Record only provider account/repository labels and observed behavior—never authorization codes, cookies, tokens, or secret values.
Signals
- GitHub stars
- 81
- Forks
- 7
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
console-development- Source
- github.com/stacktape/stacktape