From terma
Guides writing clean, functional code: prefer functions over classes, flat structures, small routines, types-first, Rich Hickey style. Improves readability and structure.
npx claudepluginhub bfollington/terma --plugin termaThis skill uses the workspace's default tool permissions.
- prefer functions over classes unless managing resources
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
write code like Rich Hickey
Read and apply the guidance from @../../lib/code-style.md