Browse Skills
20307 skills found
rails-security.md
2
1
export
rails-security
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Implement security best practices including authentication, authorization, and protection against common vulnerabilities. Use when implementing user authentication, access control, or securing application endpoints.
2026-01-05
cross-service-integration.md
2
1
export
cross-service-integration
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Quick decision guide for cross-service communication patterns. For implementation details, use the backend-message-bus skill.
2026-01-05
prioritization-frameworks.md
2
1
export
prioritization-frameworks
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
優先順位付けフレームワークの専門スキル。MoSCoW法、RICE Scoring、Kano Modelを用いて、限られたリソースで最大の価値を提供するための意思決定を支援します。Anchors:• 『Inspired』(Marty Cagan) / 適用: プロダクト優先順位 / 目的: 価値最大化• Intercom RICE Scoringガイド / 適用: 定量的スコアリング / 目的: データドリブンな意思決定• Kano Model理論(Noriaki Kano) / 適用: 顧客満足度分析 / 目的: 戦略的投資判断Trigger:Use when prioritizing features, requirements, backlog items, or strategic initiatives. Apply to sprint planning, release planning, roadmap development, feature evaluation, or resource allocation decisions.
2026-01-05
code-quality-standards.md
2
1
export
code-quality-standards
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Apply code quality standards for testing, coverage, CI/CD, and automation: Vitest, coverage philosophy, git hooks, GitHub Actions, quality gates. Use when setting up testing, configuring CI, discussing quality practices, or reviewing automation.
2026-01-05
Claude Code/Codex CLI Skills - RPI Framework.md
2
1
export
Claude Code/Codex CLI Skills - RPI Framework
2
from
"ferdiangunawan/rpi-stack"
from
"ferdiangunawan/rpi-stack"
3
This directory contains custom skills for the RPI (Research, Plan, Implement) methodology - a structured approach to software development that ensures quality through systematic validation.
2026-01-05
fullstory-element-properties.md
2
1
export
fullstory-element-properties
2
from
"fullstorydev/fs-skills"
from
"fullstorydev/fs-skills"
3
Comprehensive guide for implementing Fullstory's Element Properties API across Web, Android, and iOS platforms. Teaches proper type handling, schema construction, value formatting, and platform-specific patterns including view/cell reuse. Includes detailed good/bad examples for e-commerce, forms, and dynamic content to help developers add semantic decoration to their apps and capture business-relevant properties on interactive elements.
2026-01-05
mcp-server-development.md
2
1
export
mcp-server-development
2
from
"akiojin/unity-mcp-server"
from
"akiojin/unity-mcp-server"
3
Expert guidance for building MCP (Model Context Protocol) servers using the TypeScript SDK. Use when developing MCP servers, implementing tools/resources/prompts, or working with the @modelcontextprotocol/sdk package. Covers server initialization, request handlers, Zod schemas, error handling, and JSON-RPC patterns.
2026-01-05
github-pr-manager.md
2
1
export
github-pr-manager
2
from
"EdanStarfire/claudecode_webui"
from
"EdanStarfire/claudecode_webui"
3
Create, view, and merge GitHub pull requests with validation. Use when creating PRs from branches, checking PR status, or merging approved PRs with cleanup.
2026-01-05
api-designer.md
2
1
export
api-designer
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Design REST and GraphQL APIs. Use when creating backend APIs, defining API contracts, or integrating third-party services. Covers endpoint design, authentication, versioning, documentation, and best practices.
2026-01-05
detecting-memory-leaks.md
2
1
export
detecting-memory-leaks
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
2026-01-05
checking-session-security.md
2
1
export
checking-session-security
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to check session security implementations within a codebase. It analyzes session management practices to identify potential vulnerabilities. Use this skill when a user requests to "check session security", "audit session handling", "review session implementation", or asks about "session security best practices" in their code. It helps identify issues like insecure session IDs, lack of proper session expiration, or insufficient protection against session fixation attacks. This skill leverages the session-security-checker plugin.
2026-01-05
transaction-script.md
2
1
export
transaction-script
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
マーティン・ファウラーのPofEAAに基づくトランザクションスクリプトパターンを専門とするスキル。シンプルなビジネスロジックを手続き型で組織化し、CRUDベースのアプリケーション開発を効率化します。Anchors:• Patterns of Enterprise Application Architecture (Martin Fowler) / 適用: パターン定義と適用条件 / 目的: 適切なパターン選択• Designing Data-Intensive Applications (Martin Kleppmann) / 適用: データモデリング / 目的: 手続き型アプローチの妥当性検証Trigger:Use when implementing simple business logic, CRUD operations, building quick prototypes, or when domain model overhead is not justified.transaction script, executor pattern, procedural business logic, simple CRUD, PofEAA
2026-01-05
instructions-development.md
2
1
export
instructions-development
2
from
"OshanKHZ/oshankhz-claude-code"
from
"OshanKHZ/oshankhz-claude-code"
3
This skill should be used when the user asks to "create CLAUDE.md", "initialize CLAUDE.md", "sync CLAUDE.md with code", "update documentation from codebase", "create .claude/rules/", "manage modular rules", "split large CLAUDE.md", or mentions project documentation setup. Manages complete lifecycle of project instructions including creation, synchronization with code patterns, and modular organization.
2026-01-05
training-machine-learning-models.md
2
1
export
training-machine-learning-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill trains machine learning models using automated workflows. It analyzes datasets, selects appropriate model types (classification, regression, etc.), configures training parameters, trains the model with cross-validation, generates performance metrics, and saves the trained model artifact. Use this skill when the user requests to "train" a model, needs to evaluate a dataset for machine learning purposes, or wants to optimize model performance. The skill supports common frameworks like scikit-learn.
2026-01-05
temporal.md
2
1
export
temporal
2
from
"steveandroulakis/temporal-conductor-migration-agent"
from
"steveandroulakis/temporal-conductor-migration-agent"
3
Manage Temporal workflows: server lifecycle, worker processes, workflow execution, monitoring, and troubleshooting for Python SDK with temporal server start-dev.
2026-01-05
code-structure.md
2
1
export
code-structure
2
from
"xdg/xdg-claude"
from
"xdg/xdg-claude"
3
Extract file structure (functions, classes, exports) efficiently without reading entire files, using ast-grep, go doc, ctags, or other language-specific tools to get outlines and signatures
2026-01-05
agent-context-loader.md
2
1
export
agent-context-loader
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
2026-01-05
exa-find-similar.md
2
1
export
exa-find-similar
2
from
"benjaminjackson/exa-skills"
from
"benjaminjackson/exa-skills"
3
Find web content similar to a given URL using AI-powered similarity matching. Use when you have an example page and want to discover related articles, papers, or websites with similar content, style, or topic.
2026-01-05
openspec-apply.md
2
1
export
openspec-apply
2
from
"trancong12102/agentskills"
from
"trancong12102/agentskills"
3
Implement an approved OpenSpec change and keep tasks in sync. Use when building, coding, or executing an approved proposal.
2026-01-05
eslint-plugin.md
2
1
export
eslint-plugin
2
from
"third774/dotfiles"
from
"third774/dotfiles"
3
Author custom ESLint plugins and rules with test-driven development. Supports flat config (eslint.config.js) and legacy (.eslintrc.*) formats. Uses @typescript-eslint/rule-tester for testing. Covers problem, suggestion, and layout rules including auto-fixers.
2026-01-05
scanning-for-gdpr-compliance.md
2
1
export
scanning-for-gdpr-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to scan applications and data systems for GDPR compliance issues. It identifies potential violations related to data protection, privacy rights, consent management, and other regulatory requirements. Use this skill when the user asks to "scan for GDPR compliance", check "GDPR compliance", or audit for "data privacy". The skill leverages the `gdpr-compliance-scanner` plugin to perform a comprehensive assessment and generate a detailed report.
2026-01-05
mobile-toolchain.md
2
1
export
mobile-toolchain
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Apply modern mobile development toolchain patterns: Expo (default), React Native, Tauri for iOS/Android apps. Use when building mobile applications, choosing cross-platform frameworks, or discussing mobile architecture.
2026-01-05
commit-hooks.md
2
1
export
commit-hooks
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Git commit フック(pre-commit/commit-msg/pre-push)の設計・実装・検証を体系化するスキル。Husky と lint-staged を軸に、品質ゲートと運用ルールを整理する。Anchors:• Pro Git / 適用: Git Hooks設計 / 目的: フック運用の基礎• Clean Code / 適用: 品質ゲート設計 / 目的: コミット品質の維持• Accelerate / 適用: フィードバックループ / 目的: 継続改善Trigger:Use when designing commit hooks, integrating husky/lint-staged, enforcing commit message rules, or validating pre-push checks.commit hooks, husky, lint-staged, commit-msg, pre-commit, pre-push
2026-01-05
bellog-theme.md
2
1
export
bellog-theme
2
from
"whddltjdwhd/bellog"
from
"whddltjdwhd/bellog"
3
Provides theme integration guidelines and CSS variable usage patterns for the Bellog blog. Triggers when creating styled components or working with colors.
2026-01-05