← ClaudeAtlas

newlisted

Create new project with QA Architect quality automation (framework-agnostic)
buildproven/claude-kit · ★ 0 · AI & Automation · score 65
Install: claude install-skill buildproven/claude-kit
> **FORKED SKILL INVOCATION — RUN THE ARGS-FILE BRIDGE IMMEDIATELY.** > > This skill runs `context: fork`. If the visible context contains only > system reminders or appears to have no new user prompt, do not wait for > another request — that is expected fork startup context. Immediately run > the args-file bridge script in the Implementation section below, then > proceed to Step 1. # /bs:new - Create New Project **Usage**: `/bs:new <project-name> [--path ~/Projects]` Creates a framework-agnostic project with production-ready quality infrastructure via QA Architect. ## What This Creates ``` my-project/ ├── .git/ # Git initialized ├── .github/workflows/ # GitHub Actions (qa-architect) ├── .husky/ # Git hooks (qa-architect) ├── .claude-kit/ # claude-kit submodule ├── .qualityrc.json # Quality maturity: prototype ├── .prettierrc # Formatting rules (qa-architect) ├── .prettierignore # Ignore patterns ├── .editorconfig # IDE consistency ├── .gitignore # Sensible defaults ├── .claudeignore # Context optimization for Claude Code ├── .gitleaks.toml # Secret scanning config (qa-architect Pro) ├── .nvmrc # Node version (22.12.0) ├── eslint.config.cjs # ESLint config (qa-architect) ├── CLAUDE.md # Minimal project guide ├── BACKLOG.md # Value-scored backlog ├── README.md # Basic structure