Browse Skills
20307 skills found
performance-profiling.md
0
1
export
performance-profiling
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
Python performance profiling with cProfile, line_profiler, memory_profiler, and py-spy. Covers profiling workflows, interpreting results, finding bottlenecks, memory leak detection, and optimization strategies. Use when code is slow, debugging performance issues, optimizing for production, or investigating memory usage.
2026-01-05
otto-orchestrate.md
0
1
export
otto-orchestrate
2
from
"sky-xo/otto"
from
"sky-xo/otto"
3
Use when spawning Codex agents via Otto to delegate implementation work.
2026-01-05
data-analyzer.md
0
1
export
data-analyzer
2
from
"zh1227/zh1227.github.io"
from
"zh1227/zh1227.github.io"
3
数据分析助手,提供数据清洗、探索性分析(EDA)、统计分析、可视化图表生成等功能,支持Python(Pandas/NumPy/Matplotlib)和JavaScript(ECharts/D3.js),助力数据驱动决策。
2026-01-05
skill-builder.md
0
1
export
skill-builder
2
from
"mbcoalson/skills"
from
"mbcoalson/skills"
3
Use this skill when creating new Claude Code skills from scratch, editing existing skills to improve their descriptions or structure, or converting Claude Code sub-agents to skills. This includes designing skill workflows, writing SKILL.md files, organizing supporting files with intention-revealing names, and leveraging CLI tools and Node.js scripting.
2026-01-05
nestjs.md
0
1
export
nestjs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build production-ready NestJS modules with entities, DTOs, services, controllers
2026-01-05
writing-skills.md
0
1
export
writing-skills
2
from
"timbuchinger/loadout"
from
"timbuchinger/loadout"
3
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
2026-01-05
refactoring-assistant.md
0
1
export
refactoring-assistant
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Assists with code refactoring by detecting code smells, suggesting improvements, and providing refactoring patterns. Activates when writing/editing code, explicitly requested refactoring, or when code quality issues are detected. Maintains awareness of core principles while providing detailed patterns and examples.
2026-01-05
r-development.md
0
1
export
r-development
2
from
"CodingKaiser/claude-kaiser-skills"
from
"CodingKaiser/claude-kaiser-skills"
3
Modern R development practices emphasizing tidyverse patterns (dplyr 1.1 and later, native pipe, join_by, .by grouping), rlang metaprogramming, performance optimization, and package development. Use when Claude needs to write R code, create R packages, optimize R performance, or provide R programming guidance.
2026-01-05
analyzing-architecture.md
0
1
export
analyzing-architecture
2
from
"hubvue/fe-analysis-plugin"
from
"hubvue/fe-analysis-plugin"
3
Comprehensive project architecture analyzer that identifies technology stacks, build tools, and architectural patterns. Use when you need to quickly understand a project's structure, dependencies, and technical configuration. Provides analysis for frontend frameworks (Vue/React/Angular), Node.js environments, package managers, TypeScript usage, linters, and architecture patterns.
2026-01-05
map-audit.md
0
1
export
map-audit
2
from
"az9713/tiger-intelligence"
from
"az9713/tiger-intelligence"
3
For leaders evaluating dashboards, metrics, or AI-generated reports to determine if they measure realityor generate confident-looking noise (Potemkin maps).Helps identify gaming potential, blind spots, and whether you should trust a metric more, less, or differently.Use when implementing new metrics, questioning existing dashboards, evaluating vendor claims,or when something feels off about your data.Keywords: dashboard audit, metrics, KPIs, gaming, Goodhart's law, AI reports, data quality,measurement validity, blind spots, Potemkin, are my metrics real, can I trust this data
2026-01-05
issues-guide.md
0
1
export
issues-guide
2
from
"manaca0923/vtuber-overlay-suite"
from
"manaca0923/vtuber-overlay-suite"
3
実装前にノウハウを確認。Tauriコマンド追加、serde、WebSocket通信、設定項目追加、UI/オーバーレイ実装、セキュリティ関連の作業時に自動的にチェックリストを提供する。
2026-01-05
stripe-integration.md
0
1
export
stripe-integration
2
from
"48Nauts-Operator/opencode-baseline"
from
"48Nauts-Operator/opencode-baseline"
3
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
2026-01-05
gh-task-shaper.md
0
1
export
gh-task-shaper
2
from
"u473t8/learning-app"
from
"u473t8/learning-app"
3
Plan and triage work into GitHub issues. Use when Codex needs to decide whether a new issue is required, describe the problem, outline high-level plans and goals, propose architecture, split large work into sub-issues, add labels, and create a GitHub branch for each issue using gh.
2026-01-05
check-forms.md
0
1
export
check-forms
2
from
"leobrival/serum-plugins-official"
from
"leobrival/serum-plugins-official"
3
Analyze and validate forms on web pages. Use when users ask to check form accessibility, verify form labels, audit input fields, check form validation, or analyze form UX. Detects missing labels, invalid input types, accessibility issues, and validation problems.
2026-01-05
verdict-flags.md
0
1
export
verdict-flags
2
from
"pcasaretto/nix-home"
from
"pcasaretto/nix-home"
3
a skill that contains all the best practices for using Verdict Flags in shopify codebases. It should be uses whenever the agent is creating, updating or removing flags
2026-01-05
git-workflow.md
0
1
export
git-workflow
2
from
"ProfPowell/project-template"
from
"ProfPowell/project-template"
3
Enforce structured git workflow with conventional commits, feature branches, semver versioning, and work logging. Use for all code changes to prevent work loss and maintain history.
2026-01-05
Version Sync Skill.md
0
1
export
Version Sync Skill
2
from
"wrsmith108/claude-skill-version-sync"
from
"wrsmith108/claude-skill-version-sync"
3
Detect and synchronize Node.js version specifications across project files.
2026-01-05
psr12-moodle.md
0
1
export
psr12-moodle
2
from
"astoeffer/plugin-marketplace"
from
"astoeffer/plugin-marketplace"
3
Automatically validate and fix Moodle PHP code for PSR-12 compliance with Moodle-specific exceptions (lowercase_with_underscores naming, frankenstyle prefixes). Activates when working with Moodle plugin PHP files or when code standards issues are detected.
2026-01-05
banksy-merged.md
0
1
export
banksy-merged
2
from
"Ketomihine/my_skills"
from
"Ketomihine/my_skills"
3
Combined Banksy notebooks and source code (deduplicated)
2026-01-05
cpp14-code-review.md
0
1
export
cpp14-code-review
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
AUTOSAR C++14およびCERT C++コーディング規約に準拠したC++14コードレビュー。安全性重視のC++システムのコードレビュー、セキュリティ監査、品質評価、静的解析ツール設定を行う際に使用。
2026-01-05
nextjs-server-client-components.md
0
1
export
nextjs-server-client-components
2
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
3
Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates when prompt mentions useSearchParams, Suspense, navigation, routing, Link component, redirect, pathname, searchParams, cookies, headers, async components, or 'use client'. Essential for avoiding mixing server/client APIs.
2026-01-05
adr-code-traceability.md
0
1
export
adr-code-traceability
2
from
"terrylica/itp-workflow"
from
"terrylica/itp-workflow"
3
Add ADR references to code for decision traceability. Use when creating new files, documenting non-obvious implementation choices, or when user mentions ADR traceability, code reference, or document decision in code. Provides language-specific patterns for Python, TypeScript, Rust, Go.
2026-01-05
policy-as-code-operations.md
0
1
export
policy-as-code-operations
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Manage Kyverno policy lifecycle from creation to enforcement. Add policies safely, monitor compliance, handle exceptions, and maintain GitOps-driven operations.
2026-01-05
verify-implementation.md
0
1
export
verify-implementation
2
from
"semicolon-devteam/sax-backend"
from
"semicolon-devteam/sax-backend"
3
구현 품질 종합 검증. Use when:(1) 구현 완료 후 최종 검증, (2) PR 전 품질 체크,(3) 팀 코덱스 + Reactive + 테스트 통합 검증.
2026-01-05