بنقرة واحدة
deployment-workflow
GitHub commits, Vercel deployments, PWA configuration, and rollback procedures.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
GitHub commits, Vercel deployments, PWA configuration, and rollback procedures.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
The brand constitution for Empathy Ledger — what it is, why it exists, who it serves, and how it sounds. Load BEFORE writing any Empathy Ledger public-facing copy (storyteller, organisation, or funder-facing), before naming or positioning anything, and before designing any storyteller-facing surface. Also load when reviewing whether existing copy or a feature is on-brand.
Run one cycle of the Empathy Ledger wiki research loop. Lints the wiki, surfaces the highest-priority gap, drafts fill content, queues the result for elder review.
Build world-class data visualizations for the Empathy Ledger platform — force-directed graphs, network maps, geographic overlays, temporal flows, and interactive dashboards using d3, recharts, leaflet, and framer-motion.
Local dev server management — start, stop, clean restart, fix cache corruption, port conflicts. Use this skill whenever the dev server needs launching or is misbehaving.
Explore EL projects, organizations, and all related content - storytellers, stories, transcripts, media, galleries, analysis. Core function for syndication API and ACT ecosystem.
AI-powered data analysis for Empathy Ledger - themes, quotes, story suggestions, transcript analysis.
| name | deployment-workflow |
| description | GitHub commits, Vercel deployments, PWA configuration, and rollback procedures. |
Complete deployment workflow: GitHub → Vercel → Production.
ONE CODEBASE, ALL PLATFORMS
npm run build && npm version patch && git push origin main
npm run build passesnpm run lint passessupabase db push)ls public/*.png)npm version patch # Bug fixes: 1.0.0 → 1.0.1
npm version minor # Features: 1.0.0 → 1.1.0
npm version major # Breaking: 1.0.0 → 2.0.0
git revert HEAD && git push origin mainmain → Production (empathyledger.com)develop → Staging (preview URL)feature/* → Feature branches (preview URL)| Topic | File |
|---|---|
| Full checklist | refs/checklist.md |
local-dev-server - Local developmentsupabase-deployment - Database deploymentcultural-review - Pre-deploy cultural check