By trickycdm
Core utils for working with Claude Code - agents, commands, skills, and workflow automation
Audit TSX files for WCAG 2.1 AA accessibility compliance.
Git commit all changes and update docs
Create a changelog by comparing git refs.
Optimize documentation for conciseness and clarity.
Show status of all active plans
Use this agent when you need to create or update CLAUDE.md files for projects or specific subfolders. This agent should be used when: 1) Starting a new project that needs development guidelines, 2) Adding Claude-specific instructions to an existing codebase, 3) Creating subfolder-specific CLAUDE.md files for microservices or feature modules, 4) Updating existing CLAUDE.md files to reflect new patterns or requirements, 5) Standardizing development practices across team projects.
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter
Use this agent when you need concise, context-rich technical documentation (300-500 lines) that provides architectural insights and navigation guidance. The agent focuses on documenting WHY and HOW things connect rather than duplicating code details, since LLMs have direct access to the code.
Use this agent when you need to document a feature implementation from the current session into a reusable playbook. This agent should be called after significant progress has been made on a feature and you want to capture the implementation details, context, and references for future sessions.
Audit TSX files for WCAG 2.1 AA accessibility compliance. Reports findings by severity with WCAG references and code fixes. Use when the user says 'a11y audit', 'accessibility check', 'check accessibility', 'WCAG audit', 'is this accessible', 'audit for screen readers', or asks about accessibility of changed or specific files.
Generate a changelog from git history. Compares tags, branches, or commits to produce a categorized, human-readable changelog. Handles multiple scenarios: what's unreleased on HEAD vs latest tag, tag-to-tag comparisons, staging/RC vs production, or any custom git range. Invoke with /gen-changelog or trigger naturally with phrases like 'what changed since v2.0', 'release notes', 'compare staging to prod', 'what's unreleased'.
Self-improving loop for the project's institutional knowledge. This project maintains a structured knowledge system — a root CLAUDE.md that indexes standards docs (error handling, database, security, accessibility, etc.), directory-level CLAUDE.md files for each module, and dedicated docs for cross-cutting concerns. These steering docs are what enable high-quality, consistent, secure code across every session. Invoke /learn after sessions where mistakes were made, corrections given, or non-obvious patterns validated. It scans the conversation, extracts generalizable lessons, and updates the right doc so the same mistake never happens twice. User-invoked only — never triggers automatically.
Optimize documentation for conciseness and clarity. Strengthens vague instructions with explicit criteria, removes redundancy while preserving meaning, and tightens prose. Use when the user says 'optimize this doc', 'tighten this', 'make this more concise', 'clean up this documentation', 'this doc is too long', 'remove redundancy', or asks to improve a markdown/documentation file.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A workflow harness for Claude Code: plan-driven development, multi-agent review, and a learning loop that compounds across sessions.
Claude Code out of the box is a chat with tools. This repo turns it into a structured engineering harness: a curated set of agents, slash commands, skills, hooks, and a status line that together enforce a six-phase lifecycle — Plan → Build → Review → Test → Learn → Ship. Each phase has dedicated tools, and the harness wires them together so the same workflow runs every session.
The full catalogue of components lives in core/README.md. This file is the overview.
/plugin marketplace add trickycdm/tricky-cc-plugins
/plugin install core@tricky-cc-plugins
To install manually, clone the repo and copy core/ into your Claude Code plugins directory.
Plan → Build → Review → Test → Learn → Ship
│ │ │ │ │ │
plan agents /review /pw-test /learn /commit
mode /a11y │
▼
└──────────── Feedback Loop ─────┘
| Phase | What it gives you | Example tool |
|---|---|---|
| Plan | Plans auto-organised into dated folders + worklog | hook + /plan-status |
| Build | Codebase-aware agents that explore and implement | feature-creator agent |
| Review | Three reviewers (logic, security, tech-debt) in parallel | /review |
| Test | Exploratory + generated E2E and accessibility tests | /pw-test, /a11y-audit |
| Learn | Patterns from the session land in your CLAUDE.md | /wrap-up, /learn |
| Ship | Conventional commits and changelog generation | /commit, /gen-changelog |
The compounding effect is the point: every session ends by feeding lessons back into the steering docs, so the next session starts smarter.
code-reviewer, security-reviewer, tech-debt-reviewer, test-generator, feature-creator, …/review, /commit, /wrap-up, /pw-test, /a11y-audit, /gen-changelog, …playwright-cli, a11y-audit, learn, github-project-tickets, …→ Full catalogue, usage, and extension guide: core/README.md.
Add to ~/.claude/settings.json:
{
"statusLine": {
"type": "command",
"command": "/path/to/plugin/core/scripts/statusline.sh",
"padding": 2
}
}
Renders model, cwd, branch, context-usage bar, cost, and session duration:
[claude-opus-4.7] 📁 my-project | 🌿 main
██████████░░░░ 65% | $0.42 | ⏱️ 5m 23s
Claude Code reads CLAUDE.md files in cascade. Higher levels are inherited by lower levels:
# Organization policy (managed, deployable via MDM)
/Library/Application Support/ClaudeCode/CLAUDE.md
# User defaults (your preferences, every project)
~/.claude/CLAUDE.md
~/.claude/rules/*.md
# Project configuration (team-shared, in repo)
{project}/CLAUDE.md
{project}/.claude/rules/*.md
# Directory-specific (service boundaries)
{project}/src/services/CLAUDE.md
Keep each file under ~200 lines for best adherence.
.claude-plugin/ marketplace manifest
core/ the plugin — see core/README.md
plans/ auto-organised plan folders (created by the rename-plan hook)
Built with care for the Claude Code community by Tricky CDM.
npx claudepluginhub trickycdm/tricky-cc-plugins --plugin coreHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.