agents-best-practices: A provider-neutral Agent Skill library for designing, auditing, and refactoring agentic harnesses compatible with Codex and Claude Code. It covers the full control plane of an agent runtime: typed tool design, permission checks, context management, memory, and observability. Targeted at developers building production-ready agent systems across any domain or AI provider.; remindb: remindb stores agentic memory in a single SQLite file. It parses notes into a structured tree with temperature tracking, enables efficient retrieval via FTS5 search, and supports versioning and summarization. This reduces token costs compared to re-reading raw files every session.
Generate MVP agent harness blueprints for any business domain (CRM, ops, finance, healthcare)
Prevent coding agents from re-reading the same notes every session