Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

doodledood/claude-code-plugins

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
31 indexed skills9 stars

ask
Indexed

Single-model consultation using consultant agent. Defaults to gpt-5.2-pro.

View indexed skill

ask-council
Indexed

Multi-model ensemble consultation. Runs 3 models in parallel for diverse perspectives.

View indexed skill

audit-ux
Indexed

Audit UI/UX changes in a focus area against design guidelines for accessibility, consistency, and usability issues.

View indexed skill

auto-optimize-prompt
Indexed

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 skill

clean-slop
Indexed

Find and remove AI-generated slop (useless comments, verbose patterns, unnecessary abstractions).

View indexed skill

craft-author-voice
Indexed

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 skill

define-brand-guidelines
Indexed

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 skill

define-design-guidelines
Indexed

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 skill

do
Indexed

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 skill

done
Indexed

Internal completion marker. Called by /verify when all criteria pass. Outputs summary and allows stop.

View indexed skill

escalate
Indexed

Internal escalation handler. Called by /do when genuinely stuck after verification. Requires structured evidence of attempts.

View indexed skill

implement
Indexed

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 skill

investigate-bug
Indexed

Deep bug investigation using consultant agent. Identifies root causes and fix suggestions.

View indexed skill

rebase-on-main
Indexed

Update main/master from origin, rebase current branch on it, resolve conflicts, and push.

View indexed skill

review
Indexed

Production-level PR review using consultant agent. 10-category framework focused on correctness.

View indexed skill

review
Indexed

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 skill

review-bugs
Indexed

Audit code for logical bugs, race conditions, edge cases, and error handling issues.

View indexed skill

review-claude-md-adherence
Indexed

Verify code changes comply with CLAUDE.md instructions and project standards.

View indexed skill

review-coverage
Indexed

Verify test coverage for code changes. Analyzes diff against main and reports coverage gaps.

View indexed skill

review-docs
Indexed

Audit documentation accuracy against code changes. Reports discrepancies without modifying files.

View indexed skill

review-maintainability
Indexed

Audit code for DRY violations, dead code, complexity, and consistency issues.

View indexed skill

review-prompt
Indexed

Review and analyze LLM prompts using the 10-Layer Architecture. Provides detailed assessment without modifying files.

View indexed skill

review-simplicity
Indexed

Audit code for over-engineering, premature optimization, and cognitive complexity.

View indexed skill

review-testability
Indexed

Audit code for testability design patterns. Identifies business logic entangled with IO and suggests functional core / imperative shell separation.

View indexed skill

review-type-safety
Indexed

Audit TypeScript code for type safety issues—any/unknown abuse, invalid states, missing narrowing.

View indexed skill

rewrite-history
Indexed

Rewrite branch into clean, narrative-quality commits. Creates backup, reimplements on fresh branch, verifies byte-identical, then replaces original branch history.

View indexed skill

scrollytelling
Indexed

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 skill

update-claude-md
Indexed

Create or update CLAUDE.md with best practices - brevity, universal applicability, progressive disclosure

View indexed skill

verify
Indexed

Internal verification runner. Executes all verification methods from definition against codebase. Called by /do, not directly by users.

View indexed skill

web-research
Indexed

Research external topics via web search with structured hypothesis tracking and source evaluation.

View indexed skill

write-as-me
Indexed

Generate text in your voice using your AUTHOR_VOICE.md document. Provide a topic or prompt as argument.

View indexed skill