doodledood/claude-code-plugins
These skills were discovered automatically and have not necessarily received an editorial review.
askIndexed
Single-model consultation using consultant agent. Defaults to gpt-5.2-pro.
View indexed skillask-councilIndexed
Multi-model ensemble consultation. Runs 3 models in parallel for diverse perspectives.
View indexed skillaudit-uxIndexed
Audit UI/UX changes in a focus area against design guidelines for accessibility, consistency, and usability issues.
View indexed skillauto-optimize-promptIndexed
Iteratively auto-optimize a prompt until no issues remain. Uses prompt-reviewer in a loop, asks user for ambiguities, applies fixes via prompt-engineering skill. Runs until converged.
View indexed skillclean-slopIndexed
Find and remove AI-generated slop (useless comments, verbose patterns, unnecessary abstractions).
View indexed skillcraft-author-voiceIndexed
Captures writing style/voice into AUTHOR_VOICE.md so AI can write like the user. Use when asked to match tone, write like me, replicate voice, or capture writing style for content generation.
View indexed skilldefine-brand-guidelinesIndexed
Create a BRAND_GUIDELINES.md that defines how to communicate with your customer. Requires CUSTOMER.md to exist first. Covers voice, tone, language rules, messaging framework, and copy patterns.
View indexed skilldefine-design-guidelinesIndexed
Create a DESIGN_GUIDELINES.md that defines how to design UI/UX for your customer. Requires CUSTOMER.md to exist first. Covers aesthetic direction, design tokens, typography, color, motion, components, and layout patterns. Bakes in frontend-design skill principles to avoid generic AI aesthetics.
View indexed skilldoIndexed
Autonomous execution from definition file. Works toward acceptance criteria, auto-verifies, prevents premature stopping. Use when you have a definition file from /define and want hands-off execution.
View indexed skilldoneIndexed
Internal completion marker. Called by /verify when all criteria pass. Outputs summary and allows stop.
View indexed skillescalateIndexed
Internal escalation handler. Called by /do when genuinely stuck after verification. Requires structured evidence of attempts.
View indexed skillimplementIndexed
Autonomous implementation from spec file. Works toward acceptance criteria, auto-verifies, prevents premature stopping. Use when you have a spec file from /spec and want hands-off implementation.
View indexed skillinvestigate-bugIndexed
Deep bug investigation using consultant agent. Identifies root causes and fix suggestions.
View indexed skillrebase-on-mainIndexed
Update main/master from origin, rebase current branch on it, resolve conflicts, and push.
View indexed skillreviewIndexed
Production-level PR review using consultant agent. 10-category framework focused on correctness.
View indexed skillreviewIndexed
Run all code review agents in parallel (bugs, coverage, maintainability, simplicity, type-safety if typed, CLAUDE.md adherence, docs). Respects CLAUDE.md reviewer configuration.
View indexed skillreview-bugsIndexed
Audit code for logical bugs, race conditions, edge cases, and error handling issues.
View indexed skillreview-claude-md-adherenceIndexed
Verify code changes comply with CLAUDE.md instructions and project standards.
View indexed skillreview-coverageIndexed
Verify test coverage for code changes. Analyzes diff against main and reports coverage gaps.
View indexed skillreview-docsIndexed
Audit documentation accuracy against code changes. Reports discrepancies without modifying files.
View indexed skillreview-maintainabilityIndexed
Audit code for DRY violations, dead code, complexity, and consistency issues.
View indexed skillreview-promptIndexed
Review and analyze LLM prompts using the 10-Layer Architecture. Provides detailed assessment without modifying files.
View indexed skillreview-simplicityIndexed
Audit code for over-engineering, premature optimization, and cognitive complexity.
View indexed skillreview-testabilityIndexed
Audit code for testability design patterns. Identifies business logic entangled with IO and suggests functional core / imperative shell separation.
View indexed skillreview-type-safetyIndexed
Audit TypeScript code for type safety issues—any/unknown abuse, invalid states, missing narrowing.
View indexed skillrewrite-historyIndexed
Rewrite branch into clean, narrative-quality commits. Creates backup, reimplements on fresh branch, verifies byte-identical, then replaces original branch history.
View indexed skillscrollytellingIndexed
Implements scroll-driven storytelling experiences with pinned sections, progressive reveals, and scroll-linked animations. Use when asked to build scrollytelling, scroll-driven animations, parallax effects, narrative scroll experiences, or story-driven landing pages.
View indexed skillupdate-claude-mdIndexed
Create or update CLAUDE.md with best practices - brevity, universal applicability, progressive disclosure
View indexed skillverifyIndexed
Internal verification runner. Executes all verification methods from definition against codebase. Called by /do, not directly by users.
View indexed skillweb-researchIndexed
Research external topics via web search with structured hypothesis tracking and source evaluation.
View indexed skillwrite-as-meIndexed
Generate text in your voice using your AUTHOR_VOICE.md document. Provide a topic or prompt as argument.
View indexed skill