agent: repo-setup — initial structure for CORBEL Automations

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-26 19:44:47 +00:00
commit 5ab8110363
2 changed files with 33 additions and 0 deletions

10
CLAUDE.md Normal file
View File

@@ -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).

23
README.md Normal file
View File

@@ -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)