By bfollington
Manage personal notes and knowledge in SQLite with AI-assisted breadcrumbs, headspace reviews, and full-text search. Ingest loose notes, link related ideas, and generate briefings on active threads and unresolved questions.
Generate a new breadcrumb snapshot of current thinking state using SQLite notes.
Ingest loose notes into the SQLite notes database at `.sqlite/notes.db`.
Get back in the loop. Review recent thinking across notes, breadcrumbs, reflections, and resources to surface what you've been working on and where the interesting threads are.
General guide for using the sqlite3 CLI to build composable knowledge databases. Use this skill when creating SQLite databases, designing schemas, querying data, managing relationships, or building new sqlite-based domain skills. Provides the foundational patterns that all specialized sqlite skills build upon.
Personal note-taking, thinking trails, and knowledge management using plain SQLite. Supports capture-heavy workflows with clear provenance tracking, AI-generated thinking snapshots (breadcrumbs), and synthesis into permanent knowledge. Uses the sqlite3 CLI directly with SQL schemas for notes, resources, clippings, reflections, and breadcrumbs.
This is a highly-opinionated library of philosophy and process for developing software with LLMs, specifically Claude Code.
Distributed as a Claude Code plugin marketplace.
From within Claude Code:
/plugin marketplace add <git-url-or-local-path>
/plugin install terma@terma
/plugin install terma@tsal
Or test locally during development:
claude --plugin-dir ./plugins/terma --plugin-dir ./plugins/tsal
Use /terma:orient to begin each session. Use /terma:research :question to probe the codebase and write a report to /research. Then, use /terma:plan to plan a change to the application.
Use /terma:implement to spin up one or more well-instructed subagents to implement the plan.
Use /terma:code-review after implementation. Use /terma:ideate to brainstorm.
| Command | Purpose |
|---|---|
/terma:orient | Explore and summarize the project structure |
/terma:research | Deep-dive investigation, writes report to /research |
/terma:plan | Plan next steps without implementing |
/terma:implement | Delegate implementation to subagents |
/terma:code-review | Review code for quality and consistency |
/terma:ideate | Brainstorm using the ideation card deck |
/terma:orient, /terma:plan, /terma:implement, /terma:code-review/terma:orient, /terma:research/terma:ideate.claude-plugin/marketplace.json # Marketplace manifest
plugins/terma/ # Process & philosophy plugin
.claude-plugin/plugin.json # Plugin manifest
agents/ # Subagent definitions
skills/ # Commands & meta skills
lib/ # Shared philosophy & process modules
plugins/tsal/ # Domain-specific skills plugin
.claude-plugin/plugin.json # Plugin manifest
skills/ # Domain skills (bevy, godot, strudel, etc.)
Edit anything under plugins/terma/ or plugins/tsal/. The lib/ directory in terma contains composable modules referenced by skills via @ paths. Domain-specific skills live in tsal and can be modified independently.
The subagent.md lib module encourages "ultrathinking", which may burn through usage quickly. Consider customizing it manually until we have variables.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bfollington/terma --plugin notesDomain-specific skills for game engines, creative coding, and design patterns
Opinionated library of philosophy and process for developing software with LLMs
Self-improving learning loop across Claude sessions — retrieval, capture, consolidation, and cross-project transfer
Notion Skills + Notion MCP server packaged as a Claude Code plugin.
Personal knowledge management with brain CLI - capture notes, manage todos, auto-sync, and search your second brain
Interact with the SlipBox semantic knowledge engine and read notes from PrivateBox. Capture atomic ideas, browse the knowledge graph, and run semantic analysis passes (link, cluster, tension). Service: /Users/randroid/Documents/Dev/SlipBox. Notes: https://github.com/Randroids-Dojo/PrivateBox
Persistent memory system for Claude Code with SQLite, FTS5, and vector search
Token-efficient agentic memory database. Mounts remindb as an MCP server, exposing the Memory* tool suite over a compiled SQLite view of the workspace.