Research-backed skills and configs for LLM agent tools.
Forge is a toolkit of battle-tested skills, prompts, and agent configurations built from reverse engineering top AI products and studying arxiv papers on LLM instruction following.
Portable across projects. Works with Claude Code, Codex, Cursor, and any SKILL.md-compatible agent.
# All skills (works with Claude Code, Cursor, Copilot, Codex, 40+ agents)
npx skills add https://github.com/alxxpersonal/forge
# Or manual
git clone https://github.com/alxxpersonal/forge.git
ln -s $(pwd)/forge/skills/* ~/.claude/skills/Available Skills
| Skill | Description |
|---|---|
| claude-md-forge | Optimized CLAUDE.md and .claude/ infrastructure |
| skill-forge | Skills for any LLM agent tool |
| readme-forge | READMEs in a consistent, dense style |
| commit-forge | Clean, atomic git commits with conventional format |
| prompt-forge | Universal prompt engineering guide for Claude and GPT |
| claude-headless | Build custom UIs on Claude Code's headless NDJSON protocol |
| exo-teams | Microsoft Teams CLI automation - messages, files, assignments, no admin consent |
Charmbracelet Skills
Production-grade skills for the entire charmbracelet Go TUI ecosystem. Built by reading actual v2 source code - real API, real patterns, no hallucinated functions.
| Skill | Description |
|---|---|
| charm-ecosystem | Architect's guide - which libraries to combine, decision tree, integration cookbook |
Libraries:
| Skill | Description |
|---|---|
| charm-bubbletea | Elm Architecture TUI framework - Model/Update/View, commands, subscriptions |
| charm-lipgloss | CSS-like terminal styling - colors, borders, layout, tables, lists, trees |
| charm-bubbles | Pre-built TUI components - spinner, textinput, list, table, viewport, progress |
| charm-huh | Terminal forms and prompts - input, select, confirm, validation, theming |
| charm-glamour | Stylesheet-based markdown rendering for terminal |
| charm-harmonica | Physics-based spring animations for TUI |
| charm-ultraviolet | Low-level terminal primitives powering bubbletea v2 |
CLI Tools:
| Skill | Description |
|---|---|
| charm-gum | Shell scripting UI - prompts, spinners, filters, styled output |
| charm-glow | Terminal markdown viewer |
| charm-vhs | Record terminal sessions to GIF/MP4/WebM via .tape files |
| charm-freeze | Screenshot terminal output to PNG/SVG |
| charm-pop | Send emails from terminal |
| charm-fang | CLI starter kit wrapping Cobra with styled help and auto-versioning |
Forge skills are built on actual research - primacy effects, instruction decay curves, token budget math, and structural patterns extracted from arxiv papers and top open-source repos.