Browse Skills

9063 skills found

package-creation.md
7
1 export package-creation
2 youdotcom-oss from "youdotcom-oss/dx-toolkit"
3 Post-creation workflow for new packages in dx-toolkit monorepo - implementation, testing, publishing
2026-01-05
shopify.md
7
1 export shopify
2 samhvw8 from "samhvw8/dotfiles"
3 Shopify platform development. Stack: Shopify CLI, GraphQL/REST APIs, Polaris UI, Liquid templating. Capabilities: app development (OAuth), checkout UI extensions, admin UI extensions, POS extensions, theme development, webhooks, billing API, product/order/customer management. Actions: build, extend, customize, integrate Shopify apps/themes. Keywords: Shopify, Shopify CLI, GraphQL Admin API, REST API, Polaris, Liquid, checkout extension, admin extension, POS extension, theme, webhook, billing API, OAuth, app bridge, metafields, product, order, customer, storefront, hydrogen, oxygen. Use when: building Shopify apps, customizing checkout, creating admin interfaces, developing themes, integrating payments, managing store data via APIs, extending Shopify functionality.
2026-01-05
nautilus-trader.md
7
1 export nautilus-trader
2 Patrick-code-Bot from "Patrick-code-Bot/nautilus_AItrader"
3 NautilusTrader algorithmic trading platform. Use for building trading strategies, backtesting, live trading, data handling, and quantitative finance applications.
2026-01-05
security-reporter.md
7
1 export security-reporter
2 jpoley from "jpoley/flowspec"
3 Use when generating comprehensive security audit reports, analyzing security scan results, calculating security posture, or creating OWASP Top 10 compliance assessments. Invoked for security reporting, vulnerability aggregation, and remediation planning.
2026-01-05
claude-extensibility.md
7
1 export claude-extensibility
2 samhvw8 from "samhvw8/dotfiles"
3 Claude Code extensibility: agents, skills, output styles. Capabilities: create/update/delete agents and skills, YAML frontmatter, system prompts, tool/model selection, resumable agents, CLI-defined agents. Actions: create, edit, delete, optimize, test extensions. Keywords: agent, skill, output-style, SKILL.md, subagent, Task tool, progressive disclosure. Use when: creating agents/skills, editing extensions, configuring tool access, choosing models, testing activation.
2026-01-05
planning.md
7
1 export planning
2 samhvw8 from "samhvw8/dotfiles"
3 Technical implementation planning and architecture design. Capabilities: feature planning, system architecture, technical evaluation, implementation roadmaps, requirement breakdown, trade-off analysis, codebase analysis, solution design. Actions: plan, architect, design, evaluate, breakdown technical solutions. Keywords: implementation plan, technical design, architecture, system design, roadmap, requirements analysis, trade-offs, technical evaluation, feature planning, solution design, scalability, security, maintainability, sprint planning, task breakdown. Use when: planning new features, designing system architecture, evaluating technical approaches, creating implementation roadmaps, breaking down complex requirements, assessing technical trade-offs.
2026-01-05
rspec-testing.md
7
1 export rspec-testing
2 dgalarza from "dgalarza/claude-code-workflows"
3 This skill should be used when writing, reviewing, or improving RSpec tests for Ruby on Rails applications. Use this skill for all testing tasks including model specs, controller specs, system specs, component specs, service specs, and integration tests. The skill provides comprehensive RSpec best practices from Better Specs and thoughtbot guides.
2026-01-05
linear-implement.md
7
1 export linear-implement
2 dgalarza from "dgalarza/claude-code-workflows"
3 This skill should be used when implementing features from Linear issues with full TDD workflow, automated planning, parallel code reviews (security and Rails best practices), systematic feedback implementation, and automated PR creation with Linear integration. Use when the user provides a Linear issue ID (e.g., "TRA-9", "DEV-123") and wants a complete implementation workflow from issue to PR.
2026-01-05
xcode-build.md
7
1 export xcode-build
2 pzep1 from "pzep1/xcode-build-skill"
3 Build and run iOS/macOS apps using xcodebuild and xcrun simctl directly. Use when building Xcode projects, running iOS simulators, managing devices, compiling Swift code, running UI tests, or automating iOS app interactions. Replaces XcodeBuildMCP with native CLI tools.
2026-01-05
test-guidelines.md
7
1 export test-guidelines
2 ssiumha from "ssiumha/dots"
3 테스트 작성 원칙과 모범 사례를 제공합니다. 테스트 코드 작성, Mock 과다 진단, DI 구조 개선, 테스트 리뷰가 필요할 때 사용하세요. (project, gitignored)
2026-01-05
consultant.md
7
1 export consultant
2 doodledood from "doodledood/claude-code-plugins"
3 Consult with powerful AI models via Python/LiteLLM for complex analysis, architectural reviews, security audits, or comprehensive code understanding. Supports any LiteLLM-compatible model (100+ providers) with custom base URLs. Use when you need deeper insights: (1) Complex architectural decisions, (2) Security vulnerability analysis, (3) Comprehensive code reviews across large codebases, (4) Understanding intricate patterns in unfamiliar code, (5) Expert-level domain analysis. Runs asynchronously with session management.
2026-01-05
reclassify-tests.md
7
1 export reclassify-tests
2 SprocketLab from "SprocketLab/slop-code-bench"
3 Reclassify tests by adding @pytest.mark.functionality to tests not explicitly shown in the spec. Invoke with /reclassify-tests <problem> <checkpoint>.
2026-01-05
solana-development.md
7
1 export solana-development
2 tenequm from "tenequm/claude-plugins"
3 Build Solana programs with Anchor framework or native Rust. Use when developing Solana smart contracts, implementing token operations, testing programs, deploying to networks, or working with Solana development. Covers both high-level Anchor framework (recommended) and low-level native Rust for advanced use cases.
2026-01-05
ecs-performance-audit.md
7
1 export ecs-performance-audit
2 kateusz from "kateusz/GameEngine"
3 Analyze Entity Component System implementations for performance bottlenecks including entity iteration efficiency, system priority ordering, memory allocation patterns in hot paths (OnUpdate, rendering loops), cache coherency, LINQ allocations, and boxing issues. Use when reviewing ECS code for optimization, debugging slow entity updates, or investigating frame rate drops.
2026-01-05
refactoring-expert.md
7
1 export refactoring-expert
2 samhvw8 from "samhvw8/dotfiles"
3 Systematic code refactoring following Martin Fowler's catalog. Methodologies: characterization tests, Red-Green-Refactor, incremental transformation. Capabilities: SOLID compliance, DRY cleanup, code smell detection, complexity reduction, legacy modernization, design patterns, functional programming patterns. Actions: refactor, extract, inline, rename, move, simplify code. Keywords: refactor, SOLID, DRY, code smell, complexity, extract method, inline, rename, move, clean code, technical debt, legacy code, design pattern, characterization test, Red-Green-Refactor, functional programming, higher-order function, immutability, pure function, composition, currying, side effects. Use when: improving code quality, reducing technical debt, applying SOLID principles, fixing DRY violations, removing code smells, modernizing legacy code, applying design patterns.
2026-01-05
rspec-testing-guidelines.md
7
1 export rspec-testing-guidelines
2 ThibautBaissac from "ThibautBaissac/claude-code-architecture"
3 RSpec testing patterns, factories, mocks, and test best practices
2026-01-05
debugging.md
7
1 export debugging
2 samhvw8 from "samhvw8/dotfiles"
3 Systematic debugging methodology with root cause analysis. Phases: investigate, hypothesize, validate, verify. Capabilities: backward call stack tracing, multi-layer validation, verification protocols, symptom analysis, regression prevention. Actions: debug, investigate, trace, analyze, validate, verify bugs. Keywords: debugging, root cause, bug fix, stack trace, error investigation, test failure, exception handling, breakpoint, logging, reproduce, isolate, regression, call stack, symptom vs cause, hypothesis testing, validation, verification protocol. Use when: encountering bugs, analyzing test failures, tracing unexpected behavior, investigating performance issues, preventing regressions, validating fixes before completion claims.
2026-01-05
exploit-researcher.md
7
1 export exploit-researcher
2 jpoley from "jpoley/flowspec"
3 Exploit researcher persona specializing in attack surface analysis, exploit scenario generation, and vulnerability chaining
2026-01-05
edge-cases.md
7
1 export edge-cases
2 SprocketLab from "SprocketLab/slop-code-bench"
3 Analyze checkpoint tests and suggest missing edge cases. Use after writing tests or when reviewing test coverage. Invoke with /edge-cases <problem> <checkpoint>.
2026-01-05
mobile-development.md
7
1 export mobile-development
2 samhvw8 from "samhvw8/dotfiles"
3 Cross-platform and native mobile development. Frameworks: React Native, Flutter, Swift/SwiftUI, Kotlin/Jetpack Compose. Capabilities: mobile UI, offline-first architecture, push notifications, deep linking, biometrics, app store deployment. Actions: build, create, implement, optimize, test, deploy mobile apps. Keywords: iOS, Android, React Native, Flutter, Swift, Kotlin, mobile app, offline sync, push notification, deep link, biometric auth, App Store, Play Store, iOS HIG, Material Design, battery optimization, memory management, mobile performance. Use when: building mobile apps, implementing mobile-first UX, choosing native vs cross-platform, optimizing battery/memory/network, deploying to app stores, handling mobile-specific features.
2026-01-05
solana-security.md
7
1 export solana-security
2 tenequm from "tenequm/claude-plugins"
3 Audit Solana programs (Anchor or native Rust) for security vulnerabilities. Use when reviewing smart contract security, finding exploits, analyzing attack vectors, performing security assessments, or when explicitly asked to audit, review security, check for bugs, or find vulnerabilities in Solana programs.
2026-01-05
edge-cases.md
7
1 export edge-cases
2 SprocketLab from "SprocketLab/slop-code-bench"
3 Analyze checkpoint tests and suggest missing edge cases. Use after writing tests or when reviewing test coverage. Invoke with /edge-cases <problem> <checkpoint>.
2026-01-05
repomix.md
7
1 export repomix
2 samhvw8 from "samhvw8/dotfiles"
3 Repository packaging for AI/LLM analysis. Capabilities: pack repos into single files, generate AI-friendly context, codebase snapshots, security audit prep, filter/exclude patterns, token counting, multiple output formats. Actions: pack, generate, export, analyze repositories for LLMs. Keywords: Repomix, repository packaging, LLM context, AI analysis, codebase snapshot, Claude context, ChatGPT context, Gemini context, code packaging, token count, file filtering, security audit, third-party library analysis, context window, single file output. Use when: packaging codebases for AI, generating LLM context, creating codebase snapshots, analyzing third-party libraries, preparing security audits, feeding repos to Claude/ChatGPT/Gemini.
2026-01-05
maestro-devtools.md
7
1 export maestro-devtools
2 ampcode from "ampcode/fde-toolbox"
3 Direct Maestro CLI tool for iOS/Android app testing. Write YAML flows and execute via maestro test—no Python overhead.
2026-01-05