Browse Skills
22656 skills found
advanced-math-tradingtime-series-regimes.md
1
1
export
advanced-math-tradingtime-series-regimes
2
from
"keith-mvs/ordinis"
from
"keith-mvs/ordinis"
3
Time series modeling, stationarity, ARIMA/GARCH, SDEs, and regime detection for trading.
2026-01-05
respond-to-pr-review.md
1
1
export
respond-to-pr-review
2
from
"kristofferremback/threa"
from
"kristofferremback/threa"
3
Fetch, analyze, and respond to PR review comments. Use when asked to check PR comments, address review feedback, respond to reviewers, or fix issues raised in code reviews.
2026-01-05
database.md
1
1
export
database
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Database skill for the ikigai project
2026-01-05
web-artifacts-builder.md
1
1
export
web-artifacts-builder
2
from
"billlzzz18/bl1nk-skill-platform"
from
"billlzzz18/bl1nk-skill-platform"
3
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
research.md
1
1
export
research
2
from
"TechNickAI/python-template"
from
"TechNickAI/python-template"
3
Web research skill for augmenting agent context with current information. Used when outdated information could lead to broken implementations or wasted effort.
2026-01-05
analysis-evidence-check.md
1
1
export
analysis-evidence-check
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Evaluate the quality and strength of evidence supporting claims, useful for fact-checking, research validation, or making well-supported decisions. Use when: (1) asked to verify a claim, fact-check something, assess evidence quality, or determine if something is true, (2) before presenting quantitative claims or research findings, (3) making causal claims that require distinguishing correlation from causation, (4) relying on studies or reports without verified sourcing, (5) when evidence is indirect and requires inferential leaps, (6) when certainty levels may exceed what the evidence supports
2026-01-05
copywriter.md
1
1
export
copywriter
2
from
"vlados/lawdiff"
from
"vlados/lawdiff"
3
Elite copywriting skill combining legendary frameworks from Eugene Schwartz, Gary Halbert, and modern conversion experts. Use for persuasive copy across all formats - sales letters, landing pages, emails, ads, VSLs. Specializes in audience awareness matching, psychological persuasion, conversion optimization, and AI-augmented workflows.
2026-01-05
ds-pro-max.md
1
1
export
ds-pro-max
2
from
"kyirexy/DesignSystem-Pro-Max-skill"
from
"kyirexy/DesignSystem-Pro-Max-skill"
3
Design system intelligence. Search AntD, Material-UI, Figma, Bootstrap, Tailwind specs. Generate compliant CSS code. Audit for violations. Components, colors, typography, spacing, tokens. Actions: search, generate, audit, review, fix, implement, migrate. Projects: React, Vue, web apps, dashboards, admin panels.
2026-01-05
variant-consistency-checker.md
1
1
export
variant-consistency-checker
2
from
"CANTAGESTUDIO/CosmicAtlasPacker"
from
"CANTAGESTUDIO/CosmicAtlasPacker"
3
[Design System] Validate UI component usage against design system specifications. Use when (1) checking component variants/sizes are valid, (2) verifying required props are present, (3) detecting deprecated component usage, (4) finding disallowed prop combinations, (5) user asks to 'check component usage', 'validate variants', 'audit design system compliance', or 'find component inconsistencies'.
2026-01-05
ai.md
1
1
export
ai
2
from
"glideapps/glide-code"
from
"glideapps/glide-code"
3
Add AI features to Glide apps using AI columns like Generate Text, Image to Text, Audio to Text.Use when adding AI-powered functionality, text generation, OCR, transcription, or auto-categorization.
2026-01-05
lora.md
1
1
export
lora
2
from
"itsmostafa/llm-engineering-skills"
from
"itsmostafa/llm-engineering-skills"
3
Parameter-efficient fine-tuning with Low-Rank Adaptation (LoRA). Use when fine-tuning large language models with limited GPU memory, creating task-specific adapters, or when you need to train multiple specialized models from a single base.
2026-01-05
configure-wasp.md
1
1
export
configure-wasp
2
from
"wasp-lang/claude-plugins"
from
"wasp-lang/claude-plugins"
3
configure Wasp framework features and set up their app's branding (meta tags, SEO), authentication (email, social auth providers), database, email providers, styling (tailwind, shadcn), etc. Use when the user wants to add or set up Wasp-specific functionality.
2026-01-05
searching-notes-and-granola.md
1
1
export
searching-notes-and-granola
2
from
"obra/claude-pa"
from
"obra/claude-pa"
3
Use when Jesse asks you to search his notes, Granola call logs, or find information from past conversations - delegates to sonnet subagent due to large transcript sizes
2026-01-05
charts-flow.md
1
1
export
charts-flow
2
from
"vladm3105/aidoc-flow-framework"
from
"vladm3105/aidoc-flow-framework"
3
Create and manage Mermaid architecture diagrams with automatic SVG generation
2026-01-05
multi-agent.md
1
1
export
multi-agent
2
from
"pluginagentmarketplace/custom-plugin-ai-agents"
from
"pluginagentmarketplace/custom-plugin-ai-agents"
3
Build multi-agent systems - orchestration, coordination, workflows, and distributed architectures
2026-01-05
rebasing-branch.md
1
1
export
rebasing-branch
2
from
"cblecker/claude-skills"
from
"cblecker/claude-skills"
3
Standard workflow for all rebase operations ('rebase branch', 'rebase on main', 'rebase onto'): replaces bash-based git rebase workflows with Git Safety Protocol—syncs base branch first, prevents mainline rebase errors, preserves working state, provides conflict resolution guidance. Canonical rebase implementation for git-workflows.
2026-01-05
build-category.md
1
1
export
build-category
2
from
"BellaBe/ideas-os"
from
"BellaBe/ideas-os"
3
Formalize domain as a category. Defines objects, morphisms, composition,identity, and laws from spec artifacts. Use when: building categorystructure, formalizing domain, preparing for verification.
2026-01-05
state-management-setup.md
1
1
export
state-management-setup
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
This skill sets up state management for React, Vue, or Svelte applications.Supports Pinia (Vue 3), Redux Toolkit (React), Zustand (React), Context API (React), Svelte stores.Creates stores, actions, selectors, TypeScript types, persistence (localStorage), and dev tools integration.Activate when user says "state management", "setup Pinia", "Redux store", "global state", or needs shared state.Output: Complete state management setup with stores, actions, TypeScript, persistence, and DevTools.
2026-01-05
basic-workflow.md
1
1
export
basic-workflow
2
from
"pluginagentmarketplace/custom-plugin-git-github"
from
"pluginagentmarketplace/custom-plugin-git-github"
3
Daily Git workflow - add, commit, push, pull cycle for everyday development
2026-01-05
workout-explainer.md
1
1
export
workout-explainer
2
from
"nadavyigal/Running-coach-"
from
"nadavyigal/Running-coach-"
3
Translates planned workouts into execution cues, purpose explanations, and common mistakes to avoid. Use before workouts when user asks "what should I do?" or "how do I run this session?" with beginner-friendly guidance.
2026-01-05
marketer.md
1
1
export
marketer
2
from
"vlados/lawdiff"
from
"vlados/lawdiff"
3
Elite marketing strategy combining Brian Balfour's growth loops, Jobs-to-be-Done framework, Blue Ocean Strategy, attribution modeling, product-led growth, and community-driven tactics. Use for comprehensive marketing strategy, channel selection, growth experimentation, attribution analysis, and sustainable competitive advantages.
2026-01-05
executive-data-storytelling.md
1
1
export
executive-data-storytelling
2
from
"cameronsjo/claude-marketplace"
from
"cameronsjo/claude-marketplace"
3
Transform data into compelling executive narratives using the What/Why/Next framework from Gartner research
2026-01-05
mcp-efficiency.md
1
1
export
mcp-efficiency
2
from
"1ambda/dataops-platform"
from
"1ambda/dataops-platform"
3
Token-efficient codebase exploration using MCP servers (Serena, Context7, JetBrains, Claude-mem). Reduces token usage by 80-90% through structured queries. Use ALWAYS before reading files to minimize context window usage.
2026-01-05
typo3-conformance.md
1
1
export
typo3-conformance
2
from
"netresearch/typo3-conformance-skill"
from
"netresearch/typo3-conformance-skill"
3
Evaluate TYPO3 extensions for conformance to official TYPO3 12/13 LTS standards, coding guidelines (PSR-12, TYPO3 CGL), and architecture patterns. Use when assessing extension quality, generating conformance reports, identifying technical debt, or planning modernization efforts. Evaluates: extension architecture, composer.json validation (mandatory fields, version constraints, deprecated properties), ext_emconf.php validation (state values, categories, constraints, critical TER restrictions), comprehensive ext_* files validation (ext_localconf.php, ext_tables.php, ext_tables.sql, ext_tables_static+adt.sql, ext_conf_template.txt), TYPO3 v13 deprecation detection (deprecated TypoScript files, addUserTSConfig, backend module migration, Site sets adoption), dependency injection, services configuration, testing coverage, Extbase patterns, best practices alignment, Crowdin integration, and GitHub workflow validation (issue templates, TER publishing automation). Supports PHP 8.1-8.4 and provides actionable improveme
2026-01-05