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

agent-recall: Local SQLite MCP for Persistent Claude Code Memory
agent-recall is an MCP server that gives Claude Code persistent memory across sessions using a local SQLite file. It provides 9 MCP tools for saving entities, relationships, and observations, with LLM-summarized briefings at session start instead of raw data dumps.

Persistent Memory for Claude: Local Stack with MCP, 39ms Retrieval, 82% Token Reduction
A developer built a persistent memory layer for Claude using local vector search (Qdrant + Qwen3) and MCP integration, achieving 82% token reduction, 39ms hot-path retrieval, and session crystallization via L4 nodes.

SmallClaw V1.0.3 Adds Webhooks, n8n Automation, and MCP Server Support
SmallClaw V1.0.3 introduces webhook endpoints for external service triggers, local automation workflows with n8n, and MCP server connections for tool integration. The update maintains the tool's focus on running with small local LLMs.

Comparison of RunLobster vs Hosted OpenClaw Solutions
A developer tested RunLobster against KiwiClaw, xCloud, and self-hosted OpenClaw for 2 weeks each. RunLobster differs fundamentally as a product rather than just hosting, with 3,000 one-click integrations and memory that builds over time.