terma
Opinionated software design, planning, debugging, and creative coding wisdom
All Skills in This Repository (6)
Pure Emerald Level Indicatorsskill-improver
Guide structured reflection on skill execution to identify and codify concrete improvements.
shadertoy
Write and edit Shadertoy GLSL fragment shaders with syntax references and patterns.
bevy
Guide Bevy ECS projects through patterns, plugin architecture, and UI integration.
strudel
Generate Strudel live-coding patterns and encode them into shareable base64 URLs.
domain-driven-design
Guide domain modeling with type-driven design and generate Mermaid, Graphviz, or ASCII diagrams.
godot
Organize Godot projects with GDScript, scene, and resource file patterns.
Frequently Asked Questions
FAQPage SchemaHow to install Terma?▼
Run `npx skills add bfollington/terma --all -g -y` in your terminal to install every skill globally for all your agents.
What does Terma actually do?▼
It is a library of dense, opinionated skill cards that change how your agent approaches planning, debugging, code review, and domain modeling. It also includes domain skills for Godot, Bevy, Strudel music, GLSL shaders, and SQLite note taking.
Which AI agents work with Terma?▼
Any agent that reads SKILL.md files works, including Claude Code, Codex, Cursor, Gemini CLI, Zed, and Copilot. Claude Code users can alternatively install it as a plugin marketplace.
How do I install only some Terma skills?▼
Pass specific skill names with the skill flag, for example `npx skills add bfollington/terma --skill convergent-planning --skill surface-forks`. Use `-l` to list everything available before choosing.
Can I customize or add my own skills?▼
Yes. Every skill is a self-contained SKILL.md file you can edit or delete freely, and the authoring-skills guide explains the house style for writing new ones.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core