Free & Open Source

Install the Standards Stack

67 YAML standards. 808+ enforced rules. 9 categories. One command install. Zero configuration.

Install Now Browse on GitHub

Quick Install

One command installs project-object and initializes your standards library.

$ npm install -g project-object && project-object init click to copy

Requires Node.js 18+. MIT licensed. No account required.

What You Get

OpenCore Standards

16 standards · 147 rules

Foundation standards covering serverless best practices, security baselines, and AWS well-architected patterns.

Community Standards

51 standards · 661 rules

Community-contributed patterns covering frontend, testing, deployment, multi-agent orchestration, and more.

Local Standards

Your standards · Your rules

Add your own project-specific YAML files to .standards/ for patterns unique to your team or codebase.

Total Free Stack

All three sources merged into a single .standards/ directory. Everything in the directory gets injected.

67+
standards, 808+ rules

11 Categories Covered

Compliance & Security 35
Multi-Agent Orchestration 32
Serverless & AWS 30
Backend Patterns 21
Frontend Development 17
Deployment & CI/CD 15
Well-Architected 11
Cost Optimization 5
Testing 4
Real-Time Systems 2
Database 2

See It Working

project-object pulls all three sources into .standards/ and injects them into every AI session.

$ project-object init
Initializing project-object...
✓ OpenCore standards loaded (16)
✓ Community standards loaded (51)
✓ Local standards loaded (0)
✓ AI session hooks configured

$ project-object status
Sources:
OpenCore: 16 standards (147 rules)
Community: 51 standards (661 rules)
Local: 0 standards (0 rules)
─────────────────────────────
Total: 67 standards (808 rules)

Tier: Free (OpenCore + Community + Local)

How Curation Works

The injector reads every YAML file in your .standards/ directory and injects them all. No config files. No toggles. Just files in a directory.

Remove a standard: delete the file.
Add your own: drop a YAML file in.
Customize: edit any file directly.
Update: run project-object update to pull latest from upstream.
Share upstream: submit a PR to Community Standards so everyone benefits.

Commit .standards/ to version control and every developer on your team gets the same governed experience.

Architecture of Governance

Four open-source repositories work together to deliver governed AI coding.

GlideCoding Architecture - Fuel Source, Fuel Injector, Engine, Governed Code

Open Standards

The Fuel Source

16 foundation standards covering serverless, security, and AWS patterns. The core of the governance engine.

View on GitHub →

Community Standards

Extended Fuel

51 community-contributed patterns for frontend, testing, deployment, orchestration. Grows with the ecosystem.

View on GitHub →

project-object

The Fuel Injector

CLI tool that pulls standards into your project and injects them into Claude Code, Cursor, and Windsurf sessions.

View on GitHub →

open-core

The Engine

22 specialist agents that consume standards and enforce 800+ rules. The runtime that makes governance real.

View on GitHub →