From 5ab81103636879e1c8bb28df7ee0c15df6f9a850 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 26 Mar 2026 19:44:47 +0000 Subject: [PATCH] =?UTF-8?q?agent:=20repo-setup=20=E2=80=94=20initial=20str?= =?UTF-8?q?ucture=20for=20CORBEL=20Automations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 10 ++++++++++ README.md | 23 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 CLAUDE.md create mode 100644 README.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..1d008f0 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,10 @@ +# CLAUDE.md + +This is CORBEL's automation template repository. Reusable n8n workflows, AI agent modules, and automation packages for client delivery and marketplace sales. + +## Conventions + +- Follow all conventions from the main CORBEL workspace (British English, GBP, YYYY/MM/DD dates, no secrets in files). +- Every workflow must include a README with: purpose, prerequisites, setup steps, expected inputs/outputs. +- Template packages must be self-contained — a buyer should be able to deploy without CORBEL support. +- Document time-to-deploy for every workflow (critical for Upwork scoping and pricing). diff --git a/README.md b/README.md new file mode 100644 index 0000000..176388c --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# CORBEL Automations + +Reusable n8n workflows, AI agent templates, and automation modules for client delivery and marketplace sales. + +## Purpose + +- **Client delivery** — battle-tested automation packages for Upwork freelancing +- **Template marketplace** — productised versions for LemonSqueezy/Gumroad +- **Portfolio** — documented case studies from real deployments + +## Structure + +``` +workflows/ # n8n workflow JSON exports +modules/ # Reusable automation components +templates/ # Marketplace-ready template packages +docs/ # Setup guides, case studies, portfolio pieces +``` + +## Related + +- [CORBEL Furnished House](ssh://git@git.corbel.consulting:2222/jake/CORBEL.git) — operational workspace and playbook +- [BidPulse](https://github.com/jakejars/BidPulse) — tender aggregator MVP (parked)