Browse Skills
44835 skills found
rn-styling.md
0
1
export
rn-styling
2
from
"CJHarmath/claude-agents-skills"
from
"CJHarmath/claude-agents-skills"
3
Styling patterns for React Native with NativeWind and BrandColors. Use when working with styles, themes, colors, responsive layouts, or platform-specific UI in Expo/React Native.
2026-01-05
code-review-assistant.md
0
1
export
code-review-assistant
2
from
"biggs3d/Tools"
from
"biggs3d/Tools"
3
Perform systematic code review following Phoenix/FAAD HMI standards and best practices. Use when reviewing pull requests, checking code quality, or validating implementations before commit. Checks MobX patterns, UI components, architecture, testing, and common pitfalls.
2026-01-05
array-function-migration.md
0
1
export
array-function-migration
2
from
"site-bender/sitebender"
from
"site-bender/sitebender"
3
Comprehensive pattern for converting vanilla array functions to the three-path overload pattern (plain/Result/Validation). Use when migrating functions from obsolete-for-reference-only to src/array/ with support for fail-fast, error accumulation, and plain responses.
2026-01-05
kit.md
0
1
export
kit
2
from
"rajshah4/my-agent-skills"
from
"rajshah4/my-agent-skills"
3
Fetch Kit (ConvertKit) newsletter broadcasts for writing context. Use when asked to download newsletters, get past email content for style reference, or fetch broadcasts for analysis.
2026-01-05
ai-sdk-v6.md
0
1
export
ai-sdk-v6
2
from
"umate/foundry"
from
"umate/foundry"
3
AI SDK v6 development patterns and guidance. Triggers on AI SDK, generateText, streamText, ToolLoopAgent, tool, agent, LLM, structured output, generateObject, useChat, @ai-sdk/react, createAgentUIStreamResponse, Output.object, stepCountIs, UIMessage, ModelMessage keywords.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"leynos/agent-helper-scripts"
from
"leynos/agent-helper-scripts"
3
Conduct thorough, actionable code reviews that catch real problems without drowning in noise
2026-01-05
datadog-cli.md
0
1
export
datadog-cli
2
from
"leonardocouy/cc-datadog"
from
"leonardocouy/cc-datadog"
3
Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.
2026-01-05
ms-rust.md
0
1
export
ms-rust
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
ALWAYS invoke this skill BEFORE writing or modifying ANY Rust code (.rs files) even for simple Hello World programs. Enforces Microsoft-style Rust development discipline and requires consulting the appropriate guideline files before any coding activity. This skill is MANDATORY for all Rust development.
2026-01-05
dataform-engineering-fundamentals.md
0
1
export
dataform-engineering-fundamentals
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when developing BigQuery Dataform transformations, SQLX files, source declarations, or troubleshooting pipelines - enforces TDD workflow (tests first), ALWAYS use ${ref()} never hardcoded table paths, comprehensive columns:{} documentation, safety practices (--schema-suffix dev, --dry-run), proper ref() syntax, .sqlx for new declarations, no schema config in operations/tests, and architecture patterns that prevent technical debt under time pressure
2026-01-05
docker-web.md
0
1
export
docker-web
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Containerizes web applications with Docker for consistent deployments across environments. Use when creating Dockerfiles, building container images, or setting up Docker Compose for development.
2026-01-05
claude-md-auto-updater.md
0
1
export
claude-md-auto-updater
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill automatically detects when CLAUDE.md files need updates based on codebase analysis. It identifies new patterns, code violations, stale documentation, and anti-patterns, then proposes specific markdown diffs showing exactly what CLAUDE.md sections should be added, modified, or removed. When codebase architecture changes, new patterns emerge, or documented practices diverge from actual code, this skill analyzes the robo-trader project structure and generates actionable recommendations with confidence scores. Should be invoked after major feature completions, during code reviews, or as periodic maintenance scans.
2026-01-05
implement-algebra-tiles.md
0
1
export
implement-algebra-tiles
2
from
"asmith7013/coachingPlatform"
from
"asmith7013/coachingPlatform"
3
Create interactive algebra tiles manipulatives using p5.js where students drag tiles and see cancellations when opposites overlap.
2026-01-05
machine-learning.md
0
1
export
machine-learning
2
from
"pluginagentmarketplace/custom-plugin-software-design"
from
"pluginagentmarketplace/custom-plugin-software-design"
3
Machine learning, deep learning, neural networks, and AI systems. Master algorithms, model training, and production ML systems.
2026-01-05
testing-components.md
0
1
export
testing-components
2
from
"pixu1980/karaoke-tracker"
from
"pixu1980/karaoke-tracker"
3
Strategies and patterns for testing components through unit tests and end-to-end tests. Use when implementing tests or test infrastructure.
2026-01-05
test-driven-development.md
0
1
export
test-driven-development
2
from
"zebbern/backround_remover"
from
"zebbern/backround_remover"
3
Use when implementing any feature or bugfix, before writing implementation code
2026-01-05
roblox-ts.md
0
1
export
roblox-ts
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write Roblox games in TypeScript. Use for roblox-ts setup, configuration, type-safe Roblox API usage, project structure, package management, compiling TypeScript to Luau, debugging, and working with roblox-ts packages and best practices.
2026-01-05
seo.md
0
1
export
seo
2
from
"ZainRizvi/ClaudeSettings"
from
"ZainRizvi/ClaudeSettings"
3
Use when creating, auditing, or optimizing web content for search engines - routes to specialized sub-skills for content writing, keyword strategy, meta optimization, structure, authority building, snippet optimization, content planning, freshness updates, and cannibalization detection
2026-01-05
storybook.md
0
1
export
storybook
2
from
"Higashi-Kota/video-parapara"
from
"Higashi-Kota/video-parapara"
3
Storybook CSF3 story authoring methodology for UI component catalogs.Prioritizes visual showcase patterns over exhaustive argTypes enumeration.Reference for creating scannable, maintainable component documentation.
2026-01-05
testing-unit-integration.md
0
1
export
testing-unit-integration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert guidance for writing clean, simple, and effective unit, integration, component, microservice, and API tests. Use this skill when reviewing existing tests for violations, writing new tests, or refactoring tests. NOT for end-to-end tests that span multiple processes - use testing-e2e skill instead. Covers AAA pattern, data factories, mocking strategies, DOM testing, database testing, and assertion best practices.
2026-01-05
error-learner.md
0
1
export
error-learner
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
**AUTO-TRIGGER:** Invoked by yolo1 skill after every commit to analyze session errors.Analyzes the current session for error patterns, researches solutions, and either:1. Updates knowledge files immediately (if pattern repeats 2+ times in session)2. Stores findings for cross-session tracking (if one-off error)On subsequent invocations, checks for cross-session patterns and promotes findings to knowledge.
2026-01-05
philosophy-of-mind.md
0
1
export
philosophy-of-mind
2
from
"chrislemke/stoffy"
from
"chrislemke/stoffy"
3
Explore consciousness, mental states, and mind-body relations. Use for: hard problem of consciousness, qualia, intentionality, mental causation, personal identity, free will phenomenology, predictive processing, Free Energy Principle. Triggers: 'consciousness', 'qualia', 'mind', 'subjective experience', 'what it is like', 'hard problem', 'explanatory gap', 'zombie', 'Mary's room', 'Nagel', 'Chalmers', 'Dennett', 'Friston', 'Seth', 'Metzinger', 'phenomenal', 'access consciousness', 'self-model', 'interoception', 'predictive processing', 'active inference', 'Markov blanket'.
2026-01-05
real-estate-listing-analyzer.md
0
1
export
real-estate-listing-analyzer
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Analyzes property listings to extract key data, generate comparisons, identify insights, and create professional real estate documentation for agents and investors.
2026-01-05
research-methods.md
0
1
export
research-methods
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Standards and methods for conducting research, gathering information, and presenting findings with proper source attribution. Use when researching topics, analyzing documentation, or synthesizing information from multiple sources.
2026-01-05
openapi-toolkit-googleai-dart.md
0
1
export
openapi-toolkit-googleai-dart
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automates updating googleai_dart when Google AI OpenAPI spec changes. Fetches latest spec, compares against current, generates changelogs and prioritized implementation plans. Use for: (1) Checking for API updates, (2) Generating implementation plans for spec changes, (3) Creating new models/endpoints from spec, (4) Syncing local spec with upstream. Triggers: "update api", "sync openapi", "new endpoints", "api changes", "check for updates", "update spec", "api version", "fetch spec", "compare spec", "what changed in the api", "implementation plan".
2026-01-05