focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Run only the blocking forgetting gate on a memory design or store — what leaves, and on what rule.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-forgetting-auditContext preview
What this command does when you run it.
Run only the blocking forgetting gate on a memory design or store — what leaves, and on what rule.
description: Run only the blocking forgetting gate on a memory design or store — what leaves, and on what rule. argument-hint: "[policy JSON, or a memory directory to audit]"
The short pass. Skip the cost and architecture work; answer one question about `$ARGUMENTS`:
> **What leaves this store, and on what rule?**
If given a policy JSON:
python skills/memory-engineering/scripts/forgetting_policy_linter.py --policy <policy.json>
If given a directory, first show what is actually accumulating, then gate:
python skills/memory-engineering/scripts/memory_density_auditor.py --dir <path> python skills/memory-engineering/scripts/forgetting_policy_linter.py --policy <policy.json>
If no policy file exists, that is the answer — nothing leaves the store. Show what `--sample-failing` blocks, then help write one from `skills/memory-engineering/assets/forgetting_policy_template.md`.
eviction order, or relevance decay). None of the memory systems in the Stanford evaluation prunes or forgets by default: if it was not built, it does not exist.
`auto_merge`, `overwrite` and `last_write_wins` all fail. Two memories that disagree may both have been true in different contexts, and silently resolving them destroys the only evidence the conflict existed.
The other six checks (dedup, consolidation, scope, audit trail, rollback, growth-slope monitoring) degrade the verdict to CONDITIONAL rather than failing it.
1. **Verdict** — PASS (0) / CONDITIONAL (2) / **FAIL (4)** 2. **Every failing check** with its ID, why it matters, and its fix 3. **The one thing to fix first** — F1 or F4 if either failed; otherwise the highest-leverage warning
store is a data migration with a judgment call attached to every record — which is exactly why it never happens.
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…