Browse Skills
6471 skills found
rocketindex.md
0
1
export
rocketindex
2
from
"rocket-tycoon/rocket-index"
from
"rocket-tycoon/rocket-index"
3
AI focused rocket-fast language server. 15-800x faster than traditional LSPs, and as little as 50MB RAM usage.
2026-01-14
ux-concepts.md
0
1
export
ux-concepts
2
from
"ShintaroaSuzuki/shintaroasuzuki-plugins"
from
"ShintaroaSuzuki/shintaroasuzuki-plugins"
3
Understand and apply psychological concepts to create superior user experiences (UX) in frontend design.
2026-01-15
refactoring-patterns.md
0
1
export
refactoring-patterns
2
from
"vineethsoma/agent-packages"
from
"vineethsoma/agent-packages"
3
Reusable APM agent packages for AI-native development
2025-12-26
semantic-search.md
0
1
export
semantic-search
2
from
"squirrelsoft-dev/infinite-memory"
from
"squirrelsoft-dev/infinite-memory"
3
Automatically search indexed code when user asks questions about the codebase. Detects code-related queries and uses semantic memory to find relevant files. Activates for questions like "how does X work", "where is Y", "show me Z implementation".
2025-12-04
live-coding-interviewer.md
0
1
export
live-coding-interviewer
2
from
"namuuCY/for-Java-Python"
from
"namuuCY/for-Java-Python"
3
Baekjoon 및 프로그래머스에서의 PS를 저장합니다.
2026-02-27
wsl-screenshots.md
0
1
export
wsl-screenshots
2
from
"ViperJuice/dotfiles"
from
"ViperJuice/dotfiles"
3
View Windows screenshots from WSL. Use when user mentions screenshot, screen capture, or asks to look at an image they just took.
2026-02-25
pupun-korvat-styling.md
0
1
export
pupun-korvat-styling
2
from
"Nikojuu/putiikkipalvelu-SDK-template"
from
"Nikojuu/putiikkipalvelu-SDK-template"
3
Complete styling guide for Pupun Korvat jewelry theme. Apply phase by phase for complete restyling. Elegant artisan aesthetic with rose gold accents, corner decorations, and shimmer effects.
2026-02-19
taxonomy-resolver.md
0
1
export
taxonomy-resolver
2
from
"dannon/taxonomy-resolver"
from
"dannon/taxonomy-resolver"
3
Resolves ambiguous organism names to precise NCBI taxonomy IDs and scientific names, then recommends appropriate IWC (Intergalactic Workflow Commission) Galaxy workflows for analysis. Use this skill when users provide common names (like "malaria parasite", "E. coli", "mouse"), abbreviated names, or when you need to convert any organism reference to an exact scientific name for API queries. This skill handles disambiguation through conversation, validates taxonomy IDs via NCBI Taxonomy API, provides ENA FASTQ search capabilities, and ALWAYS recommends existing IWC workflows rather than producing custom scripts or analysis steps.
2025-11-14
langgraph.md
0
1
export
langgraph
2
from
"amite/personal-triage-agent"
from
"amite/personal-triage-agent"
3
A Minimally Viable Application (MVA) called the "Personal Task Manager Triage." This MVA must be stateful, multi-step, and built using the ReAct agent pattern within a LangGraph framework.
2025-12-18
incoherence.md
0
1
export
incoherence
2
from
"timmye/neurosensefx"
from
"timmye/neurosensefx"
3
Detect and resolve incoherence in documentation, code, specs vs implementation. Includes reconciliation phase for applying user-provided resolutions.
2026-02-05
code-documentation.md
0
1
export
code-documentation
2
from
"Z1-Test/temp-harshdeep-st17"
from
"Z1-Test/temp-harshdeep-st17"
3
add and manage documentation in code, including constants, variables, functions, classes, and modules
2025-12-30
developing-nextjs.md
0
1
export
developing-nextjs
2
from
"duksosleepy/lug-front"
from
"duksosleepy/lug-front"
3
Use this skill when developing Next.js 16+ applications - creating pages, components, layouts, API routes, implementing proxy.ts, adding caching with Cache Components, or refactoring frontend code. This includes working with App Router patterns, Server Components, Server Actions, React 19+ features, and Tailwind CSS v4.
2026-01-05
deploy.md
0
1
export
deploy
2
from
"urjitbhatia/bubbles"
from
"urjitbhatia/bubbles"
3
The lending library app
2026-01-09
truenas-docker-ops.md
0
1
export
truenas-docker-ops
2
from
"thurstonsand/thurstons-claude-skills"
from
"thurstonsand/thurstons-claude-skills"
3
Plugin for claude skills
2025-12-31
kindle-capture.md
0
1
export
kindle-capture
2
from
"Tsunoda-s-FT/kindle-app"
from
"Tsunoda-s-FT/kindle-app"
3
Kindle Web Reader/Kindle macOSアプリからスクリーンショットをキャプチャしてPDF生成。書籍名やASIN指定でKindle本を自動PDF化。Kindleライブラリ検索、Playwrightでページ自動取得、PNG画像からPDF変換、レイアウト設定(single/double)、範囲指定、品質調整、リサイズに対応。タイトル取得に失敗した場合は表紙キャプチャをAIで視認して命名する。
2025-12-30
openscad-library-check.md
0
1
export
openscad-library-check
2
from
"Euda1mon1a/parametric_projects"
from
"Euda1mon1a/parametric_projects"
3
Verify OpenSCAD libraries (BOSL2, Round-Anything) are installed, troubleshoot common issues, understand best practices for spiral generation, and evaluate designs against professional CAD quality standards.
2025-12-08
sdk-sequence-guide.md
0
1
export
sdk-sequence-guide
2
from
"Soochol/station-service-sdk"
from
"Soochol/station-service-sdk"
3
Station Service SDK를 사용한 테스트 시퀀스 개발 가이드. SequenceBase 패턴, emit 메서드, manifest.yaml 작성법 제공. 사용자가 시퀀스 개발, SequenceBase 구현, 테스트 자동화 코드 작성, manifest.yaml 설정, emit 메서드 사용법을 문의할 때 활성화.
2026-01-10
backend-dev-guidelines.md
0
1
export
backend-dev-guidelines
2
from
"ZeroGravitySkin-Ron/Claude"
from
"ZeroGravitySkin-Ron/Claude"
3
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
2025-11-12
stripe-integration.md
0
1
export
stripe-integration
2
from
"dvorkinguy/claude-skills-agents"
from
"dvorkinguy/claude-skills-agents"
3
Claude Code skills, agents, commands, MCP configs, plugins, and settings
2025-12-17
ghostmind-system.md
0
1
export
ghostmind-system
2
from
"ghostmind-dev/system"
from
"ghostmind-dev/system"
3
This skill should be used when working with the Ghostmind development system, which uses meta.json as a central configuration for Docker, Compose, Terraform, and Tmux. Use this skill when creating or modifying configurations for any of these components, setting up new applications, or understanding how the system components interconnect.
2025-11-30
store-migration-workflow.md
0
1
export
store-migration-workflow
2
from
"bjpl/california_puzzle_game"
from
"bjpl/california_puzzle_game"
3
Interactive educational puzzle game for learning California geography with D3.js visualizations and React.
2026-02-06
git-pr-creation.md
0
1
export
git-pr-creation
2
from
"foontinz/claude-code-plugins"
from
"foontinz/claude-code-plugins"
3
This skill creates pull requests using the GitHub CLI with AI-generated descriptions. It analyzes the current branch, detects available target branches, and generates concise PR descriptions based on the commit history and changes. Use this when asked to create a pull request, file a PR, or when the user uses the `/pr` or `/gpr` command. It automates the PR creation process while ensuring quality descriptions.
2025-12-24
multi-model-review.md
0
1
export
multi-model-review
2
from
"mozuq-lab/multi-model-review"
from
"mozuq-lab/multi-model-review"
3
マルチモデルコードレビュー。LLMがコードレビューを行った後、GitHub Copilot CLIに精査させて双方の視点を統合した最終レビューを提供。Use when user wants multi-model code review, second opinion, or wants to cross-check review findings with another AI. Triggers: "/multi-model-review", "マルチモデルレビュー", "複数モデルでレビュー", "セカンドオピニオン"
2026-01-11
living-context.md
0
1
export
living-context
2
from
"mabrax/cctx"
from
"mabrax/cctx"
3
Claude Context - Co-located documentation that stays synchronized with code
2025-12-18