Path A — VS Code + Claude Code
Powered by Anthropic’s Claude. Commands use
/skill-name syntax.Path B — Codex
Powered by OpenAI. Commands use
$skill-name syntax.While Claude Code requires a paid subscription, Codex is available to ChatGPT Free and Go users for a limited time.
Before You Start
You need a GitHub account to fork the repo and keep your own private copy.Create a GitHub account
Go to github.com and create a free account if you don’t have one.
You’ll be working from your fork from this point on. Keep the URL handy — it will look like
https://github.com/YOUR-USERNAME/signal-os-social.Path A: VS Code and Claude Code
What you need
VS Code
Free code editor where you run Signal OS.
Claude Code
VS Code extension that powers the skills. Requires a Claude subscription (Pro or above).
Obsidian
Free writing app where your articles live. Signal OS creates files here automatically.
Git
Free tool that downloads repo files to your computer.
Setup steps
Install Git
Git is the tool that downloads files from GitHub to your computer.
- Mac
- Windows
- Open Terminal (search “Terminal” in Spotlight)
- Type
git --versionand press Enter - If Git is not installed, macOS will prompt you — click Install and follow the steps
Install VS Code
- Go to code.visualstudio.com
- Click the download button for your operating system
- Open the downloaded file and follow the installation steps
- Open VS Code once installed
Install the Claude Code extension
- In VS Code, click the Extensions icon in the left sidebar (four squares icon)
- In the search bar, type
Claude Code - Click Install on the Claude Code extension by Anthropic
- Once installed, a Claude icon will appear in the left sidebar
Sign in to Claude Code
- Click the Claude icon in the VS Code sidebar
- Click Sign in and follow the prompts to connect your Claude account
- You need an active Claude subscription (Pro or above) — sign up at claude.ai if you don’t have one
Clone your fork
This downloads your copy of Signal OS to your computer.
- In VS Code, press
Ctrl+Shift+P(Windows) orCmd+Shift+P(Mac) to open the command palette - Type
Git: Cloneand press Enter - Paste the URL of your fork:
https://github.com/YOUR-USERNAME/signal-os-social - Choose a folder to save it — your Desktop or Documents works fine
- When VS Code asks “Would you like to open the cloned repository?”, click Open
Install Obsidian
- Go to obsidian.md and download the app
- Open Obsidian
- On the welcome screen, click Open folder as vault
- Navigate to the
signal-os-socialfolder you just cloned and click Open
Run your first skill
- Go back to VS Code — the Claude Code panel should be visible on the left
- Click on it to open the chat
- Type
/social-missionand press Enter
NORTHSTAR.md when you’re done. Every other skill reads this file — it’s the foundation of the whole system.Path B: Codex
What you need
OpenAI account
Required to access Codex. Free account — Codex access may require a subscription.
GitHub account
Already set up in the Before You Start section above.
Setup steps
Confirm your fork is ready
Make sure you completed the Before You Start section above. Your fork should be live at
https://github.com/YOUR-USERNAME/signal-os-social.Open Codex
- Go to openai.com/codex and sign in with your OpenAI account
- If prompted, connect your GitHub account so Codex can access your repositories
Open your Signal OS fork
- In Codex, look for the option to open or connect a repository
- Select your fork:
YOUR-USERNAME/signal-os-social - Codex will read the
AGENTS.mdfile at the root of the repo — this tells it how Signal OS works
What happens after setup
Once yourNORTHSTAR.md is filled in, you have two paths for creating content:
Authority content
You did something onchain — document it.
Growth content
You have a take or a story to tell.
Not sure which to start with? Run
/social-guide (or $social-guide on Codex) — it scans your folders and tells you exactly what to do next.Optional: Connect Typefully
Typefully lets you schedule tweets, CTAs, and cross-posts to X, Threads, BlueSky, and LinkedIn from one place. Once you have a Typefully account, run:On Codex, use
$typefully-api-install instead.Skills reference
Browse all Signal OS skills, their invocation syntax for Claude Code and Codex, and how they fit into each content workflow.