Tendr Skill: Deterministic CLI Operations for Agent Memory Management

Tendr Skill is an Agent Skill that follows the AgentSkills specification, designed to provide structured long-term memory for AI coding agents without the inefficiencies of traditional approaches.
Key Details
The tool addresses a common problem in agent memory setups where agents perform their own file operations (reading, parsing, rewriting markdown files). This approach burns tokens and allows errors to compound over multiple sessions.
Tendr Skill separates reasoning from execution: the agent decides what needs to change, while a CLI tool handles the structural operations deterministically. This enables operations like renaming a concept across fifty files with just one command, using zero tokens and eliminating drift.
The skill supports [[wikilinks]], allowing agents to understand how concepts relate to other concepts. It also supports an explicit semantic hierarchy across files, giving agents not just knowledge that a concept exists, but also a sense of intended abstractions and generalizability.
The skill works with Claude Code, Claude.ai, or any agent that reads markdown. It's available on GitHub and has a full write-up explaining its implementation and use cases.
📖 Read the full source: r/ClaudeAI
👀 See Also

MemAware benchmark shows RAG-based agent memory fails on implicit context retrieval
The MemAware benchmark tests whether AI agents can surface relevant past context when users don't explicitly ask for it, revealing that current memory systems score only 2.8% accuracy on hard implicit queries versus 0.8% with no memory.

Apfel: Free CLI Tool to Access Apple's On-Device LLM on macOS
Apfel v0.6.13 is a Swift 6.3 binary that exposes Apple's built-in LLM as a CLI tool, OpenAI-compatible server, and interactive chat. It runs 100% on-device with no API keys or costs, using the 4,096-token model shipped with macOS 26+ on Apple Silicon Macs.

LobsterBoard adds theme system and template gallery
LobsterBoard now includes a theme system with five visual options and a template gallery that allows users to export and import dashboard layouts with automatic sensitive data stripping.

Heartbeat-gateway: Event-driven replacement for cron polling in OpenClaw
Heartbeat-gateway is an open-source Python tool that replaces cron-based polling with webhook-driven events for OpenClaw, reducing API costs from ~$86/month to ~$4.50/month and improving latency from up to 30 minutes to under 2 seconds.