> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fipcrypto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

> All Signal OS Social skills and what they do.

Skills are the commands that drive Signal OS. Each skill is a pre-built instruction set that runs inside your agent.

## How to invoke a skill

<Tabs>
  <Tab title="Claude Code (VS Code)">
    Type the skill name with a `/` prefix in the Claude Code chat:

    ```
    /social-start
    ```
  </Tab>

  <Tab title="Codex">
    Type the skill name with a `$` prefix in the Codex chat:

    ```
    $social-start
    ```
  </Tab>
</Tabs>

Both agents read the same skill files — the only difference is the prefix.

***

## Setup

| Skill             | What it does                                                                                                       |
| ----------------- | ------------------------------------------------------------------------------------------------------------------ |
| `/social-start`   | System entry point — **run this first**. Loads Signal OS, detects your state, and guides you through setup.        |
| `/social-mission` | Brand positioning interview. Writes your `NORTHSTAR.md`, which every other skill reads.                            |
| `/social-import`  | Import existing X posts into your archive. Generates a voice guideline that all drafting skills use.               |
| `/social-help`    | Scans your folders, shows pipeline status, and tells you exactly what to do next. Run this any time you feel lost. |
| `/social-mode`    | Teaches you a content framework before you start creating.                                                         |

***

## Authority content

For when you did something onchain and want to document it.

```
/social-doc → /social-result → /social-reflect
```

| Skill             | What it does                                               |
| ----------------- | ---------------------------------------------------------- |
| `/social-doc`     | Document something you did onchain.                        |
| `/social-result`  | Record what happened after — metrics, outcomes, learnings. |
| `/social-reflect` | Turn the result into a tweet or article.                   |

***

## Growth content

For when you have a take, a story, or an idea to develop.

```
/social-idea → /social-outline → [write in Obsidian] → /social-review → /social-cta → /social-publish → /social-tweets
```

| Skill             | What it does                                             |
| ----------------- | -------------------------------------------------------- |
| `/social-idea`    | Capture a content idea before it slips away.             |
| `/social-outline` | Turn an idea into a structured article outline.          |
| `/social-title`   | Generate 30 title variations for an article.             |
| `/social-review`  | Review a draft against the URRRCS quality framework.     |
| `/social-cta`     | Generate pre and post-publish CTAs.                      |
| `/social-publish` | Deploy to blog and get HTML formatted for all platforms. |
| `/social-tweets`  | Generate companion tweets for an article.                |

***

## Profile and engagement

| Skill             | What it does                          |
| ----------------- | ------------------------------------- |
| `/social-founder` | Write your founder story.             |
| `/social-profile` | Audit and improve your X profile.     |
| `/social-reply`   | Craft a high-signal reply to a tweet. |

***

## Housekeeping

| Skill                    | What it does                                                                                                          |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| `/social-archive`        | Archive published content to keep your workspace clean.                                                               |
| `/typefully-api-install` | Connect [Typefully](https://typefully.com/?via=fipcrypto) for direct scheduling to X, Threads, BlueSky, and LinkedIn. |
| `/typefully-schedule`    | Schedule a piece of content to the next free slot in your [Typefully](https://typefully.com/?via=fipcrypto) queue.    |

<Tip>
  Replace `/` with `$` for all skills if you're using Codex.
</Tip>
