franc-system-template

AI Software Factory - turn Claude Code into a virtual engineering team. One-paste install: 132 bundled skills (incl. clip/watch/seedance content pack), BRAIN Obsidian vault, ai-tools, and per-client scaffolding scripts. PUBLIC BY DESIGN - the install command curls this repo, do not make it private.

AI Software Factory

Turn Claude Code into a virtual engineering team. 133 skills. One person.

๐Ÿš€ One-Command Install (any device)

Zero to Claude Code in a single paste. Pick your OS.

๐Ÿ’ป Windows (PowerShell as Admin)

Set-ExecutionPolicy Bypass -Scope Process -Force; winget install OpenJS.NodeJS.LTS -e --accept-source-agreements --accept-package-agreements; winget install Git.Git -e --accept-source-agreements --accept-package-agreements; $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User"); node --version; npm --version; npm install -g @anthropic-ai/claude-code; [System.Environment]::SetEnvironmentVariable("CLAUDE_CODE_GIT_BASH_PATH","C:\Program Files\Git\bin\bash.exe","User"); $env:CLAUDE_CODE_GIT_BASH_PATH="C:\Program Files\Git\bin\bash.exe"; claude

๐ŸŽ Mac (Terminal)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew install node && node --version && npm --version && npm install -g @anthropic-ai/claude-code && claude

๐Ÿ“ฑ Android (Termux)

pkg upgrade -y && pkg install nodejs-lts -y && node --version && npm --version && npm install -g @anthropic-ai/claude-code && claude

๐Ÿ”ฅ Optional โ€” Repo link

https://github.com/francky180/franc-system-template

โšก Optional โ€” Clone + open

git clone https://github.com/francky180/franc-system-template && cd franc-system-template && claude

๐Ÿค– Auto-Rebuild Prompt โ€” paste this into Claude after login

The install block above gets Claude Code running. This prompt makes Claude do the rest โ€” clone the template, install all 114 skills + gstack + superpowers + the 47 agency-agents + 15 Seedance skills + BRAIN + auto-sync hook, list the MCPs to add, verify everything, and report back. You never leave Claude.

๐Ÿš€ REBUILD MISSION โ€” install the full AI Software Factory from inside Claude. Execute every step, don't ask, report at the end.

STEP 1 ยท CLONE
   git clone https://github.com/francky180/franc-system-template ~/franc-system-template

STEP 2 ยท INSTALL CORE (114 skills + gstack + superpowers + BRAIN + CLAUDE.md + settings + auto-sync hook)
   cd ~/franc-system-template && bash ai-tools/install-all.sh

STEP 3 ยท INSTALL AGENCY-AGENTS (47 specialist subagents โ€” paid media, sales, finance, support, testing, marketing)
   git clone https://github.com/msitarzewski/agency-agents /tmp/agency-agents
   mkdir -p ~/.claude/agents
   cp /tmp/agency-agents/agents/*.md ~/.claude/agents/

STEP 4 ยท INSTALL SEEDANCE 2.0 SKILLS (15 Higgsfield prompt skills)
   git clone https://github.com/beshuaxian/higgsfield-seedance2-jineng /tmp/seedance
   for d in /tmp/seedance/skills/*/; do
     name=$(grep -m1 "^name:" "$d/SKILL.md" | sed "s/name: //")
     [ -d "$HOME/.claude/skills/$name" ] || cp -r "$d" "$HOME/.claude/skills/$name"
   done

STEP 5 ยท MCP SERVERS โ€” add after login with `claude mcp add <name>` (your own API keys):
   gitnexus, vercel, playwright, stripe, codex, filesystem, adadvisor,
   tradingview, transcript-api, context7, sequential-thinking, shadcn-ui

