Browse Skills
22656 skills found
beads-issue-tracking.md
0
1
export
beads-issue-tracking
2
from
"shaneholloman/beads"
from
"shaneholloman/beads"
3
Track complex, multi-session work with dependency graphs using beads (beads) issue tracker. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
2026-01-05
numpy-sorting.md
0
1
export
numpy-sorting
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Sorting and searching algorithms including O(n) partitioning, binary search, and hierarchical multi-key sorting. Triggers: sort, argsort, partition, searchsorted, lexsort, nan sort order.
2026-01-05
backend-queries.md
0
1
export
backend-queries
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write efficient and secure database queries following best practices for SQL injection prevention, N+1 query optimization, and performance for PostgreSQL (Bun.sql, Prisma, Supabase) and Firestore. Use this skill when writing or modifying database queries, implementing data fetching logic, working with ORMs (Prisma, TypeORM, Entity Framework), using Bun.sql native driver, querying Firestore collections, or implementing caching strategies. Apply when working on service files (services/*.ts, repositories/*.ts, *Service.cs), query builder implementations, data access layers, or any code that fetches or manipulates data. This skill ensures parameterized queries to prevent SQL injection (never interpolate user input), eager loading to prevent N+1 problems, selective column fetching (no SELECT *), strategic indexing on WHERE/JOIN/ORDER BY columns, transactions for related operations, query timeouts for performance, caching expensive queries, prepared statements with Bun.sql for repeated queries, and query-driven mod
2026-01-05
claude-md-customizer.md
0
1
export
claude-md-customizer
2
from
"CAPHTECH/claude-marketplace"
from
"CAPHTECH/claude-marketplace"
3
対話形式の質問を通じてユーザーの技術的背景、開発スタイル、AI協働の好みを把握し、最適化されたCLAUDE.mdを生成するスキル。ユーザーが「CLAUDE.mdをカスタマイズしたい」「AIの振る舞いを自分に合わせたい」「開発スタイルに合わせた設定がしたい」と言った時に使用する。新規ユーザーのオンボーディングや、既存CLAUDE.mdの見直し時にも有効。
2026-01-05
atlas-agent-developer.md
0
1
export
atlas-agent-developer
2
from
"ajstack22/StackMap"
from
"ajstack22/StackMap"
3
Implementation and troubleshooting agent - builds features and fixes bugs
2026-01-05
mcp-builder.md
0
1
export
mcp-builder
2
from
"icartsh/icartsh_plugin"
from
"icartsh/icartsh_plugin"
3
LLM이 잘 설계된 도구를 통해 외부 서비스와 상호작용할 수 있게 해주는 고품질 MCP (Model Context Protocol) 서버를 만들기 위한 가이드입니다. Python (FastMCP) 또는 Node/TypeScript (MCP SDK)를 사용하여 외부 API나 서비스를 통합하는 MCP 서버를 구축할 때 사용하세요.
2026-01-05
midjourney-prompts.md
0
1
export
midjourney-prompts
2
from
"Manuelvillarvieites/energy-company"
from
"Manuelvillarvieites/energy-company"
3
Generate Midjourney V7 image prompts for website sections. Analyzes page components, extracts aspect ratios from CSS, outputs prompts with SEO filenames. Use after completing page (skills 02-06). Triggers on "generate image prompts", "midjourney prompts", "create images for page".
2026-01-05
unit-testing.md
0
1
export
unit-testing
2
from
"ProfPowell/project-template"
from
"ProfPowell/project-template"
3
Write unit tests for JavaScript files using Node.js native test runner. Use when creating new scripts, fixing bugs, or when prompted about missing tests.
2026-01-05
validate-system.md
0
1
export
validate-system
2
from
"abdullahbeam/nexus-design-abdullah"
from
"abdullahbeam/nexus-design-abdullah"
3
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "check system", or "fix problems". Runs comprehensive checks on folder structure, metadata files, and framework consistency with auto-repair capabilities.
2026-01-05
documentation-standards.md
0
1
export
documentation-standards
2
from
"amattas/retail-demo"
from
"amattas/retail-demo"
3
How user-facing and internal documentation should be written and maintained.
2026-01-05
security-guidelines.md
0
1
export
security-guidelines
2
from
"Regis-RCR/rcr-plugin-factory-marketplace"
from
"Regis-RCR/rcr-plugin-factory-marketplace"
3
Use when auditing Claude Code plugin security or implementing secure practices - security guidelines with credential handling, hook safety, and MCP security for November 2025 specifications
2026-01-05
strategic-persona-builder.md
0
1
export
strategic-persona-builder
2
from
"therealchandlerbing/claude-usecases"
from
"therealchandlerbing/claude-usecases"
3
Generate evidence-backed stakeholder personas from research data using structured frameworks (Vianeo, Jobs-to-be-Done, empathy mapping). Supports partners, innovators, stakeholders, and beneficiaries with dual outputs for strategy and platform entry. Use PROACTIVELY for validation projects, partnership development, and user research synthesis. (project)
2026-01-05
custom-hooks.md
0
1
export
custom-hooks
2
from
"gizix/cc_projects"
from
"gizix/cc_projects"
3
Implement custom React hooks for reusable logic including state management, side effects, and data fetching. Use when extracting component logic into reusable hooks.
2026-01-05
authentication-authorization-patterns.md
0
1
export
authentication-authorization-patterns
2
from
"thapaliyabikendra/ai-artifacts"
from
"thapaliyabikendra/ai-artifacts"
3
Master authentication and authorization patterns including OAuth 2.0, OpenID Connect, JWT tokens, refresh tokens, role-based access control (RBAC), claims-based authorization, and secure token storage for .NET applications with OpenIddict and ABP Framework.
2026-01-05
bump-version.md
0
1
export
bump-version
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user wants to bump the version number in the workspace. It updates versions across all pyproject.toml files (root, tde, and tda packages) and the CHANGELOG.md to keep them synchronized.
2026-01-05
qmd.md
0
1
export
qmd
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
2026-01-05
email-html-engine.md
0
1
export
email-html-engine
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate bulletproof HTML email code that renders correctly across Gmail, Outlook, Apple Mail, Yahoo, and mobile clients. Use when creating HTML emails, email templates, or any HTML content for email delivery. Handles table-based layouts, inline CSS, MSO conditionals, and cross-client compatibility.
2026-01-05
update-readme.md
0
1
export
update-readme
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Autonomously audit the entire repository and update the main README with comprehensive, accurate documentation of the current codebase
2026-01-05
claude-recall-memory-management.md
0
1
export
claude-recall-memory-management
2
from
"raoulbia-ai/claude-recall"
from
"raoulbia-ai/claude-recall"
3
Automatic memory capture and retrieval for Claude Recall MCP - ensures you never repeat yourself
2026-01-05
valibot.md
0
1
export
valibot
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Validates data with Valibot's modular, tree-shakable schema library for minimal bundle size. Use when bundle size matters, building form validation, or needing lightweight TypeScript validation.
2026-01-05
moai-baas-supabase-ext.md
0
1
export
moai-baas-supabase-ext
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enterprise Supabase PostgreSQL Platform with AI-powered open-source BaaS architecture, Context7 integration, and intelligent PostgreSQL orchestration for scalable modern applications
2026-01-05
yaml-config-builder.md
0
1
export
yaml-config-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate properly structured YAML configuration files for applications, services, and infrastructure with correct syntax and common patterns. Triggers on "create YAML config", "generate YAML for", "YAML configuration file", "config.yml for".
2026-01-05
mastering-github-cli.md
0
1
export
mastering-github-cli
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" commands, "github cli", searching repos for files/directories (.skilz, .cursor, .codex, Dockerfile), monitoring GitHub Actions workflows, checking PR CI status, downloading artifacts, creating PRs/issues/repos from command line, triggering workflows, forking repos, batch operations, "write a workflow", "github actions", "CI/CD pipeline", "workflow yaml", and "matrix builds". Use for gh search, gh run, gh pr, gh issue, gh repo, gh workflow, gh api, workflow authoring, and automating GitHub operations.
2026-01-05
backend-requirements.md
0
1
export
backend-requirements
2
from
"MuhammedAlkhudiry/ai-concise-guidelines"
from
"MuhammedAlkhudiry/ai-concise-guidelines"
3
Document frontend data needs for backend developers. Use when frontend needs to communicate API requirements to backend, or user says 'backend requirements', 'what data do I need', 'API requirements', or is describing data needs for a UI.
2026-01-05