Browse Skills
2696 skills found
paypal-integration.md
3
1
export
paypal-integration
2
from
"amurata/cc-tools"
from
"amurata/cc-tools"
3
エクスプレスチェックアウト、サブスクリプション、返金管理をサポートするPayPal決済処理を統合します。PayPal決済の実装、オンライン取引の処理、Eコマースチェックアウトフローの構築時に使用します。
2026-01-05
coder-memory-store.md
3
1
export
coder-memory-store
2
from
"hungson175/deploy-memory-tools"
from
"hungson175/deploy-memory-tools"
3
Store universal coding patterns into vector database. Auto-invokes after difficult tasks with broadly-applicable lessons. Trigger with "--store" or when user expresses frustration (strong learning signals). Uses true two-stage retrieval with MCP server v2.
2026-01-05
prioritization-methods.md
3
1
export
prioritization-methods
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Requirements prioritization techniques including MoSCoW, Kano Model, WSJF (SAFe), and Wiegers' Value/Cost/Risk matrix. Provides scoring frameworks, trade-off analysis, and priority visualization. Use when ranking requirements by business value, customer impact, or implementation efficiency.
2026-01-05
bel-contact-creator.md
2
1
export
bel-contact-creator
2
from
"bennoloeffler/bassi"
from
"bennoloeffler/bassi"
3
This skill should be used when the user asks to create a contact in Outlook from freeform text data (e.g., business cards, email signatures, addresses). It handles parsing contact information and creating properly structured Outlook contacts that sync to mobile devices.
2026-01-05
bel-insert-file-to-crm-and-link-it.md
2
1
export
bel-insert-file-to-crm-and-link-it
2
from
"bennoloeffler/bassi"
from
"bennoloeffler/bassi"
3
This skill should be used when inserting files (images, PDFs, Excel files, documents) into the CRM database and linking them to companies, people, events, or sales opportunities. The skill handles base64 encoding, hash calculation, MIME type detection, and SQL insertion automatically through a Python script.
2026-01-05
rails-service-objects.md
2
1
export
rails-service-objects
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Design and implement Rails service objects for complex multi-step business logic. Use when business operations span multiple models, require transaction coordination, or need complex error handling with structured results.
2026-01-05
domain-event-patterns.md
2
1
export
domain-event-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ドメインイベントパターンを使用して、ビジネスドメイン内で発生した重要な出来事をモデル化・永続化・伝播するスキル。イベントソーシング、CQRS、イベント駆動アーキテクチャの実装をサポートする。Anchors:• Domain-Driven Design (Eric Evans) / 適用: ドメインイベント設計 / 目的: ビジネス上の重要な出来事の捕捉• Implementing DDD (Vaughn Vernon) / 適用: イベントストア実装 / 目的: イベント永続化パターン• CQRS/Event Sourcing (Greg Young) / 適用: 状態再構築 / 目的: イベントストリームからの状態復元Trigger:Use when designing domain events, implementing event sourcing, building event-driven architecture, modeling state changes as events, implementing CQRS patterns, creating event stores.domain event, event sourcing, CQRS, event-driven, event store, event handler
2026-01-05
domain-modeling.md
2
1
export
domain-modeling
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Domain modeling skill for creating accurate representations of business domains through entities, value objects, aggregates, and domain services. Guides systematic analysis of business requirements and translation into robust domain models.Anchors:• Domain-Driven Design (Eric Evans) / 適用: Entity and Value Object identification / 目的: Clear domain boundaries• Implementing Domain-Driven Design (Vaughn Vernon) / 適用: Aggregate design and modeling patterns / 目的: Consistent aggregate boundaries• Domain Modeling Made Functional (Scott Wlaschin) / 適用: Type-driven design / 目的: Compile-time domain validationTrigger:Use when designing domain models, identifying entities and value objects, defining aggregate boundaries, modeling business invariants, creating ubiquitous language, or translating business requirements into domain structures.Keywords: domain model, entity, value object, aggregate, domain service, invariant, ubiquitous language, business logic
2026-01-05
vertex-ai-media-master.md
2
1
export
vertex-ai-media-master
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns.**TRIGGER PHRASES:**- "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign"- "imagen", "video understanding", "multimodal", "content generation", "media assets"**AUTO-INVOKES FOR:**- Video processing and understanding (up to 6 hours)- Audio generation and transcription- Image generation with Imagen 4- Marketing campaign automation- Social media content creation- Ad creative generation- Multimodal content workflows
2026-01-05
validating-pci-dss-compliance.md
2
1
export
validating-pci-dss-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill uses the pci-dss-validator plugin to assess codebases and infrastructure configurations for compliance with the Payment Card Industry Data Security Standard (PCI DSS). It identifies potential vulnerabilities and deviations from PCI DSS requirements. Use this skill when the user requests to "validate PCI compliance", "check PCI DSS", "assess PCI security", or "review PCI standards" for a given project or configuration. It helps ensure that systems handling cardholder data meet the necessary security controls.
2026-01-05
event-driven-architecture.md
2
1
export
event-driven-architecture
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
イベント駆動アーキテクチャの設計・実装スキル。メッセージングパターン、Event Sourcing、CQRS、Sagaを活用し、スケーラブルで疎結合なシステムを構築する。Anchors:• Enterprise Integration Patterns (Gregor Hohpe) / 適用: メッセージングパターン / 目的: 疎結合な統合設計• Designing Event-Driven Systems (Ben Stopford) / 適用: EDAアーキテクチャ / 目的: スケーラブルな非同期処理• Domain-Driven Design (Eric Evans) / 適用: ドメインイベント / 目的: ビジネスイベントの表現Trigger:Use when designing event-driven systems, implementing event sourcing, CQRS, message brokers, saga patterns, or asynchronous service integration.event-driven, messaging, pub/sub, event sourcing, cqrs, saga, kafka, rabbitmq, async
2026-01-05
validating-database-integrity.md
2
1
export
validating-database-integrity
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill utilizes the data-validation-engine plugin to ensure database integrity. It automatically validates data types, ranges, formats, referential integrity, and business rules. Use this skill when you need to implement data validation, enforce constraints, or improve data quality within a database. It is triggered by requests for "data validation", "database integrity", or "validation rules". The plugin supports multi-database environments and production-ready implementations.
2026-01-05
ubiquitous-language.md
2
1
export
ubiquitous-language
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ドメイン駆動設計におけるユビキタス言語の確立と適用を専門とするスキル。ドメインエキスパートと開発者が共有する厳密な語彙体系を構築し、コミュニケーションの齟齬を防ぐ。Anchors:• Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語の原則と実践 / 目的: コードとドメインの一貫性確保• Bounded Context / 適用: コンテキスト境界での用語の意味の違いを管理 / 目的: 用語の曖昧さ排除Trigger:Use when establishing domain terminology, creating glossaries, aligning business and technical vocabulary,extracting terms from requirements, defining ubiquitous language for DDD projects,resolving naming conflicts in code, or maintaining domain vocabulary consistency.
2026-01-05
seo-optimizer.md
2
1
export
seo-optimizer
2
from
"novemberde/novemberde.github.io"
from
"novemberde/novemberde.github.io"
3
Optimize blog posts for search engines and improve discoverability. Use when improving SEO, analyzing keywords, or enhancing post visibility.
2026-01-05
mxcp-expert.md
2
1
export
mxcp-expert
2
from
"raw-labs/raw-labs-claude-marketplace"
from
"raw-labs/raw-labs-claude-marketplace"
3
Expert guidance for building production MCP servers using MXCP (Model Context Protocol eXtension Platform), an enterprise framework with SQL and Python endpoints, security, testing, and deployment. Use when: (1) Creating or initializing MXCP projects or MCP servers, (2) Building MCP tools, resources, or prompts, (3) Configuring endpoints, authentication, or policies, (4) Testing, validating, or debugging MXCP applications, or any task involving MXCP or MCP server development.
2026-01-05
officecrm-management.md
2
1
export
officecrm-management
2
from
"harperreed/office-admin-claude"
from
"harperreed/office-admin-claude"
3
Manage contacts, companies, deals, and relationships. Use when adding contacts, logging interactions, or working with CRM data to prevent duplicates and maintain data quality.
2026-01-05
validating-pci-dss-compliance.md
2
1
export
validating-pci-dss-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill uses the pci-dss-validator plugin to assess codebases and infrastructure configurations for compliance with the Payment Card Industry Data Security Standard (PCI DSS). It identifies potential vulnerabilities and deviations from PCI DSS requirements. Use this skill when the user requests to "validate PCI compliance", "check PCI DSS", "assess PCI security", or "review PCI standards" for a given project or configuration. It helps ensure that systems handling cardholder data meet the necessary security controls.
2026-01-05
healthsim.md
2
1
export
healthsim
2
from
"mark64oswald/healthsim-skills"
from
"mark64oswald/healthsim-skills"
3
HealthSim generates realistic synthetic healthcare data for testing EMR systems, claims processing, pharmacy benefits, and analytics. Use for ANY request involving: (1) synthetic patients, clinical data, or medical records, (2) healthcare claims, billing, or adjudication, (3) pharmacy prescriptions, formularies, or drug utilization, (4) HL7v2, FHIR, X12, or NCPDP formatted output, (5) healthcare testing scenarios or sample data generation.
2026-01-05
disaster-recovery-planner.md
2
1
export
disaster-recovery-planner
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Design disaster recovery strategies including backup, failover, RTO/RPO planning, and multi-region deployment for business continuity.
2026-01-05
bmad-method.md
2
1
export
bmad-method
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Business Model and Architecture Design methodology for aligning technical architecture with business model sustainability and scalability
2026-01-05
odoo-app-landing-page.md
2
1
export
odoo-app-landing-page
2
from
"smartops-aero/smartops-odoo-flight"
from
"smartops-aero/smartops-odoo-flight"
3
Create or update index.html landing pages for Odoo modules following App Store restrictions and best practices
2026-01-05
pricing-strategist.md
2
1
export
pricing-strategist
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Design and optimize pricing strategies for SaaS products including tiering, packaging, value metrics, and experimentation. Use when setting initial pricing, optimizing conversion, expanding revenue, or when users ask about pricing strategy, monetization, or revenue optimization.
2026-01-05
automating-database-backups.md
2
1
export
automating-database-backups
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure".
2026-01-05
graphic-output.md
2
1
export
graphic-output
2
from
"refractionPOINT/documentation"
from
"refractionPOINT/documentation"
3
Generate interactive HTML dashboards and visualizations from LimaCharlie data using Jinja2 templates and D3.js charts. Creates professional, self-contained HTML reports with pie charts, bar charts, line graphs, gauges, sortable tables, and responsive layouts. Supports MSSP multi-tenant dashboards, single-org details, sensor health reports, detection analytics, and billing summaries. Integrates with reporting, sensor-health, and detection-engineering skills. Built with strict data accuracy guardrails - NEVER fabricates, estimates, or infers data. Use for "visual report", "dashboard", "HTML output", "interactive charts", "export HTML", "generate visualization", "graphical report".
2026-01-05