acceptance-orchestrato…
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Scoped CLAUDE.md memory system that reduces context token spend. Creates directory-level context files, tracks savings via dashboard, and routes agents to the right sub-context.
$ npx -y skills add sinhoneyy/master-skills --skill hierarchical-agent-memory --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hierarchical-agent-memoryContext preview
The summary Claude sees to decide when to auto-load this skill.
Scoped CLAUDE.md memory system that reduces context token spend. Creates directory-level context files, tracks savings via dashboard, and routes agents to the right sub-context.
name: hierarchical-agent-memory description: "Scoped CLAUDE.md memory system that reduces context token spend. Creates directory-level context files, tracks savings via dashboard, and routes agents to the right sub-context." risk: safe source: "https://github.com/kromahlusenii-ops/ham" date_added: "2026-02-27"
Scoped memory system that gives AI coding agents a cheat sheet for each directory instead of re-reading your entire project every prompt. Root CLAUDE.md holds global context (~200 tokens), subdirectory CLAUDE.md files hold scoped context (~250 tokens each), and a `.memory/` layer stores decisions, patterns, and an inbox for unconfirmed inferences.
Auto-detects your project platform and maturity, then generates the memory structure:
project/
├── CLAUDE.md # Root context (~200 tokens)
├── .memory/
│ ├── decisions.md # Architecture Decision Records
│ ├── patterns.md # Reusable patterns
│ ├── inbox.md # Inferred items awaiting confirmation
│ └── audit-log.md # Audit history
└── src/
├── api/CLAUDE.md # Scoped context for api/
├── components/CLAUDE.md
└── lib/CLAUDE.mdThe root CLAUDE.md includes a routing section that tells the agent exactly which sub-context to load:
## Context Routing → api: src/api/CLAUDE.md → components: src/components/CLAUDE.md → lib: src/lib/CLAUDE.md
The agent reads root, then immediately loads the relevant subdirectory context — no guessing.
Launches a web dashboard at localhost:7777 that visualizes:
| Trigger | What it does | |---|---| | `go ham` | Set up HAM — auto-detect platform, generate CLAUDE.md files | | `ham savings` | Show token and cost savings report | | `ham dashboard` | Launch the interactive web dashboard | | `ham audit` | Health check on memory files | | `ham insights` | Generate actionable insights from session data | | `ham route` | Add/update Context Routing section in root CLAUDE.md | | `ham carbon` | Show energy and carbon efficiency data |
User: go ham Agent: HAM setup complete. Created 8 files. - CLAUDE.md (root) - .memory/decisions.md - .memory/patterns.md - .memory/inbox.md - src/api/CLAUDE.md - src/components/CLAUDE.md - src/lib/CLAUDE.md - src/utils/CLAUDE.md Baseline captured in .memory/baseline.json Run "HAM savings" to see your token and cost savings.
User: ham savings
Agent:
Before HAM: ~7,500 tokens/prompt
After HAM: ~450 tokens/prompt
Savings: 7,050 tokens (94%)
Monthly projection (1,500 prompts):
Sonnet: ~$31.73 saved
Opus: ~$158.63 savedUnified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains
Repo: sinhoneyy/master-skills
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix…
Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first…
Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author…
This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or…
Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.