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

Claude Code Plugin /verify: Automated Browser Testing from Your Plan
/verify is an open-source Claude Code plugin that reads your plan, spins up a real browser via Playwright MCP, checks each requirement, and gives you a pass/fail report with screenshots.

Open-source structural hallucination checker for AI agent pipelines
A new open-source tool provides four suppressors to catch structural failures in AI agent pipelines, including grounding enforcement, prompt injection detection, JSON validation, and tool response verification. Available as both a REST API and MCP server with a free tier of 500 requests/month.

Storybloq: A Project Tracker Living in Your Repo's .story/ Directory Now Has a Mac App
Storybloq, a project tracker that stores tickets, issues, roadmap phases, and session handovers as JSON/markdown inside .story/ in your repo, now has a free Mac app on the App Store. It integrates with Claude Code via CLI and MCP server, and was built entirely using Claude Code.

Zikra: Self-Hosted MCP Memory Server for Claude Code, Cursor, and Codex
Zikra is a self-hosted MCP memory server that automatically saves every decision, error, and requirement when Claude Code sessions end via a Stop hook, creating a shared memory pool accessible across tools and team members.