Tendr Skill: Deterministic CLI Operations for Agent Memory Management

✍️ OpenClawRadar📅 Published: March 27, 2026🔗 Source
Tendr Skill: Deterministic CLI Operations for Agent Memory Management
Ad

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

Ad

👀 See Also

Claude Auto-Continue: Chrome extension automates tool-use limit interruptions
Tools

Claude Auto-Continue: Chrome extension automates tool-use limit interruptions

A developer built a free Chrome extension that automatically clicks 'Continue' when Claude hits its tool-use limit after roughly 20 tool calls, eliminating manual interruptions during agentic workflows. The extension includes optional token minimization and works across all tabs and windows.

OpenClawRadar
Claude Growth Skill: Structured B2B SaaS Growth Playbooks for AI Coding Agents
Tools

Claude Growth Skill: Structured B2B SaaS Growth Playbooks for AI Coding Agents

A developer built a Claude Growth Skill containing 6 battle-tested playbooks based on 5 SaaS case studies, $90M ARR partnerships, and 1,800 user interviews. It structures B2B SaaS growth work from PMF validation to channel ecosystem and sales.

OpenClawRadar
LM Studio plugins add web image analysis for vision-capable LLMs
Tools

LM Studio plugins add web image analysis for vision-capable LLMs

A developer created plugins for LM Studio that enable vision-capable LLMs to fetch and analyze images from the web, with automatic image processing and tool chaining. The plugins work with models like Qwen 3.5 9b/27b and include updated Duck-Duck-Go and Visit Website functionality.

OpenClawRadar
SuperHQ: Run AI coding agents in isolated microVM sandboxes
Tools

SuperHQ: Run AI coding agents in isolated microVM sandboxes

SuperHQ is an open source Rust/GPUI app that runs AI coding agents (Claude Code, OpenAI Codex, Pi) in isolated microVM sandboxes. Each agent gets a full Debian VM, mounts project dirs read-only, and never sees host API keys — they're injected via an auth gateway proxy.

OpenClawRadar