bluearpit

Agentrecall — AI skill for Claude Code

AI community

Keep AI coding-agent skills, instructions, permissions, and history in sync from ~/.agents.

How to install Agentrecall

This entry records only its repository, not the path inside it, so there is no exact command to give. Open bluearpit/agentrecall and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agentrecall does

Keep AI coding-agent skills, instructions, permissions, and history in sync from ~/.agents.

Alternatives in AI

  • Token Monitor — Local-first desktop widget for tracking token usage, costs, and limits across 32+ AI coding tools—including Cl 1.8k ★
  • Skills Manager — A lightweight desktop app to manage, sync, and organize AI agent skills across 15+ coding tools — Cursor, Clau 813 ★
  • Skilldock — SkillDock is an AI skill manager and skill management desktop app for Claude Code, Cursor, Codex, Windsurf, Ge 490 ★

README

agentrecall

[![PyPI](https://img.shields.io/pypi/v/agentrecall-cli.svg)](https://pypi.org/project/agentrecall-cli/) [![Python](https://img.shields.io/pypi/pyversions/agentrecall-cli.svg)](https://pypi.org/project/agentrecall-cli/) [![CI](https://github.com/bluearpit/agentrecall/actions/workflows/ci.yml/badge.svg)](https://github.com/bluearpit/agentrecall/actions/workflows/ci.yml) [![Downloads](https://static.pepy.tech/badge/agentrecall-cli)](https://pepy.tech/projects/agentrecall-cli)

Agent Recall turns `~/.agents` into a portable home directory for coding agents. Keep skills, global instructions, a **small permission policy**, and searchable project history in one place, then expose each part through the adapter its agent understands.

The name includes “recall,” but transcript search is only one part of the product. The CLI is `agentrecall` (previously `dotagents`). Cursor, Codex, and OpenCode already read `~/.agents`; Claude Code does not, so this CLI links only where a tool cannot see it. Permissions are **translated from a small YAML policy**, not copied from each tool's approval history.

What syncs

Thing Shared? How
Skills (SKILL.md) Yes Canonical ~/.agents/skills/. Directory symlink into ~/.claude/skills/.
Global instructions Yes Canonical ~/.agents/AGENTS.md. File symlink (or hardlink) to ~/.claude/CLAUDE.md and ~/.codex/AGENTS.md.
Project instructions Yes, with a shim Repo AGENTS.md is the source. agentrecall project writes CLAUDE.md containing @AGENTS.md if that file is missing.
Chats Search only Native JSONL stays put. SQLite FTS index at ~/.agents/history/index.sqlite.
Permissions Partial Canonical permissions.yaml. Shell/fetch rules for every agent, plus external_write extra roots for Claude, Codex, and OpenCode. Cursor CLI gets allowlisted commands only.
MCP ids, YOLO modes, full OS sandbox profiles No Product-specific; not copied.
Cursor Us