Browse Skills

44915 skills found

code-review.md
7
1 export code-review
2 sheng-jie from "sheng-jie/Maf.AgentSkills"
3 A skill for conducting thorough code reviews, identifying issues, suggesting improvements, and ensuring code quality standards are met.
2026-01-05
prd-authoring.md
7
1 export prd-authoring
2 bodangren from "bodangren/git-workflow"
3 Use this skill for early-stage project planning. It leverages the Gemini CLI to generate high-quality first drafts of Product Briefs, Research Documents, and full PRDs, guiding users from idea to validated requirements. Triggers include "create PRD", "product brief", or "validate requirements".
2026-01-05
reviewing-platform-abstraction.md
7
1 export reviewing-platform-abstraction
2 kateusz from "kateusz/GameEngine"
3 Validates platform abstraction compliance - ensures rendering code uses IRendererAPI interfaces, no direct OpenGL in engine core, proper namespace isolation. Reviews graphics features and guides alternative backend implementation.
2026-01-05
issue-executor.md
7
1 export issue-executor
2 bodangren from "bodangren/git-workflow"
3 Use this skill to start work on a GitHub issue. It synthesizes all relevant context (specs, retrospective, issue details) using the Gemini CLI to generate a step-by-step implementation plan, then creates a feature branch to begin work. Triggers include "start work on issue
2026-01-05
editor-ui-infrastructure.md
7
1 export editor-ui-infrastructure
2 kateusz from "kateusz/GameEngine"
3 Guide proper usage of Editor UI infrastructure including Drawers (ButtonDrawer, ModalDrawer, TableDrawer, etc.), Elements (drag-drop targets, ComponentSelector), FieldEditors, and EditorUIConstants. Use when implementing editor panels, component editors, or any ImGui UI code to ensure consistency and code reuse.
2026-01-05
korean-writer.md
7
1 export korean-writer
2 mdpman2 from "mdpman2/Unified-Agent-Framework"
3 한국어 작문 전문가. 문서 작성, 번역, 교정, 비즈니스 커뮤니케이션.
2026-01-05
devops-deployment.md
6
1 export devops-deployment
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 CI/CD pipelines, containerization, Kubernetes, and infrastructure as code patterns
2026-01-05
cursor-docmgr.md
6
1 export cursor-docmgr
2 go-go-golems from "go-go-golems/docmgr"
3 Use the docmgr CLI to manage ticketed docs (create tickets, add docs, relate code files with file-note, update changelog, and search). Use when the user asks how to use docmgr, wants a docmgr command sequence, or needs docmgr best practices (file-note, quoting, doctor).
2026-01-05
styling-patterns.md
6
1 export styling-patterns
2 spences10 from "spences10/devhub-crm"
3 DaisyUI v5 design system. Use for backgrounds, borders, text sizes, opacity, semantic colors, and spacing.
2026-01-05
dart-create-project.md
6
1 export dart-create-project
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To scaffold a new Dart or Flutter project, create a fresh project structure and starter files.
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
design-tokens.md
6
1 export design-tokens
2 laurigates from "laurigates/dotfiles"
3 CSS custom property architecture, theme systems, design token organization, and component library integration. Use when implementing design systems, theme switching, dark mode, or when the user mentions tokens, CSS variables, theming, or design system setup.
2026-01-05
react-server-components-framework.md
6
1 export react-server-components-framework
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Design and implement React Server Components with Next.js 15 App Router. Master server-first architecture, streaming SSR, Server Actions, and modern data fetching patterns for 2025+ frontend development.
2026-01-05
go-feature-flag.md
6
1 export go-feature-flag
2 laurigates from "laurigates/dotfiles"
3 GO Feature Flag (GOFF) self-hosted feature flag solution with OpenFeatureintegration. Covers flag configuration, relay proxy, targeting rules, rollouts.Use when user mentions GO Feature Flag, GOFF, gofeatureflag, self-hostedfeature flags, or flags.goff.yaml configuration.
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
godot-performance-optimizer.md
6
1 export godot-performance-optimizer
2 hhhh124hhhh from "hhhh124hhhh/godot-mcp"
3 Godot 性能优化与适配专家,支持自然语言描述自动完成分辨率适配、性能分析、内存优化、帧率提升等优化工作
2026-01-05
elegant-objects.md
6
1 export elegant-objects
2 atournayre from "atournayre/claude-marketplace"
3 Vérifie la conformité du code PHP aux principes Elegant Objects de Yegor Bugayenko. Analyse un fichier spécifique ou tous les fichiers modifiés dans la branche.
2026-01-05