Fireworks Skill Memory
Description
Persistent, per-skill experience memory for Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
fireworks-skill-memory
**Persistent experience memory for Claude Code skills.**
Claude remembers what it learned — session after session, skill by skill.
[](https://github.com/yizhiyanhua-ai/fireworks-skill-memory/releases) [](LICENSE) [](https://claude.ai/code) [](https://python.org) [](https://github.com/yizhiyanhua-ai/fireworks-skill-memory/pulls)
[中文文档](README.zh-CN.md) · [Report Bug](https://github.com/yizhiyanhua-ai/fireworks-skill-memory/issues) · [Request Feature](https://github.com/yizhiyanhua-ai/fireworks-skill-memory/issues)
The Problem
Every Claude Code session starts from zero. The same mistakes repeat — wrong API parameters, broken sequences, proxy pitfalls — because Claude has no memory between sessions.
Session 1: "Don't forget — use index=0 for Feishu blocks" ✓ works
Session 2: same mistake again ✗ forgot
Session 3: same mistake again ✗ forgot
The Solution
`fireworks-skill-memory` gives Claude a persistent, skill-scoped memory that grows smarter with every session — automatically, in the background, with zero impact on your workflow.
Session 1: mistake happens → lesson saved automatically
Session 2: lesson injected before Claude responds ✓ no repeat
Session 3: lesson still there, more lessons added ✓ keeps improving
Install
**In Claude Code, just say:**
*"Help me install fire
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11