Browse Skills
44915 skills found
strategic-code-reviewer.md
0
1
export
strategic-code-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
DRY, KISS, SRP 원칙에 대해서 코드 리뷰를 수행합니다. 코드 품질 검토, 리팩터링 기회 식별, 중복 코드 감지, 복잡한 로직 단순화에 특화되어 있습니다.
2026-01-05
unbrowser.md
0
1
export
unbrowser
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Intelligent web browsing API that learns from patterns, discovers APIs automatically, and progressively eliminates browser rendering for 10x faster data extraction. Use when you need to extract content from websites, discover APIs, handle authenticated sessions, or automate multi-step browsing workflows.
2026-01-05
code-refactoring.md
0
1
export
code-refactoring
2
from
"heyramzi/vibe-starter"
from
"heyramzi/vibe-starter"
3
Use when code needs cleanup, simplification, or harmonization with codebase patterns. Identifies redundancies, removes complexity, and ensures adherence to project guidelines.
2026-01-05
golang-dev-guidelines.md
0
1
export
golang-dev-guidelines
2
from
"dnlopes/claude-code-plugins"
from
"dnlopes/claude-code-plugins"
3
Use this skill when planning, researching, writing, reviewing, refactoring, or testing Go code (including creating unit tests, test files, and mocks). It provides comprehensive Go development guidelines including proverbs, SOLID principles, and testing standards. Apply these guidelines to ensure code quality, maintainability, and consistency in any Go project.
2026-01-05
create-backend-service.md
0
1
export
create-backend-service
2
from
"CheekyCodexConjurer/quant-lab"
from
"CheekyCodexConjurer/quant-lab"
3
Use this skill when adding new backend functionality (API endpoints + business logic).
2026-01-05
global-commenting.md
0
1
export
global-commenting
2
from
"DevanB/lucidlog"
from
"DevanB/lucidlog"
3
Write minimal, evergreen code comments that explain complex logic without documenting obvious behavior or temporary changes. Use this skill when adding comments to PHP files, TypeScript/JavaScript files, or any code files, when documenting complex algorithms or business logic, when adding PHPDoc blocks or JSDoc comments, when writing self-documenting code with clear naming, or when reviewing existing comments for relevance and necessity. Focus on keeping code self-explanatory through clear structure and naming rather than relying heavily on comments.
2026-01-05
user-feedback-intake.md
0
1
export
user-feedback-intake
2
from
"johannesfritz/autonomous-orchestration"
from
"johannesfritz/autonomous-orchestration"
3
Process user feedback from Stellaris database into structured, actionable items. Use when reviewing bug reports and feature requests, or when user says "check feedback" or "process user requests".
2026-01-05
error-handling-review.md
0
1
export
error-handling-review
2
from
"DaichiHoshina/ai-tools"
from
"DaichiHoshina/ai-tools"
3
エラーハンドリングレビュー - エラー握りつぶし、不適切なログ、エラー伝播を検出
2026-01-05
react.md
0
1
export
react
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Builds user interfaces with React using components, hooks, state management, and modern patterns. Use when creating React components, managing state, handling side effects, optimizing performance, or integrating with frameworks.
2026-01-05
plan-mode.md
0
1
export
plan-mode
2
from
"monoppa/agentic-toolkit"
from
"monoppa/agentic-toolkit"
3
Guidelines for Plan Mode - focus on planning before implementation
2026-01-05
git-workflow-patterns.md
0
1
export
git-workflow-patterns
2
from
"princespaghetti/claude-marketplace"
from
"princespaghetti/claude-marketplace"
3
Analyzes git history to identify commit patterns, branching habits, workflow inefficiencies, and collaboration opportunities. Use when users mention git workflows, commits, branches, rebasing, merge conflicts, PR strategy, force push, git aliases, or express frustration with git operations.
2026-01-05
bats-testing-patterns.md
0
1
export
bats-testing-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive guide for writing shell script tests using Bats (Bash Automated Testing System). Use when writing or improving tests for Bash/shell scripts, creating test fixtures, mocking commands, or setting up CI/CD for shell script testing. Includes patterns for assertions, setup/teardown, mocking, fixtures, and integration with GitHub Actions.
2026-01-05
workbench-work-items.md
0
1
export
workbench-work-items
2
from
"bravellian/workbench"
from
"bravellian/workbench"
3
Work item management for Workbench CLI. Use when creating, updating, linking, or closing work items and tracking execution status.
2026-01-05
global-conventions.md
0
1
export
global-conventions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Follow project-wide development conventions for project structure, documentation, version control, code review, environment configuration, dependency management, and security practices. Use this skill when setting up new projects, organizing file structures, writing project documentation, creating Git branches and commits, configuring environment variables, managing dependencies, setting up CI/CD pipelines, or implementing security practices. Apply when working on project setup tasks, creating documentation files (README.md, ARCHITECTURE.md, DATABASE_SCHEMA.md, API_REFERENCE.md, SETUP.md), Git workflow operations, .env files, package.json/bun.lockb, Docker configurations, or any cross-cutting project concerns. This skill ensures hybrid code organization (global shared code by type + feature-specific code with nested subdirectories), required documentation (README, ARCHITECTURE, DATABASE_SCHEMA, API_REFERENCE, SETUP - written before coding then updated), GitHub Flow workflow (main branch production-ready, feat
2026-01-05
security-engineer.md
0
1
export
security-engineer
2
from
"oehm-smith/linux-env"
from
"oehm-smith/linux-env"
3
Audits RLS policies, validates security implementations, and identifies vulnerabilities
2026-01-05
ruby-metaprogramming.md
0
1
export
ruby-metaprogramming
2
from
"conradbeach/dotfiles"
from
"conradbeach/dotfiles"
3
Use when working with Ruby metaprogramming features including dynamic method definition, method_missing, class_eval, define_method, and reflection.
2026-01-05
inbox-assistant.md
0
1
export
inbox-assistant
2
from
"dparedesi/inboxd"
from
"dparedesi/inboxd"
3
Manage Gmail inbox with AI-powered triage, cleanup, and restore. Use when the user mentions inbox, email triage, clean inbox, email cleanup, check email, email summary, delete emails, manage inbox, or wants to organize their email.
2026-01-05
pr-writing.md
0
1
export
pr-writing
2
from
"shwilliamson/a-test"
from
"shwilliamson/a-test"
3
Best practices for writing clear, effective pull request descriptions. Use when creating PRs to ensure they communicate changes effectively to reviewers.
2026-01-05
implementing-jsc-classes-cpp.md
0
1
export
implementing-jsc-classes-cpp
2
from
"brendadeeznuts1111/mybundocs11"
from
"brendadeeznuts1111/mybundocs11"
3
Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.
2026-01-05
forensic-unplanned-work.md
0
1
export
forensic-unplanned-work
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when understanding velocity issues, measuring quality improvement efforts, tracking interrupt work, or quantifying technical debt impact - monitors trends in unplanned work (bugs, hotfixes) and correlates with code hotspots
2026-01-05
systematic-debugging.md
0
1
export
systematic-debugging
2
from
"penne-0505/docs_driven_dev_template"
from
"penne-0505/docs_driven_dev_template"
3
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
seatalk-api.md
0
1
export
seatalk-api
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when working with Seatalk (Sea's enterprise messaging platform) integrations, bot development, group chat automation, or messaging APIs.
2026-01-05
api-organization.md
0
1
export
api-organization
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Explains the standardized API organization pattern for this codebase. Use when creating new API endpoints, API clients, or modifying existing API structure. Covers the 5-file system (endpoint-types, endpoints, api-client, admin-api-client, protected-endpoints), role-based access patterns (admin vs regular users), and TypeScript type safety across the API layer. All API code lives in src/lib/api/ following this exact pattern.
2026-01-05
pr-reviewer.md
0
1
export
pr-reviewer
2
from
"shiiman/claude-code-plugins"
from
"shiiman/claude-code-plugins"
3
PR をレビューして GitHub にコメントを投稿する。「PR レビュー」「PR をレビュー」「コードレビュー」「レビューして」「PR 確認」「セキュリティレビュー」「パフォーマンスレビュー」などで起動。全体/セキュリティ/パフォーマンス観点でレビューし結果をコメント。
2026-01-05