Plugin Claude Code
Custom Claude Code plugins for project bootstrapping and development.
Plugin Claude Code
Custom Claude Code plugins for project bootstrapping and development.
Instructions file
Claude Code instructions for trickycdm/tricky-cc-plugins, covering tricky cc plugins — project context, layout, authoring rules (load-bearing), versioning and what this repo is not.
Plugin Claude Code
Core utils for working with Claude Code - agents, commands, skills, and workflow automation.
Agent
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…
Agent
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.
Agent
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.
Agent
Use this agent to produce or refine concise architectural documentation (300-500 lines) for a project or module. Detects the host's doc convention (CLAUDE.md / AGENTS.md / OVERVIEW.md / ARCHITECTURE.md / docs/) and updates existing files in place when present. Does not write into a steering/ folder if one exists …
Agent
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.
Agent
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
Agent
Use this agent when you need to analyze code quality and identify technical debt across systems, services, or specific files. This agent systematically reviews code for maintainability issues, outdated patterns, performance bottlenecks, security concerns, and architectural problems, then documents findings in a…
Agent
Use this agent to generate high-quality TypeScript unit tests for a target file or directory. Detects the host project's test runner (Jest, Vitest, node:test) and follows the project's documented testing standards.
Command
Audit TSX files for WCAG 2.1 AA accessibility compliance.
Command
Git commit all changes and update docs.
Command
Create a changelog by comparing git refs.
Command
Optimize documentation for conciseness and clarity.
Command
Show status of all active plans.
Command
Product thinking before building.
Command
Exploratory testing with Playwright, then write E2E tests.
Command
review the changes just made.
Command
Create a copy pasteable summary of the current session designed to allow you to /clear and bootstrap a new session with all the relevant context.
Command
Close out plan execution and capture lessons.
Command
Squash-merge a worktree branch's PR and clean up.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing rename-plan.sh. From trickycdm/tricky-cc-plugins.
Skill Claude CodeCodex
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…