Skip to content

Latest commit

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Forge

Research-backed skills and configs for LLM agent tools.

Overview

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.

Skills

Install

# 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
SkillDescription
claude-md-forgeOptimized CLAUDE.md and .claude/ infrastructure
skill-forgeSkills for any LLM agent tool
readme-forgeREADMEs in a consistent, dense style
commit-forgeClean, atomic git commits with conventional format
prompt-forgeUniversal prompt engineering guide for Claude and GPT
claude-headlessBuild custom UIs on Claude Code's headless NDJSON protocol
exo-teamsMicrosoft Teams CLI automation - messages, files, assignments, no admin consent
model-forgePick the right model (opus/sonnet/haiku/codex) and git strategy (direct/feat/worktree) for any task
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.

SkillDescription
charm-ecosystemArchitect's guide - which libraries to combine, decision tree, integration cookbook
charm-crushProduction TUI patterns reverse-engineered from Crush - architecture, agent loop, design system

Libraries:

SkillDescription
charm-bubbleteaElm Architecture TUI framework - Model/Update/View, commands, subscriptions
charm-lipglossCSS-like terminal styling - colors, borders, layout, tables, lists, trees
charm-bubblesPre-built TUI components - spinner, textinput, list, table, viewport, progress
charm-huhTerminal forms and prompts - input, select, confirm, validation, theming
charm-glamourStylesheet-based markdown rendering for terminal
charm-harmonicaPhysics-based spring animations for TUI
charm-ultravioletLow-level terminal primitives powering bubbletea v2

CLI Tools:

SkillDescription
charm-gumShell scripting UI - prompts, spinners, filters, styled output
charm-glowTerminal markdown viewer
charm-vhsRecord terminal sessions to GIF/MP4/WebM via .tape files
charm-freezeScreenshot terminal output to PNG/SVG
charm-popSend emails from terminal
charm-fangCLI starter kit wrapping Cobra with styled help and auto-versioning

Why

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.

License

MIT

About

Research-backed skills, prompts, and configs for LLM agent tools. Built from arxiv papers and reverse engineering top AI products.

Topics

Resources

Stars

13 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors