trickycdm/tricky-cc-plugins
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…
trickycdm/tricky-cc-plugins
Agent
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.
trickycdm/tricky-cc-plugins
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.
trickycdm/tricky-cc-plugins
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 …
trickycdm/tricky-cc-plugins
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.
trickycdm/tricky-cc-plugins
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.
trickycdm/tricky-cc-plugins
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…
trickycdm/tricky-cc-plugins
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.