STEP 6 ยท VERIFY โ€” run each, capture output
   - node --version
   - git --version
   - claude --version
   - find ~/.claude/skills -maxdepth 1 -type d | wc -l    (expect 130+)
   - ls ~/.claude/agents/*.md | wc -l                      (expect 47+)
   - grep -c rebuild-sync ~/.claude/settings.json          (expect >= 1)

STEP 7 ยท REPORT
   โœ… Step 1 โ€” cloned to ~/franc-system-template
   โœ… Step 2 โ€” N skills ยท gstack ยท superpowers ยท BRAIN ยท auto-sync hook installed
   โœ… Step 3 โ€” M agency-agents installed
   โœ… Step 4 โ€” 15 Seedance prompt skills installed
   โœ… Step 5 โ€” MCPs to add manually with claude mcp add
   โœ… Verify โ€” Node vXX ยท Git X.X ยท Claude X.X ยท NNN skills ยท MM agents ยท hook present

   End with: "Rebuild complete. Type /help to see all skills, then /office-hours to start your first build."

RULES
โ€ข Execute, don't ask. No "can I?" โ€” just do it.
โ€ข install-all.sh and the copies are additive (no-clobber) โ€” they never delete your existing skills.
โ€ข If a step fails, don't halt. Complete the rest, then show the one-line fix for the failure.
โ€ข Tone: short, confident, no apologies, no filler.

What you end up with: 114 bundled skills + gstack (~35) + superpowers (~14) + 15 Seedance = ~178 skills, 47 agency-agents, the BRAIN vault, and the auto-sync hook. See Quick Start (5 minutes) below.

What You Get When You Clone This Repo

Bundled in this repo (114 skills โ€” copied to ~/.claude/skills/ on install):

CategoryCountExamples
Build ยท Deploy ยท Ops41/ship /land-and-deploy /canary /investigate /qa /review /retro /health /cso /autoplan /plan-ceo-review /plan-eng-review
Creator Marketing31/creator-outreach-sequence-generator /campaign-roi-calculator /niche-fit-scorer /creator-rate-estimator /brand-safety-screen
Marketing Suite15/market-ads /market-funnel /market-launch /market-seo /market-social /market-copy /market-landing
Design System15/design-consultation /design-shotgun /banner-design /frontend-design /ui-styling /ui-ux-pro-max /slides
GitNexus (code graph)8/gitnexus-impact-analysis /gitnexus-debugging /gitnexus-refactoring /gitnexus-pr-review
Best Practices4/next-best-practices /vercel-react-best-practices /remotion-best-practices /playwright-best-practices

Plus installed automatically by install-all.sh:

  • gstack (~35+ specialist skills) โ€” virtual team clone: CEO mode, eng manager, design lead, release engineer
  • Superpowers (~14 process skills) โ€” Obra's process toolkit for disciplined AI workflows
  • BRAIN vault at ~/BRAIN โ€” Obsidian-navigable knowledge graph with the 100-book principle library
  • CLAUDE.md global identity file with the 15 Always-On Principles + routing rules
  • settings.json with the rebuild-sync PostToolUse hook (auto-snapshots every edit to a mirror repo)
  • Claude Code CLI (if not already installed)
  • Bun runtime (if not already installed)

Plus added by the Auto-Rebuild Prompt (Steps 3โ€“4):

  • 47 agency-agents โ€” specialist subagents for paid media, sales, finance, support, testing, marketing (โ†’ ~/.claude/agents/)
  • 15 Seedance 2.0 skills โ€” Higgsfield cinematic video prompt library

Post-install totals: 130+ skill folders in ~/.claude/skills/ (114 bundled + gstack + superpowers + 15 Seedance) and 47 agents in ~/.claude/agents/, plus the BRAIN vault and the auto-sync hook. Note: gstack is one folder that itself bundles a full ~290-skill engineering team, so your effective skill count is far higher. Add the 12 MCPs with claude mcp add to complete the stack.

Run /help inside Claude Code to list every installed skill.

The Sprint Lifecycle

Every task follows: Think > Plan > Build > Review > Test > Ship > Reflect

PhaseWhat Happens
Think/office-hours asks 6 forcing questions before code
Plan/autoplan runs CEO + design + eng review automatically
BuildSubagent-driven development with TDD enforced
Review/review + /cso for code review + security audit
Test/qa opens a real browser and tests your app
Ship/ship runs tests, creates PR in one command
Reflect/retro weekly retrospective, /learn compounds knowledge

Quick Start (5 minutes)

Zero to Claude Code in one command. Pick your OS and paste the block into your terminal โ€” it installs Node.js, Claude Code, logs you in, and runs the install script.

All you need afterwards is a Claude Max subscription.

๐ŸชŸ Windows (PowerShell โ€” run as Administrator)

winget install OpenJS.NodeJS.LTS -e --accept-source-agreements --accept-package-agreements; `
winget install Git.Git -e --accept-source-agreements --accept-package-agreements; `
refreshenv; `
npm install -g @anthropic-ai/claude-code; `
git clone https://github.com/francky180/franc-system-template.git "$HOME\ai-software-factory"; `
cd "$HOME\ai-software-factory"; `
bash ai-tools/install-all.sh; `
claude

๐ŸŽ Mac (Terminal)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
brew install node git && \
npm install -g @anthropic-ai/claude-code && \
git clone https://github.com/francky180/franc-system-template.git ~/ai-software-factory && \
cd ~/ai-software-factory && \
bash ai-tools/install-all.sh && \
claude

๐Ÿง Linux (Debian / Ubuntu)

sudo apt update && sudo apt install -y curl git && \
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \
sudo apt install -y nodejs && \
sudo npm install -g @anthropic-ai/claude-code && \
git clone https://github.com/francky180/franc-system-template.git ~/ai-software-factory && \
cd ~/ai-software-factory && \
bash ai-tools/install-all.sh && \
claude

๐Ÿ“ฑ Termux (Android)

pkg upgrade -y && pkg install nodejs-lts git -y && \
npm install -g @anthropic-ai/claude-code && \
git clone https://github.com/francky180/franc-system-template.git ~/ai-software-factory && \
cd ~/ai-software-factory && \
bash ai-tools/install-all.sh && \
claude

What happens

  1. Installs Node.js LTS + Git (if missing)
  2. Installs Claude Code globally via npm
  3. Clones this template to ~/ai-software-factory
  4. Runs install-all.sh โ€” copies all 115 skills into ~/.claude/skills/
  5. Launches claude โ€” opens browser for Claude Max login (first-time only)

Verify

Once Claude Code is running, type:

/help

You should see all 115 skills listed. If /office-hours, /ship, or /autoplan show up, you're done.

Prerequisites (what the scripts install for you)

  • Git โ€” installed automatically
  • Node.js 18+ โ€” installed automatically
  • Claude Code โ€” installed automatically
  • Claude Max subscription โ€” you need this separately (claude.ai/pricing)

All 115 Skills

gstack โ€” Virtual Engineering Team (40+)

CommandSpecialistWhat They Do
/office-hoursYC Office Hours6 forcing questions before code
/plan-ceo-reviewCEOFind the 10-star product
/plan-eng-reviewEng ManagerLock architecture + test matrix
/plan-design-reviewDesignerRate design dimensions 0-10
/plan-devex-reviewDX LeadDeveloper experience audit
/autoplanPipelineAll reviews in one command
/reviewStaff EngineerFinds bugs CI misses
/csoSecurity OfficerOWASP + STRIDE + secrets audit
/qaQA LeadReal browser testing + bug fixes
/qa-onlyQA ReporterTest and report, no fixes
/shipRelease EngineerTests + PR in one command
/land-and-deployRelease EngineerMerge + verify production
/deploy-to-vercelDeployPush to Vercel
/canarySREPost-deploy monitoring
/benchmarkPerf EngineerCore Web Vitals regression detection
/investigateDebuggerRoot-cause debugging
/browseQA EngineerHeadless Chromium browser
/open-gstack-browserBrowserVisible AI-controlled Chrome
/connect-chromeBrowserGStack Browser with sidebar
/webapp-testingTesterPlaywright-based web app testing
/design-consultationDesign LeadDesign system + aesthetic planning
/design-shotgunDesign ExplorerAI mockup variants + comparison
/design-htmlDesign EngineerMockup to production HTML
/design-reviewVisual QAFind and fix visual issues
/retroEng ManagerWeekly retrospective with trends
/learnMemoryCross-session learnings
/healthDashboardCode quality 0-10 score
/codexSecond OpinionIndependent code review via Codex
/checkpointStateSave + resume working state
/document-releaseDocsPost-ship documentation update
/setup-deployConfigConfigure deploy platform
/setup-browser-cookiesAuthImport cookies for testing
/carefulSafetyWarns before destructive commands
/freezeSafetyLock edits to one directory
/unfreezeSafetyRemove directory lock
/guardSafetyFull safety mode (careful + freeze)
/pair-agentCollabPair a remote AI with your browser
/skill-creatorMetaCreate and test new skills
/gstack-upgradeMaintenanceUpgrade gstack to latest
/devex-reviewDX AuditLive developer experience testing

Creator Marketing (31)

CommandWhat It Does
/audience-demographic-analyzerAnalyze influencer audience fit
/brand-safety-screenFlag controversial creator content
/campaign-brief-generatorGenerate ready-to-send campaign briefs
/campaign-goal-to-kpi-framework-builderMap objectives to KPIs
/campaign-roi-calculatorCalculate ROI with leadership narrative
/campaign-status-dashboard-digestWeekly status for Slack/email
/content-approval-feedback-formatterTurn internal notes into creator feedback
/content-capture-checklist-builderMonitoring checklist per platform
/content-to-brief-compliance-checkerPass/fail against brief requirements
/creator-briefing-faq-generatorAnticipate creator questions
/creator-content-concept-generator5-10 native content ideas
/creator-negotiation-assistantRate negotiation with trade-off analysis
/creator-outreach-sequence-generatorMulti-touch outreach across platforms
/creator-posting-compliance-trackerTrack required vs actual posts
/creator-rate-estimatorFair market rate estimation
/engagement-rate-calculator-benchmarkerBenchmark against platform averages
/ftc-disclosure-spot-checkerFTC compliance review
/metrics-normalization-formatterClean messy metrics into one table
/multi-platform-format-adapterAdapt briefs for TikTok/IG/YT Shorts
/niche-fit-scorerScore creator-brand alignment 1-10
/organic-repost-caption-writerRepost captions with proper credit
/paid-ad-copy-adapterTurn organic content into ad copy
/paid-social-creative-briefPaid social brief from creator posts
/performance-benchmark-setterPre-launch KPI benchmarks
/post-campaign-creator-scorecardScore creators after campaign
/quarterly-creator-program-reviewQBR with wins, misses, pivots
/reply-triage-classifierClassify influencer replies into actions
/story-metrics-screenshot-parserParse Story insights screenshots
/universal-creator-follow-up-chaserFollow-up sequences for any scenario
/utm-parameter-builderGenerate UTM tracking URLs
/verbal-agreement-summarizerSummarize DM/email deal terms

Marketing Suite (15)

CommandWhat It Does
/marketMain orchestrator โ€” launches all skills
/market-adsAd creative and copy generation
/market-auditFull marketing audit (5 parallel agents)
/market-brandBrand voice analysis and guidelines
/market-competitorsCompetitive intelligence analysis
/market-copyCopywriting analysis and generation
/market-emailsEmail sequence generation
/market-funnelSales funnel analysis and optimization
/market-landingLanding page CRO analysis
/market-launchProduct launch playbook
/market-proposalClient proposal generator
/market-reportMarketing report (Markdown)
/market-report-pdfMarketing report (PDF)
/market-seoSEO content audit
/market-socialSocial media calendar and content

Design System (12)

CommandWhat It Does
/designComprehensive design skill (brand, tokens, logos, banners, slides)
/design-systemToken architecture + component specs
/frontend-designProduction-grade UI with high design quality
/canvas-designVisual art in PNG/PDF
/banner-designSocial media, ads, web, print banners
/slidesStrategic HTML presentations with Chart.js
/ui-stylingshadcn/ui + Tailwind styling
/ui-ux-pro-max50+ styles, 161 palettes, 57 font pairings
/web-design-guidelinesWeb Interface Guidelines compliance
/brandBrand voice and visual identity
/brand-contextBuild brand context for all skills
/brand-guidelinesApply brand colors and typography

GitNexus โ€” Code Intelligence (7)

CommandWhat It Does
/gitnexus-cliIndex repos, check status, generate wiki
/gitnexus-exploringUnderstand architecture and trace flows
/gitnexus-debuggingTrace bugs through the knowledge graph
/gitnexus-impact-analysisBlast radius before editing code
/gitnexus-refactoringSafe rename, extract, split, move
/gitnexus-pr-reviewReview PRs with graph-aware context
/gitnexus-guideTools reference and schema docs

Best Practices (4)

CommandWhat It Does
/next-best-practicesNext.js file conventions, RSC, data patterns
/vercel-react-best-practicesReact/Next.js performance from Vercel Engineering
/playwright-best-practicesTest writing, POM, CI/CD, flaky test fixes
/remotion-best-practicesVideo creation in React

Utilities (6)

CommandWhat It Does
/pdfRead, merge, split, watermark, create PDFs
/mcp-builderBuild MCP servers for external APIs
/doc-coauthoringStructured doc/spec co-authoring workflow
/agent-reach17 platforms via CLI, MCP, curl, Python
/superpowersProcess discipline (design-first, TDD, review)
/deploy-to-vercelDeploy apps to Vercel

Speed Comparison

TaskHuman TeamYou + This System
Scaffold a feature2 days15 min
Write tests1 day15 min
Build end-to-end1 week30 min
Bug fix + regression test4 hours15 min
Full marketing audit2 weeks20 min
Creator campaign brief3 hours5 min

BRAIN Obsidian Vault

The BRAIN/ folder is an Obsidian vault with linked navigation:

BRAIN/
โ”œโ”€โ”€ core/           โ€” Master prompt, sprint workflow, control panel
โ”œโ”€โ”€ navigation/     โ€” Index, dashboard
โ”œโ”€โ”€ systems/        โ€” Architecture, AI Software Factory reference
โ”œโ”€โ”€ tools/          โ€” Tool nodes (gstack, marketing, etc.)
โ”œโ”€โ”€ projects/       โ€” Project template nodes
โ””โ”€โ”€ automations/    โ€” Webhook maps, API plans

Open it in Obsidian: File > Open Vault > select the BRAIN folder.

Customization

After install, personalize your system:

  1. Edit BRAIN/core/MASTER_PROMPT.md with your business context
  2. Edit BRAIN/core/MASTER_MEMORY.md with your stack and preferences
  3. Edit ~/CLAUDE.md with your project-specific routing rules
  4. Add your projects to BRAIN/navigation/dashboard.md

Hard Rules (Built Into The System)

  1. No code without a design. Ever.
  2. No production code without a failing test.
  3. No merge without review. Both stages.
  4. No "done" without verification.
  5. No fixing without investigation first.

License

Free to use. The underlying tools are MIT licensed:

How to Install

  1. Download the ZIP or clone the repository
  2. Open the folder as a vault in Obsidian (File โ†’ Open Vault)
  3. Obsidian will prompt you to install required plugins

Stats

Stars

0

Forks

0

Last updated 3d ago