Claude Code Mastery: Open-source config system adds persistent memory and curated skills to Claude Code CLI

What Claude Code Mastery does
Claude Code Mastery is an open-source configuration system designed to address persistent issues with Claude Code CLI. It solves four main problems: sessions starting from zero with no memory of previous conversations, auto-compact destroying critical context, lack of best practice enforcement, and manual setup requirements for every project.
Core features
- Perpetual Memory: A 6-file Memory Bank per project (via MCP) that persists across sessions and survives compaction. Claude reads all files at startup and writes updates after every task, preserving project context, architectural decisions, tech stack details, and progress.
- Smart Hooks (6 lifecycle events): SessionStart restores context automatically, PreCompact saves everything before compaction, PreToolUse blocks dangerous commands (rm -rf, force push), and UserPromptSubmit reminds about skills and Memory Bank on every message.
- 26+ Curated Skills from 5 marketplaces: Superpowers (TDD, debugging, planning, code review, parallel agents), Trail of Bits (security analysis, differential review, supply chain audit), Context Engineering Kit (spec-driven dev, kaizen, reflexion), Shield (automated pentesting, SAST, secrets scanning), plus 3 custom skills (architect-review, context-guardian, production-audit).
- Zero-Config Launcher: Type
claudein any project directory. Memory Bank, .gitignore, session logs, and diagnostics are set up automatically on first run. - Cross-Platform: Supports macOS (zsh), Linux (bash), and Windows (PowerShell) with one installer.
- Customizable: Interactive installer, language selection (en/pt-BR/es), project presets (Node.js, Python, PHP, monorepo), and selective plugin installation.
Testing and installation
The system includes 103 static tests plus 138 Docker integration tests (Ubuntu/Bash, Ubuntu/Zsh, Alpine). It achieved a Shield security score of 100/100 and uses GitHub Actions CI on every push.
Install with:
curl -fsSL https://raw.githubusercontent.com/alissonlinneker/claude-code-mastery/main/install.sh | bashThe repository is at github.com/alissonlinneker/claude-code-mastery and is MIT licensed.
📖 Read the full source: r/ClaudeAI
👀 See Also

United States Code Available as Git Repository with Full Change History
The United States Code is available as a Git repository with the entire federal law stored as Markdown files. Each commit represents a point-in-time snapshot from 2013 to present, allowing developers to use git diff, git log, and git blame to track legal changes.

x402 API Gateway for OpenClaw Bots: One Endpoint Replaces 18 API Keys
An x402 API gateway eliminates the need for multiple API keys in OpenClaw bots by providing access to 18 services including smart LLM routing, web search, maps, travel, food, AI, and finance data through a single endpoint authenticated via USDC wallet credits.

Brain-MCP Developer Documents Tools for Claude AI Instead of Humans
A developer maintaining the Brain-MCP server added a 'For AI Assistants' section to documentation with behavioral instructions, resulting in Claude using tools more intelligently and proactively injecting context when topics change.

Orchino: Local Multi-Agent Orchestration System for Windows with Parallel Browser and UI Automation
Orchino is a local multi-agent orchestration system for Windows that runs parallel browser and Windows tasks without hijacking the UI. A demo shows 4 agents completing 'Search Sony earbuds on Flipkart and Amazon, email the results, save to Notepad' in 29.5 seconds using true parallel execution.