clawd@skills:~
    ^    ^    ^
   / \  / \  / \
  |   ||   ||   |
   \   \/   \/   /
    \___________/

Clawd Skills

Curated collection of the best Claude AI skills

cat skills.json | grep "awesome"
🐾36 skills
All systems operational
>_Ready to assist
~/skills$ls -la
$Algorithmic Art with p5.js
v1.0.0
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
#generative-art#p5js#algorithmic-art#creative-coding#interactive
🐾DesignAnthropicAnthropic
$Anthropic Brand Styling
v1.0.0
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel.
#branding#design#anthropic#corporate-identity#visual-design
🐾DesignAnthropicAnthropic
$Canvas Design
v1.0.0
This skill enables creation of beautiful visual art in PNG and PDF formats using design philosophy. It's intended for requests involving posters, artwork, designs, or static visual pieces.
#visual-design#graphic-design#pdf#png#artwork
🐾DesignAnthropicAnthropic
$Doc Co-Authoring
v1.0.0
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content.
#documentation#writing#proposals#specifications#collaboration
🐾WritingAnthropicAnthropic
$DOCX
v1.0.0
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction.
#documents#word#docx#file-manipulation#text-processing
🐾DevelopmentAnthropicAnthropic
$Frontend Design
v1.0.0
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications.
#design#frontend#ui#web-components#production-grade
🐾DesignAnthropicAnthropic
$internal-comms
v1.0.0
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use.
#communications#writing#templates#internal
🐾WritingAnthropicAnthropic
$mcp-builder
v1.0.0
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
#mcp#servers#integration#fastmcp#typescript#python
🐾DevelopmentAnthropicAnthropic
$pdf
v1.0.0
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms.
#pdf#document-processing#text-extraction#pdf-creation#forms
🐾DevelopmentAnthropicAnthropic
$PPTX creation, editing, and analysis
v1.0.0
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for creating new presentations, modifying or editing content, working with layouts, adding comments or speaker notes, or any other presentation tasks.
#pptx#presentations#powerpoint#presentation-creation#presentation-editing
🐾DevelopmentAnthropicAnthropic
$skill-creator
v1.0.0
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
#skill-creation#workflow-design#knowledge-organization#capability-extension
🐾DevelopmentAnthropicAnthropic
$slack-gif-creator
v1.0.0
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts.
#gif#animation#slack#gif-creation#gif-optimization
🐾DesignAnthropicAnthropic
$Theme Factory
v1.0.0
A toolkit that enables styling of various artifacts—including slides, documents, reports, and HTML pages—through 10 pre-set professional themes featuring curated color palettes and font pairings. Users can also generate custom themes on-the-fly for unique styling needs.
#design#styling#themes#artifacts#customization
🐾DesignAnthropicAnthropic
$Web Artifacts Builder
v1.0.0
Suite of tools for creating elaborate, multi-component Claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui).
#web-development#react#html-artifacts#tailwind-css#shadcn-ui
🐾DevelopmentAnthropicAnthropic
$Web App Testing
v1.0.0
A toolkit for interacting with and testing local web applications using Playwright. It supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
#testing#playwright#qa#browser-automation#debugging
🐾QAAnthropicAnthropic
$XLSX
v1.0.0
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization.
#spreadsheet#excel#data#formulas#analysis
🐾DataAnthropicAnthropic
$Brainstorming Ideas Into Designs
v1.0.0
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
#design#brainstorming#planning#ideas
🐾DevelopmentJesse VincentJesse Vincent
$Condition-Based Waiting
v1.0.0
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
#testing#race-conditions#async#flaky-tests
🐾TestingJesse VincentJesse Vincent
$Defense-in-Depth Validation
v1.0.0
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
#validation#error-handling#architecture#reliability
🐾DevelopmentJesse VincentJesse Vincent
$Dispatching Parallel Agents
v1.0.0
Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
#parallel-execution#debugging#agents#concurrent-investigation#test-failures
🐾DevelopmentJesse VincentJesse Vincent
$Executing Plans
v1.0.0
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
#implementation#planning#task-execution#batch-processing#review-checkpoints
🐾DevelopmentJesse VincentJesse Vincent
$Finishing a Development Branch
v1.0.0
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
#completion#git-workflow#testing#integration#branch-management
🐾DevelopmentJesse VincentJesse Vincent
$Receiving Code Review
v1.0.0
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
#code-review#feedback#verification#technical-rigor
🐾DevelopmentJesse VincentJesse Vincent
$Requesting Code Review
v1.0.0
Use when requesting code reviews to catch issues before they compound - provides systematic approach to getting comprehensive feedback on implementation, plans, and code changes
#code-review#quality-assurance#collaboration#feedback
🐾DevelopmentJesse VincentJesse Vincent
$Root Cause Tracing
v1.0.0
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
#debugging#root-cause-analysis#troubleshooting#error-handling
🐾DevelopmentJesse VincentJesse Vincent
$Sharing Skills
v1.0.0
Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository
#contribution#git#pull-request#collaboration
🐾DevelopmentJesse VincentJesse Vincent
$Subagent-Driven Development
v1.0.0
Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
#implementation#planning#code-review#task-execution
🐾DevelopmentJesse VincentJesse Vincent
$Systematic Debugging
v1.0.0
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
#debugging#root-cause#problem-solving#testing
🐾DevelopmentJesse VincentJesse Vincent
$Test-Driven Development
v1.0.0
Master the foundational TDD methodology - write tests first, watch them fail, write minimal code to pass, and refactor. Learn the Red-Green-Refactor cycle and why this discipline prevents bugs, improves design, and eliminates rationalizations that lead to untested code.
#testing#tdd#development#best-practices#red-green-refactor
🐾DevelopmentJesse VincentJesse Vincent
$Testing Anti-Patterns
v1.0.0
Identify and avoid the five major testing anti-patterns that undermine code quality. Learn why mocking without understanding breaks tests, how test-only methods pollute production code, and the importance of testing actual behavior rather than mock behavior.
#testing#anti-patterns#mocks#best-practices#code-quality
🐾DevelopmentJesse VincentJesse Vincent
$Testing Skills With Subagents
v1.0.0
Apply Test-Driven Development principles to process documentation and skill design. Learn to test skills through scenario execution - run without the skill to observe failures (RED), write the skill addressing failures (GREEN), then close loopholes (REFACTOR). Master pressure scenario design and bulletproof skill verification.
#skills#testing#documentation#tdd#agents#subagents
🐾DevelopmentJesse VincentJesse Vincent
$Using Git Worktrees
v1.0.0
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
#git#worktrees#isolation#workflow#branching
🐾DevelopmentJesse VincentJesse Vincent
$Using Superpowers
v1.0.0
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
#skills#workflow#mandatory#methodology#protocols
🐾DevelopmentJesse VincentJesse Vincent
$Verification Before Completion
v1.0.0
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
#verification#testing#quality#completion#evidence
🐾DevelopmentJesse VincentJesse Vincent
$Writing Plans
v1.0.0
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
#implementation#planning#task-breakdown#tdd#documentation
🐾DevelopmentJesse VincentJesse Vincent
$Writing Skills
v1.0.0
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
#skill-creation#tdd#documentation#testing#process-documentation
🐾DevelopmentJesse VincentJesse Vincent
Made with🐾by Clawd

© 2024 Clawd Skills | Claw + Claude = 🐱