cf-switch-backend
SolidSwitch tracking backend (local/airtable/google) with optional data migration
AI & Automation 17 stars
6 forks Updated 1 weeks ago MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Switch Tracking Backend
Switch ContentForge's tracking and delivery backend between **Google Sheets + Drive**, **Airtable**, or **Local filesystem**. Optionally migrate existing tracking data and output files to the new backend.
## When to Use
- Switching from local (default) to a cloud backend for collaboration
- Migrating from Google to Airtable (or vice versa) for simpler auth
- Downgrading to local when cloud access isn't needed
- Checking current backend status before switching
**Running in Cowork?** The "local" backend writes to the ephemeral sandbox filesystem — files vanish at session end. For Cowork team setups, use the Google (Drive) route and run `/contentforge:cf-cowork-setup` first to wire the Drive folder layout.
## How to Use
```
/contentforge:cf-switch-backend airtable
/contentforge:cf-switch-backend google
/contentforge:cf-switch-backend local
/contentforge:cf-switch-backend --status
```
## What This Command Does
### Step 1: Identify Current Backend
Read the active brand profile's `tracking.backend` field.
Report current state:
```
Current backend: local
Records: 47 tracking records
Output files: 42 files in ~/.claude-marketing/{brand}/tracking/outputs/
```
### Step 2: Validate Target Backend
**If switching to Airtable:**
1. Check `AIRTABLE_TOKEN` environment variable exists
2. If missing, guide through setup:
- Go to [airtable.com/create/tokens](https://airtable.com/create/tokens)
- Create a Personal Access Token with `data.records:read` ...
Details
- Author
- indranilbanerjee
- Repository
- indranilbanerjee/contentforge
- Created
- 5 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
cf-analytics
Track content quality scores, pipeline timing, and compliance trends with insights and alerts.
17 Updated 1 weeks ago
indranilbanerjee AI & Automation Featured
credential-switch
Switch brand credentials. Use when: activating the correct API keys for MCP servers in multi-client workflows.
636 Updated 1 weeks ago
indranilbanerjee AI & Automation Listed
todos
Per-project todo tracking with a relational project-knowledge brain — decisions, business rules, contradictions, stakeholders, scope changes — and a local broadsheet dashboard at localhost:5757. Use when the user wants to plan, sync, or close out implementation work in a project, capture a decision/rule/contradiction/feedback to remember later, or browse the dashboard.
1 Updated 1 weeks ago
gonoff