glori-builder
v1.2.0
Published
Glori Builder — Claude Code base configuration for development teams. Agents, skills, and commands for a complete AI-powered development pipeline.
Maintainers
Readme
Glori Builder
Claude Code base configuration for development teams. Agents, skills, and commands for a complete AI-powered development pipeline — from Linear issue to merged PR.
Install
npm install -g glori-builderOr install directly from GitHub (works with private repos — requires GitHub access):
npm install -g github:Barnhardt-Enterprises-Inc/quetrex-baseFirst Time on a New Machine
/quetrex-setupConfigures GitHub CLI auth, git identity, Linear API key, and direnv.
First Time on a New Project
/project-setup # CI, branch protection, direnv
/create-rules # Stack configuration (Next.js, Python, Rust, Rails, iOS, Go, Node.js)Working Issues
/issue-prd QUE-123 # Start a Linear issue through the full pipeline
/merge-issue QUE-123 # Merge the PR and update LinearAuto-Pilot (Walk Away Mode)
/plan-project # Plan a new project → creates all Linear issues
/auto-pilot PROJECT-ID # Works every issue autonomously until the backlog is emptyThe Pipeline
/issue-prd → architect → developer(s) → QA → reviewer → git-workflow → /merge-issueEach stage is a specialized agent. QA proves green with actual exit codes. The reviewer (Opus) reads the full diff. PRs squash-merge to main.
All Commands
| Command | What it does |
|---|---|
| /quetrex-docs | Full reference — pipeline, commands, agents, setup |
| /quetrex-setup | One-time machine setup |
| /project-setup | One-time project setup |
| /create-rules | Generate project stack configuration |
| /update-rules | Audit and fix existing project rules |
| /plan-project | Plan a new project from scratch |
| /plan-feature | Plan a feature for an existing codebase |
| /issue-prd QUE-123 | Start a Linear issue through the pipeline |
| /issue-rework QUE-123 | Rework after tester feedback |
| /auto-pilot PROJECT-ID | Autonomous project execution |
| /merge-issue QUE-123 | Merge PR, update Linear |
| /deploy-setup | Generate project-specific deploy skill |
| /secrets | Manage API keys |
| /quetrex-update | Check for and apply updates |
Updates
/quetrex-updateChecks the installed version against npm latest and updates if behind.
Requirements
- Node.js 18+
- Claude Code
- GitHub CLI (
gh auth login) - Linear API key (configured via
/quetrex-setup)
