Browse Skills

17720 skills found

github-pr-best-practices.md
1
1 export github-pr-best-practices
2 1natsu172 from "1natsu172/dotfiles"
3 Best practices for creating GitHub pull requests including conventional commits, PR formatting, and multi-language support (en/ja). Use when creating PRs, writing PR descriptions, or formatting commit messages.
2026-01-05
git-commit.md
1
1 export git-commit
2 motoki317 from "motoki317/dotfiles"
3 Stage meaningful diffs and create commits with WHY-focused messages. Use when agent needs to commit code changes.
2026-01-05
backend-migrations.md
1
1 export backend-migrations
2 imkdw from "imkdw/imkdw-dev"
3 Create and manage Prisma database migrations for schema changes in PostgreSQL. Use this skill when modifying Prisma schema files (*.prisma), creating new database migrations, adding or modifying database tables/columns/indexes, managing foreign key relationships, or running migration commands. This includes files in prisma/schema/ directory (schema.prisma, member.prisma, article.prisma, series.prisma, tag.prisma, article-comment.prisma), and migration files in prisma/migrations/. Apply when using Prisma CLI commands like `prisma migrate dev`, `prisma generate`, `prisma db push`, or when restructuring the split schema architecture.
2026-01-05
a11y-annotation-generator.md
1
1 export a11y-annotation-generator
2 Dexploarer from "Dexploarer/claudius-skills"
3 Adds accessibility annotations (ARIA labels, roles, alt text) to make web content accessible. Use when user asks to "add accessibility", "make accessible", "add aria labels", "wcag compliance", or "screen reader support".
2026-01-05
ios-fundamentals.md
1
1 export ios-fundamentals
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-ios"
3 Master iOS development foundations - Architecture, lifecycle, memory, concurrency
2026-01-05
state.md
1
1 export state
2 M2AI-jp from "M2AI-jp/thanks4claudecode-v2"
3 このワークスペースの state.md 管理、playbook 運用の専門知識。state.md の更新、focus の切り替え、done_criteria の判定、CRITIQUE の実行時に使用する。
2026-01-05
code-reviewer.md
1
1 export code-reviewer
2 WomenDefiningAI from "WomenDefiningAI/claude-code-skills"
3 Research-backed code review skill with OWASP Top 10 security checks, SAST tool integration (SonarQube, CodeQL, Snyk), performance pattern detection, and automated quality standards enforcement. Auto-invoked for code review, security audit, PR analysis, and bug checking. Implements 2025 best practices with 92% faster vulnerability remediation.
2026-01-05
optimizing-bundle-size.md
1
1 export optimizing-bundle-size
2 jls42 from "jls42/leapmultix"
3 Analyzes and reduces JavaScript bundle size for fast loading. Use when adding dependencies, before releases, or if bundle exceeds 200KB
2026-01-05
enterprise-python.md
1
1 export enterprise-python
2 QoSz from "QoSz/Spotify-Tracker"
3 Enterprise-ready Python development incorporating Kaizen (continuous improvement) and Monozukuri (meticulous craftsmanship) principles. Use this skill when building Python applications, APIs, CLI tools, data pipelines, automation scripts, or when the user requests clean, efficient, fast, simple, elegant, enterprise-grade, bulletproof, or production-ready Python code. This skill enforces modern Python 3.12+ best practices, type safety, testing patterns, security, and performance optimization.
2026-01-05
ash-changes.md
1
1 export ash-changes
2 clientt-ai from "clientt-ai/clientt_phoenix_crm"
3 Using changes to modify changesets before action execution
2026-01-05
thesys-generative-ui.md
1
1 export thesys-generative-ui
2 ovachiever from "ovachiever/droid-tings"
3 Integrate TheSys C1 Generative UI API to stream interactive React components (forms, charts, tables) from LLM responses. Supports Vite+React, Next.js, and Cloudflare Workers with OpenAI, Anthropic Claude, and Workers AI.Use when building conversational UIs, AI assistants with rich interactions, or troubleshooting empty responses, theme application failures, streaming issues, or tool calling errors.
2026-01-05
supabase-realtime.md
1
1 export supabase-realtime
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when implementing real-time features: live updates, presence, broadcast messages, or database change subscriptions.
2026-01-05
create-epic.md
1
1 export create-epic
2 semicolon-devteam from "semicolon-devteam/semo"
3 Create Epic issue in docs repository. Use when (1) ideate 스킬에서 자동 호출,(2) epic-master needs to create new Epic, (3) Design Brief → Epic 변환,(4) converting requirements into GitHub Issue.
2026-01-05
arxiv-daily-paper-reader.md
1
1 export arxiv-daily-paper-reader
2 ppx123-web from "ppx123-web/arxiv-daily-reader"
3 Comprehensive arXiv paper search and retrieval tool with keyword search, category filtering, date range filtering, and daily paper fetching capabilities for academic research tracking without keywords
2026-01-05
dev-toolkit.md
1
1 export dev-toolkit
2 nathanvale from "nathanvale/side-quest-marketplace"
3 Development skills for Bun CLI, runtime workflows, and developer experience patterns
2026-01-05
gemini.md
1
1 export gemini
2 sbluemin from "sbluemin/llm-interaction-patterns"
3 Delegate prompts to Google Gemini CLI
2026-01-05
speakerdeck-reader.md
1
1 export speakerdeck-reader
2 yamadashy from "yamadashy/ccreader"
3 SpeakerDeck スライドの内容を取得・要約するスキル。URL が speakerdeck.com/{user}/{slug} 形式の場合に使用。PDF をダウンロードして Read ツールで読み取る。
2026-01-05
browser-automation.md
1
1 export browser-automation
2 hippocampus-dev from "hippocampus-dev/hippocampus"
3 Browser automation toolkit using Playwright. Supports interacting with web applications, form filling, capturing screenshots, viewing browser logs, and running automated tests. Use when automating browser tasks, testing web UI, or scraping web pages.
2026-01-05
build-swift-project.md
1
1 export build-swift-project
2 kobejean from "kobejean/lar-swift"
3 Build and test the LocalizeAR Swift project using build.sh scripts. Use this skill whenever building, testing, or cleaning the project. NEVER use xcodebuild or swift build directly - always use build.sh.
2026-01-05
git-workflow-deployment.md
1
1 export git-workflow-deployment
2 omerakben from "omerakben/omer-akben"
3 Git branching strategy, CI/CD pipeline, quality gates, and deployment procedures for the omer-akben portfolio project. Use when working with git operations, deployments, or CI/CD workflows.
2026-01-05
handler.md
1
1 export handler
2 yaochangyu from "yaochangyu/api.template"
3 Handler 業務邏輯層實作技能,協助開發者實作符合專案規範的 Handler,包含業務邏輯處理、流程協調、Result Pattern 錯誤處理與跨 Repository 操作。
2026-01-05
rabbit-hole.md
1
1 export rabbit-hole
2 friday-james from "friday-james/let-claude-code"
3 Follow a bug to its deepest root cause using the 5 Whys technique. Use for mysterious bugs that keep coming back.
2026-01-05
posting-review-summary.md
1
1 export posting-review-summary
2 bitwarden from "bitwarden/ai-plugins"
3 Posts or updates the PR summary comment. Detects context (GitHub sticky comment, GitHub new comment, or local file) and routes output accordingly. Use after all findings are classified and inline comments are posted.
2026-01-05
codebase-analysis.md
1
1 export codebase-analysis
2 vanillacake369 from "vanillacake369/tonys-nix"
3 Universal methodology for discovering and adapting to any codebase's patterns, conventions, and architectural decisions. Automatically detects technology stack, learns project structure, and identifies coding standards. Use when encountering unfamiliar code, unknown frameworks, need to understand project patterns. Triggers: 'architecture', 'structure', 'conventions', 'tech stack', 'patterns', 'how is organized', '구조', '아키텍처', '패턴', '컨벤션', '기술스택', '어떻게 구성', '분석', analyzing package.json, go.mod, flake.nix, Cargo.toml, .gitignore files.
2026-01-05