emanuelegreco29

Codexpiator Setup — Development skill for Claude Code

Development community

Bootstrap project structure using Codexpiator conventions.

How to install Codexpiator Setup

Installs to ~/.claude/skills/emanuelegreco29-codexpiator-codexpiator-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emanuelegreco29-codexpiator-codexpiator-setup && curl -fsSL https://raw.githubusercontent.com/emanuelegreco29/codexpiator/HEAD/commands/codexpiator-setup.md -o ~/.claude/skills/emanuelegreco29-codexpiator-codexpiator-setup/SKILL.md

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

What Codexpiator Setup does


description: Bootstrap project structure using Codexpiator conventions argument-hint: [stack (optional)] allowed-tools: Skill, Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion

Bootstrap baseline project structure and conventions using Codexpiator's guidance.

  1. Determine the stack: if $1 names one, use it; otherwise check for existing stack signals in the project (package.json, pyproject.toml, go.mod, etc.). If none are found and none was given, call `AskUserQuesti

Alternatives in Development

  • Theme Color Conventions — Extensions in this repo use a consistent color language mapped to Pi's theme tokens 526 ★
  • Arstart — AgentRecall session opener — status board (no args), project loader ( ), or cold-start bootstrap 370 ★
  • Bootstrap 283 ★

Full documentation available on GitHub

View Source Repository