Browse Skills

20307 skills found

lint.md
3
1 export lint
2 atrawog from "atrawog/bazzite-ai"
3 Development: Pre-commit hooks and linting for code quality. Validatesshell scripts, YAML, markdown, TOML, and justfiles. Run from repositoryroot with 'just lint'. Use when developers need to validate code beforecommitting or set up pre-commit hooks.
2026-01-05
numerical-methods-expert.md
3
1 export numerical-methods-expert
2 sandraschi from "sandraschi/advanced-memory-mcp"
3 Computational mathematics expert for numerical solutions, approximations, error analysis, and scientific computing
2026-01-05
optimizing-performance.md
3
1 export optimizing-performance
2 thkt from "thkt/claude-config"
3 データ駆動アプローチによるフロントエンドパフォーマンス最適化。トリガー: パフォーマンス, 遅い, 最適化, レンダリング, バンドルサイズ, Web Vitals, LCP, FID, CLS, 再レンダリング, メモ化, useMemo, useCallback, React.memo, 重い, 高速化, lazy loading, code splitting
2026-01-05
css-developmentcreate-component.md
3
1 export css-developmentcreate-component
2 2389-research from "2389-research/claude-plugins"
3 Guide creating new CSS components following Tailwind + semantic component patterns with dark mode support and test coverage
2026-01-05
async-python-patterns.md
3
1 export async-python-patterns
2 amurata from "amurata/cc-tools"
3 Python asyncio、並行プログラミング、高性能アプリケーション向けの非同期/awaitパターンをマスター。非同期API、並行システム、ノンブロッキング操作が必要なI/OバウンドアプリケーションをPythonで構築する際に使用。
2026-01-05
google-style-guide.md
3
1 export google-style-guide
2 mcclowes from "mcclowes/lea"
3 Use when writing or reviewing technical documentation to follow Google's documentation style guide - https://developers.google.com/style
2026-01-05
expandable-card.md
3
1 export expandable-card
2 ainergiz from "ainergiz/design-inspirations"
3 Creates expandable/collapsible cards using CSS grid-rows animation with smooth transitions. Use when building accordions, expandable panels, collapsible sections, or show/hide card content.
2026-01-05
github-workflows.md
3
1 export github-workflows
2 d-o-hub from "d-o-hub/rust-self-learning-memory"
3 Diagnose, fix, and optimize GitHub Actions workflows for Rust projects. Use when setting up CI/CD, troubleshooting workflow failures, optimizing build times with caching, or ensuring best practices for testing, linting, and releases.
2026-01-05
plugin-master.md
3
1 export plugin-master
2 JosiahSiegel from "JosiahSiegel/claude-plugin-marketplace"
3 Complete Claude Code plugin development system. PROACTIVELY activate when users want to: (1) Create/build/make plugins, (2) Add/create skills/commands/agents, (3) Package existing code as plugins, (4) Publish to marketplace, (5) Validate plugin structure, (6) Get plugin development guidance, (7) Export skills for claude.ai web app. Autonomously creates complete, production-ready plugins with: plugin.json manifest, slash commands, specialized agents, agent skills, hooks, MCP server integration, and comprehensive README. ALWAYS fetches latest official documentation to ensure correct structure. Includes plugin-architect agent for design review and optimization.
2026-01-05
ghe-changelog.md
3
1 export ghe-changelog
2 Emasoft from "Emasoft/ghe-marketplace"
3 This skill should be used when updating the project CHANGELOG, tracking requirement changes, recording design decisions, or documenting version history. Uses git-diff to detect and categorize changes to both code and requirements. Trigger on "changelog", "version history", "what changed", or after significant commits.
2026-01-05
architecture-diagram.md
3
1 export architecture-diagram
2 Cocoon-AI from "Cocoon-AI/architecture-diagram-generator"
3 Create professional, dark-themed architecture diagrams as standalone HTML files with SVG graphics. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology diagrams, or any technical diagram showing system components and their relationships.
2026-01-05
backend-development-patterns.md
3
1 export backend-development-patterns
2 Primadetaautomation from "Primadetaautomation/primadata-marketplace"
3 API design, database patterns, REST/GraphQL, microservices architecture, and backend best practices
2026-01-05
writing-ast-check.md
3
1 export writing-ast-check
2 jack-michaud from "jack-michaud/faire"
3 Create AST-based checks for evaluating generated Python code quality
2026-01-05
structural-search.md
3
1 export structural-search
2 0xDarkMatter from "0xDarkMatter/claude-mods"
3 Search code by AST structure using ast-grep. Find semantic patterns like function calls, imports, class definitions instead of text patterns. Triggers on: find all calls to X, search for pattern, refactor usages, find where function is used, structural search, ast-grep, sg.
2026-01-05
github-code-search.md
3
1 export github-code-search
2 jaredpalmer from "jaredpalmer/claude-plugins"
3 Search GitHub code across millions of repositories using grep.app. Use when you need to find code patterns, implementations, examples, or understand how features are built in public codebases. (project)
2026-01-05
langsmith-fetch.md
3
1 export langsmith-fetch
2 OthmanAdi from "OthmanAdi/langsmith-fetch-skill"
3 Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires langsmith-fetch CLI installed.
2026-01-05
rails-migrations.md
3
1 export rails-migrations
2 stephendolan from "stephendolan/dotfiles"
3 Safe Rails database migration patterns. Use when writing migrations, removing columns, or making schema changes. Covers two-phase deployments, Strong Migrations, and pre-deployment scripts.
2026-01-05
prompt-engineering-patterns.md
3
1 export prompt-engineering-patterns
2 amurata from "amurata/cc-tools"
3 LLMのパフォーマンス、信頼性、制御性を本番環境で最大化するための高度なプロンプトエンジニアリング技術をマスターします。プロンプトの最適化、LLM出力の改善、または本番環境プロンプトテンプレートの設計時に使用します。
2026-01-05
opportunity-mapping.md
3
1 export opportunity-mapping
2 melodic-software from "melodic-software/claude-code-plugins"
3 Build Opportunity Solution Trees using Teresa Torres' Continuous Discovery methodology. Structure discovery from outcomes to opportunities to solutions to experiments.
2026-01-05
advanced-features-2025.md
3
1 export advanced-features-2025
2 JosiahSiegel from "JosiahSiegel/claude-plugin-marketplace"
3 Complete guide to 2025 Claude Code plugin features: Agent Skills, Hooks, MCP integration, and repository-level configuration. PROACTIVELY activate for: (1) Agent Skills implementation, (2) Hook automation setup, (3) MCP server integration, (4) Team plugin distribution, (5) Advanced plugin architecture. Provides: Agent Skills patterns, hook event types, MCP configuration, repository setup, context optimization strategies. Ensures production-ready 2025 plugin capabilities.
2026-01-05
authentication-patterns.md
3
1 export authentication-patterns
2 melodic-software from "melodic-software/claude-code-plugins"
3 Comprehensive authentication implementation guidance including JWT best practices, OAuth 2.0/OIDC flows, Passkeys/FIDO2/WebAuthn, MFA patterns, and secure session management. Use when implementing login systems, token-based auth, SSO, passwordless authentication, or reviewing authentication security.
2026-01-05
frontend-developer.md
3
1 export frontend-developer
2 donggyun112 from "donggyun112/ai-librarian"
3 Build user interfaces using Redpanda UI Registry components with React, TypeScript, and Vitest testing. Use when user requests UI components, pages, forms, or mentions 'build UI', 'create component', 'design system', 'frontend', or 'registry'.
2026-01-05
model-selection.md
3
1 export model-selection
2 melodic-software from "melodic-software/claude-code-plugins"
3 Choose appropriate model for custom agent tasks. Use when selecting between Haiku, Sonnet, and Opus for agents, optimizing cost vs quality tradeoffs, or matching model capability to task complexity.
2026-01-05
ha-emby-issue-selector.md
3
1 export ha-emby-issue-selector
2 troykelly from "troykelly/homeassistant-emby"
3 Use when starting work to select the next issue - queries GitHub project board, applies priority logic, and routes to the appropriate workflow (bug-triage or issue-executor).
2026-01-05