Skip to content

Releases: affaan-m/everything-claude-code

v1.0.0 - Official Plugin Release

22 Jan 12:17

Choose a tag to compare

🚀 Now Available as a Claude Code Plugin

Install with a single command:

/plugin marketplace add affaan-m/everything-claude-code
/plugin install everything-claude-code@everything-claude-code

Or add to your ~/.claude/settings.json:

{
  "extraKnownMarketplaces": {
    "everything-claude-code": {
      "source": { "source": "github", "repo": "affaan-m/everything-claude-code" }
    }
  },
  "enabledPlugins": {
    "everything-claude-code@everything-claude-code": true
  }
}

What's Included

Component Count
Agents 9 specialized subagents
Skills 11 workflow definitions
Commands 11 slash commands
Hooks 10 automations
Rules 6 guideline sets

New in This Release

  • Plugin packaging - Install the entire collection in seconds
  • Memory persistence hooks - Context survives across sessions
  • Strategic compaction - Manual /compact at logical boundaries
  • Continuous learning - Auto-extract patterns from sessions
  • Verification loops - Checkpoint and eval workflows

📖 Read the guides:

Star ⭐ if this helps your workflow.