Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
yizhiyanhua-ai avatar

Fireworks Skill Memory

  • 3 installs
  • 93 repo stars
  • Updated July 5, 2026
  • yizhiyanhua-ai/fireworks-skill-memory

Helps with ai & agent building tasks during AI-assisted development.

About

fireworks-skill-memory is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • fireworks-skill-memory
  • AI & Agent Building
  • AI-coding skill

Fireworks Skill Memory by the numbers

  • 3 all-time installs (skills.sh)
  • Ranked #13,677 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yizhiyanhua-ai/fireworks-skill-memory --skill fireworks-skill-memory

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars93
Last updatedJuly 5, 2026
Repositoryyizhiyanhua-ai/fireworks-skill-memory

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

fireworks-skill-memory

Persistent experience memory for Claude Code skills. Claude remembers what it learned — session after session, skill by skill.

What It Does

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.

fireworks-skill-memory solves this by automatically:

1. Injecting past experience when a skill is invoked (so Claude avoids repeating mistakes) 2. Distilling new lessons at session end (using Claude Haiku, async, zero workflow impact) 3. Growing smarter over time with HIT-counted entries and age-based eviction

Installation

Quick Install (Recommended)

In Claude Code, say:

"Help me install fireworks-skill-memory from https://github.com/yizhiyanhua-ai/fireworks-skill-memory"

Or run the one-command installer:

curl -fsSL https://raw.githubusercontent.com/yizhiyanhua-ai/fireworks-skill-memory/main/install.sh | bash

npx skills Install

npx skills add yizhiyanhua-ai/fireworks-skill-memory -g

After installing via npx skills, run the installer to set up hooks:

curl -fsSL https://raw.githubusercontent.com/yizhiyanhua-ai/fireworks-skill-memory/main/install.sh | bash

How It Works

The system installs 4 Claude Code hooks that run automatically:

HookTriggerScriptPurpose
PreToolUseBefore Skill callpre-skill-inject.pyInject full KNOWLEDGE.md before skill executes
PostToolUseAfter Read SKILL.mdinject-skill-knowledge.pyInject top-N entries by relevance + capture error seeds
PostToolUseAfter any tool callerror-seed-capture.pyCapture error signals to session-scoped file
StopSession end (async)update-skills-knowledge.pyDistill new lessons via Haiku, update KNOWLEDGE.md

Data Flow

Skill invoked → PreToolUse injects experience → Claude executes with context
                                                    ↓
Session ends → Stop hook reads transcript → Haiku distills 1-3 lessons
                                                    ↓
                              KNOWLEDGE.md updated → Ready for next session

Knowledge Storage

~/.claude/skills/<skill-name>/KNOWLEDGE.md  ← Per-skill experience (max 100 entries)
~/.claude/skills-knowledge.md               ← Global cross-skill principles (max 100 entries)
~/.claude/skill-usage-stats.json            ← Usage frequency stats
~/.claude/skill-memory.log                  ← Execution log

Each entry is tagged with [YYYY-MM] timestamp and [HIT:N] usage counter. Low-frequency, old entries are evicted first.

Configuration (Optional)

All settings are optional, configured via environment variables:

VariableDefaultDescription
SKILLS_KNOWLEDGE_MODELclaude-haiku-4-5Model for distillation
SKILL_MAX100Max entries per skill
GLOBAL_MAX100Max global entries
MIN_TOOL_CALLS5Skip sessions with fewer calls (likely summaries)
SKILLS_INJECT_TOP20Max entries injected per active invocation

Requirements

  • Python 3.9+
  • Claude Code CLI
  • Claude Haiku access (for distillation; falls back through haiku-4-5 → haiku-3-5)

More Information

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.