dabydat

Setup Stack — Development skill for Claude Code

Development community

Generates stack-specific agents, skills, and configs, creating the active stack (config.json) without touching the universal configuration.

How to install Setup Stack

Installs to ~/.claude/skills/dabydat-alpha-omega-setup-stack/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dabydat-alpha-omega-setup-stack && curl -fsSL https://raw.githubusercontent.com/dabydat/alpha-omega/HEAD/commands/setup-stack.md -o ~/.claude/skills/dabydat-alpha-omega-setup-stack/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Setup Stack does


name: setup-stack description: Generates stack-specific agents, skills, and configs, creating the active stack (config.json) without touching the universal configuration. argument-hint: "[stack-description]"

/setup-stack — alpha-omega

Auto-generates the development configuration for a given stack.

Steps

  1. Receive the stack description (e.g. "TypeScript + Node + Express + PostgreSQL").
  2. Create the active stack (config.json) with REAL code patterns and examples (not pseudocode).

Alternatives in Development

  • Claude Code Setup — Setup and configuration for Claude Code 14k ★
  • Review Skills — Universal review (ln-162) + repo-specific checks for claude-code-skills repository 238 ★
  • Backup Config — Backup Claude Code configuration files 95 ★

Full documentation available on GitHub

View Source Repository