HIPAA-specific entrypoint for healthcare privacy and security work. Use when a task is explicitly framed around HIPAA, PHI handling, covered entities, BAAs, breach posture, or US healthcare compliance requirements.
原文の言語: 英語
メニュー
このリポジトリの skills
SkillsMP は Maelwalser/claude-config から 194 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
Maelwalser/claude-config収集済み skill 194 件中 40 件を表示しています。
HIPAA-specific entrypoint for healthcare privacy and security work. Use when a task is explicitly framed around HIPAA, PHI handling, covered entities, BAAs, breach posture, or US healthcare compliance requirements.
原文の言語: 英語
Demand forecasting, safety stock, replenishment, and promotional lift for multi-location retail. Use when forecasting demand, setting safety stock, planning replenishment, or optimizing inventory levels.
原文の言語: 英語
Use when the user needs pitch decks, investor memos, one-pagers, financial models, or fundraising materials. Keeps projections and narratives consistent across assets.
原文の言語: 英語
Draft cold emails, warm intros, follow-ups, and update emails for fundraising. Use when the user wants outreach to angels, VCs, or accelerators and needs concise, personalized investor-facing messaging.
原文の言語: 英語
Use when subagents lack sufficient context. Progressively refines retrieval so agents discover what they need as they work.
原文の言語: 英語
Java coding standards for Spring Boot services. Use when writing, reviewing, or enforcing naming, immutability, Optional, streams, exceptions, or project layout conventions in Java 17+ code.
原文の言語: 英語
Use this skill when retrieving Jira tickets, analyzing requirements, updating ticket status, adding comments, or transitioning issues. Provides Jira API patterns via MCP or direct REST calls.
原文の言語: 英語
Use when implementing JPA/Hibernate in Spring Boot. Covers entity design, relationships, query optimization, transactions, auditing, and connection pooling.
原文の言語: 英語
Knowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, vector stores, Git repos). Use when the user wants to save, organize, sync, deduplicate, or search across their knowledge systems.
原文の言語: 英語
Use when writing Kotlin coroutines or Flows for Android/KMP. Covers structured concurrency, Flow operators, StateFlow, error handling, and testing.
原文の言語: 英語
JetBrains Exposed ORM patterns for Kotlin. Use when writing DSL queries, DAO entities, transactions, HikariCP pooling, Flyway migrations, or repository-layer code with Exposed.
原文の言語: 英語
Ktor server patterns for Kotlin. Use when building Ktor HTTP servers, configuring plugins (Auth, CORS, StatusPages), adding Koin DI, WebSockets, or writing testApplication tests.
原文の言語: 英語
Idiomatic Kotlin patterns and best practices. Use when writing, reviewing, or refactoring Kotlin code involving coroutines, null safety, sealed classes, DSL builders, or extension functions.
原文の言語: 英語
Kotlin testing with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Use when writing, reviewing, or debugging Kotlin tests or setting up test infrastructure.
原文の言語: 英語
Laravel architecture patterns for production apps. Use when building controllers, Eloquent models, service layers, queues, events, caching, or API resources in Laravel.
原文の言語: 英語
Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibility.
原文の言語: 英語
Laravel security best practices. Use when adding authentication, authorization, input validation, CSRF protection, file uploads, rate limiting, or hardening a Laravel deployment.
原文の言語: 英語
TDD for Laravel with PHPUnit and Pest. Use when writing tests for Laravel features, endpoints, models, jobs, or policies using factories, fakes, and database assertions.
原文の言語: 英語
Verification loop for Laravel projects. Use when running pre-PR checks, pre-deploy validation, or post-refactor verification including linting, static analysis, tests, and security scans.
原文の言語: 英語
Use when the user wants to find, qualify, and reach high-value contacts. Agent-powered signal scoring, warm path discovery, and multi-channel outreach.
原文の言語: 英語
Security patterns for autonomous trading agents. Use when building or auditing AI agents that sign transactions, manage wallets, or execute trades — covers prompt injection, spend limits, circuit breakers, and key handling.
原文の言語: 英語
Freight exception handling, shipment delays, damages, losses, and carrier disputes. Use when handling shipping exceptions, freight claims, delivery issues, carrier disputes, or escalation decisions.
原文の言語: 英語
Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs. Use when the user wants a clean animated explainer rather than a generic talking-head script.
原文の言語: 英語
Use when the user needs market sizing, competitive analysis, investor due diligence, or industry intelligence. Source-attributed, decision-oriented summaries.
原文の言語: 英語
Evidence-first MCC Tools burn and billing audit workflow. Use when investigating runaway PR creation, quota bypass, premium-model leakage, duplicate jobs, or GitHub App cost spikes in the MCC Tools repo.
原文の言語: 英語
Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
原文の言語: 英語
Evidence-first live messaging workflow for MCC. Use when the user wants to read texts or DMs, recover a recent one-time code, inspect a thread before replying, or prove which message source was actually checked.
原文の言語: 英語
Use when running or extending NanoClaw v2, the zero-dependency session-aware REPL built on claude -p.
原文の言語: 英語
NestJS architecture patterns for TypeScript backends. Use when building modules, controllers, providers, DTO validation, guards, interceptors, or config in NestJS.
原文の言語: 英語
Next.js 16+ Turbopack configuration and usage. Use when setting up Turbopack dev builds, debugging HMR, comparing Turbopack vs webpack, or optimizing Next.js bundling performance.
原文の言語: 英語
Use when hashing with Keccak-256 in Node.js/TypeScript for Ethereum. Prevents the silent NIST SHA3 vs Keccak mismatch that breaks selectors and addresses.
原文の言語: 英語
Use when processing documents via the Nutrient DWS API. Covers conversion, OCR, extraction, redaction, signing, and form filling for PDF, DOCX, XLSX, and more.
原文の言語: 英語
Nuxt 4 app patterns for SSR and hybrid rendering. Use when fixing hydration mismatches, configuring route rules, lazy loading, or using useFetch/useAsyncData in Nuxt 4.
原文の言語: 英語
Use when preparing a private project for public release. Chains fork, sanitize, and package agents to strip secrets and produce a clean open-source repo.
原文の言語: 英語
Architecture-specific OS development for x86-64, ARM, and RISC-V. MSRs, CPUID, control registers, CPU modes, exception models, and device trees. Use when writing arch-specific kernel code, detecting CPU features, or porting across architectures.
原文の言語: 英語
Boot sequence from power-on to kernel entry. BIOS/UEFI boot, Multiboot v1/v2, real-to-protected-to-long mode transitions, A20 gate, and higher-half kernel setup. Use when writing bootloaders, boot assembly, or kernel entry code.
原文の言語: 英語
GDT, IDT, and TSS setup for x86/x86-64. Descriptor encoding, segment selectors, gate types, ring transitions, and interrupt routing. Use when creating descriptor tables, handling privilege changes, or setting up interrupt gates.
原文の言語: 英語
Common OS device driver patterns. PCI enumeration, UART 16550 serial, PS/2 keyboard and mouse, timers (PIT, APIC, HPET, RTC), and DMA. Use when writing device drivers, scanning PCI bus, setting up serial output, keyboard input, or system timers.
原文の言語: 英語
Filesystem implementation for OS kernels. FAT12/16/32 driver, ext2 reader, and VFS abstraction layer. BPB parsing, cluster chains, inodes, directory entries, and file operations. Use when implementing filesystems, VFS, or block device file I/O.
原文の言語: 英語
Graphics output for OS kernels. VGA text mode, VESA/VBE framebuffer, UEFI GOP, linear framebuffer pixel plotting and font drawing. Use when implementing video output, text consoles, framebuffer drivers, or 2D graphics.
原文の言語: 英語