A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Local-first agentic operating system template for running one business or serious project with Codex, Claude Code, and r
Agentic Business OS is a local-first template for running one business or serious project with Codex, Claude Code, and review-first automation.
It gives an agent a stable operating structure: where to read context, where to write outputs, how to preserve durable memory, how to run recurring workflows, how to capture UI-only evidence, and how to keep the system auditable as it learns the business.
AGENTS.md, CLAUDE.md, and 00-start-here.mdAGENTS.md proposal after onboardinginbox/, wiki/, sources/, outputs/, state/, and dropped/context/ that onboarding can replacesystem/state/ops.dbget-help skill for troubleshooting and contacting the maintainersUse this when you want an AI assistant to learn a business or project over time without turning the repository into a pile of chat logs.
The template works best when the owner wants:
project-onboarding skill.inbox/project-onboarding/....AGENTS.md, context/, domains/, wiki/, .agents/, rules/, or state/ paths.Full setup guide: docs/setup.md
Tell the agent:
Run project-onboarding for this project. Learn the business, tools, routines, approval boundaries, and first useful automation candidates. Create a review pack before changing live files.
The onboarding skill runs the local bootstrap/check scripts, asks the setup questions, and creates reviewable starter files first. It does not ask for credentials or connect external tools.
After review, promote proposed/AGENTS.md first. The template AGENTS.md is intentionally generic until onboarding learns the project mission, source map, tools, routines, and approval boundaries.
Codex:
.codex/config.tomlClaude Code:
.claude/settings.json.claude/skills -> ../.agents/skills.claude/commands/.claude/settings.local.example.jsonSecrets belong in gitignored local files, not in committed configs or chat.
context/ holds current operating truth, such as mission, goals, tools, and priorities.
inbox/ is the intake queue for generated artifacts, source drops, and memory candidates.
wiki/ is concise durable synthesis after review or ingest.
sources/ preserves evidence: source cards, raw exports, adapter run records, and provenance.
outputs/ holds final human-facing reports, briefs, dashboards, and deliverables.
state/ holds manifests, queues, and machine-readable histories.
system/state/ops.db is generated runtime state. It is initialized during onboarding by bootstrap_project.py and ignored by git.
Public core skills are intentionally generic:
project-onboardingget-helpdaily-planningweekly-reviewmemory-ingestmemory-graph-healthrepo-healthrecurring-reviewrun-scheduledlearning-reviewskill-improvement-loopadapter-builderadapter-runneradapter-recording-reviewdesign-studioDomain-specific skills, such as support desks, analytics providers, app-store review workflows, accounting, or email platforms, should be added later as project-local skills or optional plugins.
Optional macOS scheduler:
bash .agents/install-launchd.sh
Optional macOS inbox watcher:
bash .agents/hooks/install-inbox-auto-ingest-launchd.sh
Review .agents/schedules.yaml, .agents/recurring.yaml, and the memory workflow before installing background jobs. Onboarding may prepare these commands, but should ask before running them.
Run the full local check suite:
python3 system/tests/agentic_os_local_checks.py
Run a lighter repo audit:
python3 system/tools/repo_audit.py --exit-zero
This repository is designed to be the public upstream template. Real businesses will usually keep private overlays for context, tools, schedules, and domain skills.
Recommended downstream flow:
More detail: docs/sync.md
Agentic Business OS is maintained by What If It Works.
For setup, onboarding, hooks, sync, publishing, or customization help, ask the agent to run get-help. It will prepare a redacted support note and point you to the official contact path.
The template should never require public business data, customer content, credentials, revenue numbers, or raw transcripts.
Use docs/privacy.md before adding integrations, source exports, or public examples.
Portable skills, agents, and templates that add Spec-Driven Development and TDD workflows to any Claude Code project. De
Visual, example-driven guide with copy-paste CLAUDE.md templates for quick setup
ATLAS: a senior-engineer layer for Claude Code. Explore with wireframes & prototypes, clarify the essentials, capture it
Production-tested CLAUDE.md and rules that make Claude Code write better code and more human text. Anti-AI-slop writing