Browse Skills
44969 skills found
research.md
1
1
export
research
2
from
"Krosebrook/source-of-truth-monorepo"
from
"Krosebrook/source-of-truth-monorepo"
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
user-state-debugging.md
1
1
export
user-state-debugging
2
from
"Sanchay-T/influencer-platform-app"
from
"Sanchay-T/influencer-platform-app"
3
Expert knowledge on debugging user account issues, diagnostic scripts (inspect-user-state.js), fix scripts (fix-user-billing-state.js, reset-user-onboarding.js), onboarding problems, billing sync issues, and Clerk vs database mismatches. Use this skill when user asks about "user stuck", "onboarding broken", "billing out of sync", "debug user", "reset user", or "user state".
2026-01-05
tagged-error.md
1
1
export
tagged-error
2
from
"legacy3/wowlab"
from
"legacy3/wowlab"
3
Generate Effect TaggedError types for error handling. Use when adding new error types or improving error handling.
2026-01-05
pm-status-trigger.md
1
1
export
pm-status-trigger
2
from
"grandinh/claude-chaos-express"
from
"grandinh/claude-chaos-express"
3
Natural language wrapper for PM status commands - automatically triggers /pm:status, /pm:next, /pm:blocked, /pm:in-progress when users ask about project status, next tasks, or blockers
2026-01-05
local-first.md
1
1
export
local-first
2
from
"diogo-heleno/breathofnow"
from
"diogo-heleno/breathofnow"
3
Enforces local-first architecture principles for Breath of Now. Use this skill when working with data, state management, or sync features. Ensures IndexedDB (Dexie.js) is always the source of truth.
2026-01-05
brainstorming.md
1
1
export
brainstorming
2
from
"dralgorhythm/claude-agentic-framework"
from
"dralgorhythm/claude-agentic-framework"
3
Generate and explore ideas effectively. Use when starting new projects, solving problems, or exploring solutions. Covers ideation techniques and divergent thinking.
2026-01-05
build-automation.md
1
1
export
build-automation
2
from
"davidorex/vcv-rack-module-creation-framework"
from
"davidorex/vcv-rack-module-creation-framework"
3
Build coordination wrapper for VCV Rack modules using Makefile
2026-01-05
tg-migrations.md
1
1
export
tg-migrations
2
from
"charlesmsiegel/tg"
from
"charlesmsiegel/tg"
3
Django migration best practices for the World of Darkness application. Use when creating data migrations, handling schema changes with existing data, squashing old migrations, testing migrations in CI/CD, or planning multi-step migrations for breaking changes. Triggers on migration work, database schema changes, or data transformation tasks.
2026-01-05
test-design.md
1
1
export
test-design
2
from
"adolfoaranaes12/BMAD-ENHANCED"
from
"adolfoaranaes12/BMAD-ENHANCED"
3
Design comprehensive test strategies with risk-informed prioritization (P0/P1/P2), test levels (unit/integration/E2E), mock strategies, and CI/CD integration. Creates Given-When-Then scenarios for all acceptance criteria, develops mock strategies for external dependencies, and plans CI/CD execution stages. Use during task planning before implementation to ensure comprehensive test coverage.
2026-01-05
nextjs-server-actions.md
1
1
export
nextjs-server-actions
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
When handling form submissions, data mutations, or any action that modifies server-side data. **Version Context**: Next.js 16.0+ uses `useActionState` (replaces deprecated `useFormState`).
2026-01-05
speckit-tasks-zh.md
1
1
export
speckit-tasks-zh
2
from
"forztf/open-skilled-sdd"
from
"forztf/open-skilled-sdd"
3
基于speckit工作流的任务生成技能,用于根据可用设计文档生成可操作的、依赖有序的tasks.md。当需要基于spec.md、plan.md、data-model.md、contracts/等设计文档为功能开发生成详细任务列表时使用此技能。触发词包括"speckit tasks"、"生成任务"、"任务规划"、"功能任务分解"、"创建tasks.md"等。
2026-01-05
docker-production.md
1
1
export
docker-production
2
from
"pluginagentmarketplace/custom-plugin-docker"
from
"pluginagentmarketplace/custom-plugin-docker"
3
Deploy Docker containers to production with monitoring, logging, and health checks
2026-01-05
cl-macro-design.md
1
1
export
cl-macro-design
2
from
"cxxxr/.claude"
from
"cxxxr/.claude"
3
マクロ設計のベストプラクティスを適用。マクロ作成・レビュー時に使用
2026-01-05
binora-backend-performance-orchestrator.md
1
1
export
binora-backend-performance-orchestrator
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
META-SKILL ORCHESTRATOR - ALWAYS-ACTIVE. Orchestrates 100% Binora Backend workflows (Django 5.0+DRF 3.14+PostgreSQL multi-tenant) through 6-phase execution (Pre-Analysis, Request Analysis, Workflow Planning, Skill Coordination, Tool Optimization, Quality Assurance). Enforces P0 CRITICAL rules (NO manual tenant_id, service layer mandatory, YOLO comments). Selects optimal model (Sonnet/Haiku). MCP-first strategy (Context7/db/github/sequential-thinking). Target: 3-5x speedup, 95%+ P1 compliance, <500 token overhead.
2026-01-05
pandas-data-analysis.md
1
1
export
pandas-data-analysis
2
from
"pluginagentmarketplace/custom-plugin-python"
from
"pluginagentmarketplace/custom-plugin-python"
3
Master data manipulation, analysis, and visualization with Pandas, NumPy, and Matplotlib
2026-01-05
security-scan.md
1
1
export
security-scan
2
from
"takumi12311123/dotfiles"
from
"takumi12311123/dotfiles"
3
Perform comprehensive security analysis to identify vulnerabilities.Integrates with codex-review for automatic security checks.Covers OWASP Top 10, common vulnerabilities, and secure coding practices.Output: Japanese
2026-01-05
api.md
1
1
export
api
2
from
"glideapps/glide-code"
from
"glideapps/glide-code"
3
Use the Glide API for programmatic data operations - REST API v2 and @glideapps/tables npm package.Use when importing data, bulk operations, automating data sync, or building integrations with Glide tables.
2026-01-05
screenshot.md
1
1
export
screenshot
2
from
"tvergho/agentdex"
from
"tvergho/agentdex"
3
Capture PNG screenshots of dex TUI commands for debugging UI layout issues. Use when iterating on CLI interface code or debugging rendering problems.
2026-01-05
color-theory-palette-harmony-expert.md
1
1
export
color-theory-palette-harmony-expert
2
from
"erichowens/some_claude_skills"
from
"erichowens/some_claude_skills"
3
Expert in color theory, palette harmony, and perceptual color science for computational photo composition. Specializes in earth-mover distance optimization, warm/cool alternation, diversity-aware palette selection, and hue-based photo sequencing. Activate on "color palette", "color harmony", "warm cool", "earth mover distance", "Wasserstein", "LAB space", "hue sorted", "palette matching". NOT for basic RGB manipulation (use standard image processing), single-photo color grading (use native-app-designer), UI color schemes (use vaporwave-glassomorphic-ui-designer), or color blindness simulation (accessibility specialists).
2026-01-05
architecture-documentation.md
1
1
export
architecture-documentation
2
from
"pluginagentmarketplace/custom-plugin-software-architect"
from
"pluginagentmarketplace/custom-plugin-software-architect"
3
Create and maintain architecture documentation using standard formats
2026-01-05
file-info.md
1
1
export
file-info
2
from
"swtch1/dotfiles"
from
"swtch1/dotfiles"
3
Provides detailed file statistics including lines, size, and modification time when user asks for file info or stats
2026-01-05
gen-maps.md
1
1
export
gen-maps
2
from
"BellaBe/ideas-os"
from
"BellaBe/ideas-os"
3
Generate code maps - lightweight specifications of what code will look like.Code maps can be verified BEFORE generating actual code, catching type mismatches,wrong arguments, and missing imports early. Use when: after gen-types, before gen-code.
2026-01-05
bear-put-spread.md
1
1
export
bear-put-spread
2
from
"keith-mvs/ordinis"
from
"keith-mvs/ordinis"
3
Analyzes bear-put-spread debit spreads for bearish directional plays with defined risk. Requires numpy>=1.24.0, pandas>=2.0.0, matplotlib>=3.7.0, scipy>=1.10.0. Use when expecting moderate price decline, comparing put spread configurations, analyzing debit spread opportunities, or evaluating defined-risk bearish positions on mid to large-cap stocks.
2026-01-05
graphql-apollo-server.md
1
1
export
graphql-apollo-server
2
from
"pluginagentmarketplace/custom-plugin-graphql"
from
"pluginagentmarketplace/custom-plugin-graphql"
3
Build production GraphQL servers with Apollo Server, plugins, and federation
2026-01-05