By riboseinc
Slash commands for installing, removing, listing, and submitting memory files from the riboseinc/claude-memory-files catalogue. Wraps tools/install.sh + tools/uninstall.sh from the catalogue repo (fetched from main on each call so the installer logic is always current).
Install a memory file from the riboseinc/claude-memory-files catalogue into ~/.claude/
List the catalogue of memory files available from riboseinc/claude-memory-files, with optional filters.
Uninstall a memory file installed from the riboseinc/claude-memory-files catalogue
Propose a new memory file by scaffolding frontmatter, running the local validator, and opening a PR
Update an installed memory file by re-fetching upstream and applying the decision matrix (hash drift, version bump, local-edit detection)
Curated, modular memory and instruction files for Claude Code, maintained by Ribose for developers across our orgs (riboseinc/*, metanorma/*, lutaml/*, plurimath/*, relaton/*).
📖 Documentation site: riboseinc.github.io/claude-memory-files — getting started, concepts (scope rubric, mechanism/data, hooks-deferred rationale), task guides (cherry-pick via curl, slash commands, submitting your own file, customising personal-share, updating installed files), reference (frontmatter schema, file types, validator rules, manifest format, slash commands), and roadmap.
A flat, cherry-pickable collection of small files that you can drop into your local ~/.claude/ setup individually — not a monolithic configuration to adopt wholesale. Each file declares mandatory YAML frontmatter (name, description, type, scope, …) and lives under one of five category directories that mirror Claude Code's content surface:
instructions/ — files that land at ~/.claude/instructions/<name>.md and get @-included from your ~/.claude/CLAUDE.md. Load every session.memory/ — files that land at ~/.claude/memory/<name>.md. Reference, not auto-loaded.settings-fragments/ — JSON snippets that deep-merge into ~/.claude/settings.json (especially permission allowlists).project-claude-md/ — per-project-type CLAUDE.md starter templates installed into a chosen project directory.rules/ — Anthropic's native .claude/rules/ files with paths: frontmatter; load only when matching files are in scope.A sixth category, hooks/, is reserved for v2 — see SAFETY.md for the policy.
Two install paths are planned: a curl | bash one-liner per file (zero install ceremony), and a small companion plugin shipping slash commands (/install-memory-file, /list-memory-files, etc.). Both write to a user-side manifest at ~/.claude/.memory-files-manifest.json. See CONTRIBUTING.md for the contribution flow and SCHEMA.md for the frontmatter contract.
Slash commands, subagents, skills, MCP server configurations, output styles, and keybindings are out of scope here. Those categories are abundantly catalogued already by mature aggregators (see "Further reading" below). Hosting them here would duplicate without adding value. We focus on the white-space categories the existing ecosystem doesn't cover: memory, instructions, settings fragments, project CLAUDE.md templates, and path-scoped rules.
Curated outbound links to aggregator listings that stay maintained — not individual exemplar files that bit-rot the day after they're written:
hesreallyhim/awesome-claude-code — the canonical community-maintained awesome- aggregatorCLAUDE.md semantics, @-imports, .claude/rules/, and the MEMORY.md capanthropics/claude-plugins-official — Anthropic's curated marketplace (the "blessed" reference for plugin shape)davila7/claude-code-templates and the live aggregator at aitmpl.com — third-party template/component catalogue with active maintenanceVoltAgent/awesome-claude-code-subagents — well-organised subagent catalogue (per-file YAML frontmatter, named categories)PatrickJS/awesome-cursorrules — cross-ecosystem analogue; cited deliberately because the cursor-rules failure mode is what our schema and validator exist to preventThe foundational design is captured in issue #1 (seven comments covering distribution model, scope, schema, hooks-deferred, install paths, seed set, roadmap). The update-regulation policy is in issue #2. Implementation lands as a series of small PRs; see issue #1's roadmap comment for the sequence.
MIT.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub riboseinc/claude-memory-files --plugin memory-files-toolsReal-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation