Browse Skills

20307 skills found

workflow-orchestrator.md
1
1 export workflow-orchestrator
2 stharrold from "stharrold/stharrold-templates"
3 Orchestrates git workflow for Python feature/release/hotfix development.Loads and coordinates other skills based on current context.Includes PR feedback handling via work-item generation.Use when:- User says "next step?" or "continue workflow"- Working in git repo with TODO_[feature|release|hotfix]_*.md files- Need to determine workflow phase and load appropriate skills- Handling PR feedback via work-itemsTriggers: next step, continue, what's next, workflow status, PR feedbackCoordinates: tech-stack-adapter, git-workflow-manager, bmad-planner,speckit-author, quality-enforcer, workflow-utilitiesContext management: Prompt user to run /context when context usageis high, then /init to reset before continuing workflow.
2026-01-05
next-skill.md
1
1 export next-skill
2 gsannikov from "gsannikov/Exocortex"
3 AI-assisted skill creation with GitHub discovery, adaptation, or fresh scaffolding
2026-01-05
code-migrator.md
1
1 export code-migrator
2 Lordjiggy from "Lordjiggy/claude-code-marketplace"
3 Migrate legacy code to modern frameworks, languages, and patterns with automated refactoring and testing
2026-01-05
performance.md
1
1 export performance
2 89jobrien from "89jobrien/steve"
3 Comprehensive performance specialist covering analysis, optimization, load testing, and framework-specific performance. Use when identifying bottlenecks, optimizing code, conducting load tests, analyzing Core Web Vitals, fixing memory leaks, or improving application performance across all layers (application, database, frontend). Includes React-specific optimization patterns.
2026-01-05
bmad-commands.md
1
1 export bmad-commands
2 adolfoaranaes12 from "adolfoaranaes12/BMAD-ENHANCED"
3 Atomic command primitives for BMAD operations. Provides type-safe, testable wrappers around file operations and test execution with structured JSON I/O and built-in telemetry. This skill should be used when BMAD workflows need deterministic, reliable primitive operations with observability.
2026-01-05
shannon-analysis.md
1
1 export shannon-analysis
2 krzemienski from "krzemienski/shannon-framework"
3 FLEXIBLE skill orchestrating comprehensive analysis workflows. Adapts to analysis type(codebase, architecture, technical debt, complexity) and automatically invokes appropriatesub-skills (spec-analysis, project-indexing, confidence-check). Applies Shannon patterns(8D framework, waves, NO MOCKS) with Serena historical context. Produces quantitative,actionable results with structured outputs and MCP recommendations.
2026-01-05
frontend-debugging.md
1
1 export frontend-debugging
2 nirukk52 from "nirukk52/ScreenGraph"
3 Systematic 10-phase debugging procedure for SvelteKit 2 + Svelte 5 frontend issues. Use when components fail to render, routing breaks, runes throw errors, or Encore client calls fail.
2026-01-05
ops-compliance-runbook.md
1
1 export ops-compliance-runbook
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Execute compliance audit workflows with evidence trails and approvals; use when asked to verify SOC2, HIPAA, or GDPR controls.
2026-01-05
docker-basics.md
1
1 export docker-basics
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when containerizing applications: writing Dockerfiles, docker-compose configurations, and multi-stage builds.
2026-01-05
nuxt-layers.md
1
1 export nuxt-layers
2 leeovery from "leeovery/claude-nuxt"
3 Working with Nuxt layers (base, nuxt-ui, x-ui) that provide shared functionality. Use when understanding layer architecture, importing from layers, extending layer functionality, or creating new layers.
2026-01-05
codex-review.md
1
1 export codex-review
2 williballenthin from "williballenthin/aiwilli"
3 Request an external review from Codex (OpenAI) to get a second perspective on designs, implementations, diffs, or architecture decisions
2026-01-05
frontend-design.md
1
1 export frontend-design
2 luthebao from "luthebao/frontend-template"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
2026-01-05
security-review.md
1
1 export security-review
2 vanillacake369 from "vanillacake369/tonys-nix"
3 Identify security vulnerabilities, performance issues, and code quality problems through systematic analysis adapted to project's technology stack and domain. Use when reviewing code, assessing security, auditing. Triggers: 'security', 'vulnerability', 'audit', 'review', 'OWASP', 'injection', 'authentication', 'authorization', 'XSS', 'CSRF', 'secure', '보안', '취약점', '검토', '리뷰', '감사', '인증', '인가', '보안검사'.
2026-01-05
java-performance.md
1
1 export java-performance
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-java"
3 JVM performance tuning - GC optimization, profiling, memory analysis, benchmarking
2026-01-05
web-research.md
1
1 export web-research
2 ck0123 from "ck0123/deepagents_skills"
3 结构化的网络研究方法,帮助进行全面的信息收集和分析
2026-01-05
golang-performance.md
1
1 export golang-performance
2 89jobrien from "89jobrien/steve"
3 Go performance optimization techniques including profiling with pprof, memory optimization, concurrency patterns, and escape analysis.
2026-01-05
shadcn-init.md
1
1 export shadcn-init
2 jubalm from "jubalm/dotfiles"
3 Setup shadcn/ui in React projects (Next.js, Vite, Astro). Use when initializing shadcn/ui, setting up Tailwind CSS v4, configuring path aliases, or when user mentions "setup shadcn", "install shadcn", "shadcn init", or starting a new shadcn project. NOT for adding components or customization.
2026-01-05
jest-testing.md
1
1 export jest-testing
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-nodejs"
3 Test Node.js applications with Jest including unit tests, integration tests, mocking, code coverage, and CI/CD integration
2026-01-05
github.md
1
1 export github
2 kangju2000 from "kangju2000/dotfiles"
3 Use gh CLI for all GitHub operations like PRs, issues, workflows, releases. Always prefer gh commands over web URLs or API calls.
2026-01-05
test-async-guardian.md
1
1 export test-async-guardian
2 tarrragon from "tarrragon/claude"
3 Flutter/Dart 測試異步資源管理守護者。用於:(1) 診斷測試卡住問題,(2) 審查測試代碼中的異步資源清理,(3) 提供 tearDown 最佳實踐,(4) 掃描潛在的資源洩漏風險。觸發場景:測試卡住、撰寫新測試、Code Review 測試代碼、執行 flutter test 前自動掃描。
2026-01-05
mapping-html-to-api.md
1
1 export mapping-html-to-api
2 farmanlab from "farmanlab/ai_agent_orchestra"
3 Maps HTML content elements to API response fields and generates data binding specifications. Updates the "APIマッピング" section in screen spec.md.
2026-01-05
frontend-enhancer.md
1
1 export frontend-enhancer
2 agent-trust-protocol from "agent-trust-protocol/atp-core"
3 This skill should be used when enhancing the visual design and aesthetics of Next.js web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. Use this skill for tasks like improving styling, creating responsive designs, implementing modern UI patterns, adding animations, selecting color schemes, or building aesthetically pleasing frontend interfaces.
2026-01-05
ai-code-cleanup.md
1
1 export ai-code-cleanup
2 89jobrien from "89jobrien/steve"
3 Remove AI-generated code slop from branches. Use after AI-assisted coding sessions to clean up defensive bloat, unnecessary comments, type casts, and style inconsistencies. Focuses on identifying and removing AI artifacts that degrade code quality.
2026-01-05
google-play-billing.md
1
1 export google-play-billing
2 tianguzhe from "tianguzhe/zsh-config"
3 Google Play Billing Library for Android in-app purchases and subscriptions. Use for implementing IAP, managing products, handling purchases, validating transactions, and subscription management.
2026-01-05