Browse Skills
44915 skills found
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
computer-vision.md
0
1
export
computer-vision
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Image processing, object detection, segmentation, and vision models. Use for image classification, object detection, or visual analysis tasks.
2026-01-05
pufferlib.md
0
1
export
pufferlib
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs.
2026-01-05
h2-tank-builder.md
0
1
export
h2-tank-builder
2
from
"Proaptus/proagentic-dfx"
from
"Proaptus/proagentic-dfx"
3
Systematic development skill for H2 Tank Designer frontend and mock server. Use when building, testing, or modifying the H2 Tank Designer project. Enforces TDD, RTM-driven development, and phased validation. Ensures agent stays on track with specifications, validates against 189 requirements, and follows best practices for Next.js, React, TypeScript, and Three.js development.
2026-01-05
debian-bootstrap.md
0
1
export
debian-bootstrap
2
from
"cptfinch/dotfiles"
from
"cptfinch/dotfiles"
3
Bootstrap a new Debian/Ubuntu system with your standard configuration. Portable dotfiles, SSH config, shell setup, and SOPS secrets - no Nix required. Use when setting up a new machine or migrating away from NixOS.
2026-01-05
book-to-post.md
0
1
export
book-to-post
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Search for books using Google Books API (by title or ISBN) and generate a Hugo markdown post with book metadata including cover, description, author, etc. Use when the user provides a book title or ISBN.
2026-01-05
security-compliance.md
0
1
export
security-compliance
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement comprehensive security for shared library. Use when working with security audits, dependency vulnerabilities, API security, token encryption, or secure coding practices for library consumers. Library security impacts all consuming plugins.
2026-01-05
council-thinkdeep.md
0
1
export
council-thinkdeep
2
from
"kanlanc/Claude-Code-Kanlanc-Marketplace"
from
"kanlanc/Claude-Code-Kanlanc-Marketplace"
3
Use for deep multi-step investigation and analysis with both Codex and Gemini. Triggers on "council deep analysis", "investigate with council", "council thorough investigation", "have the council think deeply".
2026-01-05
learning-system.md
0
1
export
learning-system
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Process learning resources from markdown files, extract content, identify clusters, and create Ship-Learn-Next learning paths
2026-01-05
permissions-manager.md
0
1
export
permissions-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Configures Claude Code permissions via natural language for CLI tools (git, gcloud, aws, kubectl, maven, gradle, npm, docker), project types (Rust, Java, TypeScript, Python), and file patterns. Use when asked to "configure permissions", "enable git", "allow docker", "setup project permissions", "apply permission profile", or "make files editable". Auto-detects project types and researches unknown tools.
2026-01-05
file-validation.md
0
1
export
file-validation
2
from
"violetio/violet-ai-plugins"
from
"violetio/violet-ai-plugins"
3
Strict detection and removal of unrelated files before PR creation
2026-01-05
cass.md
0
1
export
cass
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Always search before starting any work across all coding agent session histories (Claude Code, Codex, Cursor, Gemini CLI, Aider, ChatGPT) to find whatever we've discussed before.
2026-01-05
seo.md
0
1
export
seo
2
from
"thoreinstein/opencode-config"
from
"thoreinstein/opencode-config"
3
Implement SEO optimizations for specified pages or entire site
2026-01-05
empirica-epistemic-framework.md
0
1
export
empirica-epistemic-framework
2
from
"Nubaeon/empirica"
from
"Nubaeon/empirica"
3
Empirica epistemic self-assessment framework for AI agents. Use when you need to assess your knowledge state, track learning, measure calibration, or ensure genuine metacognitive reasoning. Provides 13-vector epistemic assessment (KNOW, DO, CONTEXT, CLARITY, COHERENCE, SIGNAL, DENSITY, STATE, CHANGE, COMPLETION, IMPACT, ENGAGEMENT, UNCERTAINTY). Use for preflight assessment before tasks, postflight validation after completion, continuous epistemic tracking during complex work, or session handoff reports for multi-session/multi-agent coordination (98% token reduction).
2026-01-05