Sandbox
@jordanrubin/FUTURE_TOKENS

Claude Skills for composable reasoning moves

Future Tokens is a Claude Skills pack of named reasoning operations that target specific blind spots in AI output. It gives you a catalog of skills like antithesize, excavate, dimensionalize, and synthesize, each defined in its own markdown file with worked examples.

65 stars4 forksShellUpdated 7mo ago
Who it's for

Builders who use Claude Code or Codex and want reusable reasoning patterns for their agent sessions.

What it delivers

You can push your agent to look for gaps, alternatives, and hidden structure instead of staying in the first frame.

What it does

Master skill index

`SKILL.md` lists the full skill catalog and acts as the entry point for the set.

Composable reasoning skills

Skills such as `ANTITHESIZE.md`, `EXCAVATE.md`, `DIMENSIONALIZE.md`, `NEGSPACE.md`, and `SYNTHESIZE.md` each target a different blind spot.

Claude Code marketplace support

`.claude-plugin/marketplace.json` lets the repo be added as a Claude Code marketplace package.

One-line installer

`install.sh` installs all skills into `~/.claude/skills/` and creates `/skillname` commands.

Worked examples in each skill

Each skill file includes the procedure and examples inside the skill definition.

How to get it

  1. 1Run
    curl -sL https://raw.githubusercontent.com/jordanrubin/FUTURE_TOKENS/main/install.sh | bash
  2. 2Register as a marketplace and install
    /plugin marketplace add jordanrubin/FUTURE_TOKENS
    /plugin install future-tokens-skills@future-tokens

README

Future Tokens

Every AI output has structural blind spots. Coherence optimization suppresses gaps. Token-level generation locks in frames before alternatives are considered. Future Tokens operations are named, composable instruments that target specific blind spot types—surfacing information that the generation process systematically omits.

This repository is formatted as a Claude Skills skillset, and the same skill definitions are compatible with Codex workflows.

See the FUTURE TOKENS Substack for the broader mission and philosophy.

Installation

One-Line Install (Recommended for Agents)

curl -sL https://raw.githubusercontent.com/jordanrubin/FUTURE_TOKENS/main/install.sh | bash

This installs all skills to ~/.claude/skills/ and creates /skillname commands.

Claude Code Marketplace

Register as a marketplace and install:

/plugin marketplace add jordanrubin/FUTURE_TOKENS
/plugin install future-tokens-skills@future-tokens

Claude.ai

  1. Download the Skillset: Download this repository as a ZIP file (or clone it if you prefer).

  2. Access Claude Settings:

    • Navigate to Settings > Capabilities within Claude
    • Ensure that "Code execution and file creation" is enabled
    • Upgrade to Pro or higher (Skills are paid features; note I have no relationship with Anthropic)
  3. Upload the Skillset:

    • In the "Skills" section, click on "Upload skill"
    • Select the downloaded ZIP file (or the repository folder) to upload
  4. Activate the Skillset: Once uploaded, the skillset will appear in your list of skills. Toggle it on to activate.

For more detailed information on using and managing skills in Claude, refer to the Using Skills in Claude guide.

Quick Start

SKILL.md — Master index of all available reasoning moves

Each skill lives in its own directory with:

  • A main procedural definition (e.g., ANTITHESIZE.md)
  • Worked examples embedded throughout

Repository Structure

Future Tokens/
  install.sh            ← One-line installer for agents
  SKILL.md              ← Master index and skill catalog
  LICENSE               ← CC BY 4.0 license
  TRADEMARK.md          ← Trademark usage guidelines
  .claude-plugin/       ← Marketplace configuration
    marketplace.json
  antithesize/          ← Each skill in its own folder
    ANTITHESIZE.md      ← Full procedural definition
  dimensionalize/
    DIMENSIONALIZE.md
  excavate/
    EXCAVATE.md
  ...

Skills target different blind spot types: opposition gaps (antithesize), hidden assumptions (excavate), missing dimensions (dimensionalize), conspicuous absences (negspace), rhetorical fulcrums (rhetoricize), cross-example patterns (inductify), structural echoes (rhyme, metaphorize), actionable handles (handlize), and position integration (synthesize).

Contributing

New reasoning patterns should be added as directories following the established structure. See SKILL.md for the complete catalog and philosophy.

Disclaimer

The reasoning patterns, prompts, and outputs generated using this library are provided for informational and educational purposes only. No content from this library should be construed as advice from Jordan Rubin, including but not limited to investment advice, legal advice, medical advice, or professional advice of any kind. Users are responsible for their own decisions and should consult appropriate professionals for specific advice.

Files in the repo

Repository payload16 top-level entries
  • .claude-plugin
  • antithesize
  • dimensionalize
  • excavate
  • handlize
  • inductify
  • metaphorize
  • negspace
  • rhetoricize
  • rhyme
  • synthesize
  • install.sh
  • LICENSE
  • README.md
  • SKILL.md
  • TRADEMARK.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k
ayghri/
i-have-adhd

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

38k
mvanhorn/
last30days-skill

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

62k
Nanako0129/
sepia

De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).

2.5k
Imbad0202/
academic-research-skills

Academic Research Skills for Claude Code: research → write → review → revise → finalize

48k