Browse Skills

9063 skills found

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
bugfix.md
7
1 export bugfix
2 doodledood from "doodledood/claude-code-plugins"
3 Systematic bug investigation and fixing workflow with root cause analysis, reproduction tests, and verified fixes. Orchestrates the multi-phase process: gather context, investigate, reproduce, fix, verify.
2026-01-05
patch-engineer.md
7
1 export patch-engineer
2 jpoley from "jpoley/flowspec"
3 Patch engineer persona focused on security fix quality, code correctness, testing strategies, and regression prevention
2026-01-05
security-workflow.md
7
1 export security-workflow
2 jpoley from "jpoley/flowspec"
3 Use when creating backlog tasks from security findings, integrating security scans into workflow states, or managing security remediation tracking. Invoked for security workflow integration and task automation.
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
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
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
test-ambiguity-detector.md
7
1 export test-ambiguity-detector
2 SprocketLab from "SprocketLab/slop-code-bench"
3 Analyze test cases against specifications to find ambiguous assumptions. Use when tests might be making assumptions not explicitly defined in the spec. Invoke with /test-ambiguity-detector <problem> <checkpoint>.
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
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
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
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
security-guardian.md
7
1 export security-guardian
2 Bikach from "Bikach/skills-claude-code"
3 Expert en sécurité applicative pour détecter les vulnérabilités, auditer le code, et guider les bonnes pratiques de sécurité. OWASP Top 10, authentification, autorisation, cryptographie, gestion de secrets. Utiliser pour audits sécurité, reviews de code sensible, conception de features sécurisées, ou résolution de failles.
2026-01-05
cpython-build-and-test.md
7
1 export cpython-build-and-test
2 gpshead from "gpshead/cpython-skills"
3 Use this skill when configuring, building, or rebuilding CPython from source, running tests, or debugging test failures. Covers ./configure with --with-pydebug, make commands, ccache for faster rebuilds, Argument Clinic regeneration (make clinic), unittest-based testing with python -m test (NOT pytest), --match filtering, code coverage collection, and platform-specific build paths (Linux vs macOS).
2026-01-05
change-type.md
6
1 export change-type
2 nozomi-koborinai from "nozomi-koborinai/koborin-ai"
3 Classify a change set as behavior vs structure, then recommend the correct PR label (change:behavior or change:structure) and the appropriate local/CI checks. Use when the user asks whether a change is a behavior change or a structure change, what label to apply, or how CI/testing should differ based on change type.
2026-01-05
buck2-local-resources.md
6
1 export buck2-local-resources
2 thoughtpolice from "thoughtpolice/a"
3 Create Buck2 tests with local resources (processes, services, databases) using LocalResourceInfo and ExternalRunnerTestInfo. Use when tests need external dependencies like databases, HTTP servers, message queues, or Unix sockets that Buck2 should manage automatically. (project)
2026-01-05
buck2-test-workflow.md
6
1 export buck2-test-workflow
2 thoughtpolice from "thoughtpolice/a"
3 Comprehensive testing workflow that should be used proactively after ANY code changes. Covers immediate testing, recursive package validation with `...`, target determination for affected packages, and reverse dependency testing. Use this skill after modifying BUILD files, changing code, fixing tests, or before committing to ensure nothing breaks downstream. (project)
2026-01-05
pikacss-dev.md
6
1 export pikacss-dev
2 pikacss from "pikacss/pikacss"
3 Develop, test, and document the PikaCSS monorepo (core engine, unplugin adapters, Vite/Nuxt plugins, docs site) using pnpm-based workflows.
2026-01-05
playwright-browser-resize.md
6
1 export playwright-browser-resize
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To resize the browser window, change viewport size to test responsive layouts.
2026-01-05
core.md
6
1 export core
2 jeffh from "jeffh/claude-plugins"
3 PAI (Personal AI Infrastructure) - Your AI system core. AUTO-LOADS at session start. USE WHEN any session begins OR user asks about PAI identity, response format, stack preferences, security protocols, or delegation patterns.
2026-01-05
pytest-advanced.md
6
1 export pytest-advanced
2 laurigates from "laurigates/dotfiles"
3 Advanced pytest patterns including fixtures, markers, plugins, and async testing.Use when implementing test infrastructure, organizing test suites, using pytest plugins,or setting up complex test scenarios with fixtures and parametrization.Triggered by: pytest, fixtures, parametrize, conftest, test organization, async testing.
2026-01-05
navigating-github-to-konflux-pipelines.md
6
1 export navigating-github-to-konflux-pipelines
2 konflux-ci from "konflux-ci/skills"
3 Use when GitHub PR or branch has failing checks and you need to find Konflux pipeline information (cluster, namespace, PipelineRun name). Teaches gh CLI commands to identify Konflux checks (filter out Prow/SonarCloud), extract PipelineRun URLs from builds and integration tests, and parse URLs for kubectl debugging.
2026-01-05
openfeature.md
6
1 export openfeature
2 laurigates from "laurigates/dotfiles"
3 OpenFeature vendor-agnostic feature flag SDK with standardized API acrosslanguages. Covers SDK installation, flag evaluation, providers, and hooks.Use when implementing feature flags, A/B testing, canary releases, or whenuser mentions OpenFeature, feature toggles, or progressive rollouts.
2026-01-05