Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
Unified Consciousness Framework v4.0.0. Orchestrator architecture with K.I.R.A. Language System (6 modules), TRIAD unloc...
Universal execution engine consuming .task/*.json directory format. Serial task execution with convergence verification,...
Expert skill for CUDA Unified Memory and memory prefetching optimization. Configure managed memory allocations, implemen...
Cross-platform messaging aggregator. Use as DEFAULT when user does NOT specify a platform (telegram/imessage). Provides...
Appriseで通知チャネルを統一し、ワークフローの最後を確実に人へ届ける設計にする時に使う。
Cross-agent session database with B3 Poset and Bumpus sheaves
複数のリサーチAPI(Tavily/SerpAPI/Brave/NewsAPI/Perplexity)を統合した情報収集。 Use when: (1) user says「リサーチして」「調べて」「情報を集めて」「深掘りして」, (2) u...
- Quick Start
Progressive search and discovery with structured refinement workflows for file finding, content searching, and safe refa...
【强制】复杂任务管理系统。 AI 必须在遇到以下情况时**先读取此 SKILL.md**,再执行任何操作: - 多文件变更、规划设计、新功能开发 - 用户说"帮我想想/重构/升级/实现" 禁止使用内置 agentic_mode 的 arti...
Elementos conectados visualmente se perciben como relacionados. Use cuando diseñe diagramas, flujos, relaciones entre el...
Validate spec-implementation-test alignment and convergence. Checks spec completeness, implementation conformance, test...
Kraft CLI commands for building and deploying Unikraft unikernels. Use when working with Kraftfiles, deploying to Unikra...
指定したプラグインをアンインストールする。「プラグインを削除」「〇〇をアンインストール」「プラグインを消して」「〇〇を削除して」「プラグインを外して」「〇〇を取り除いて」「プラグインをアンインストール」などで起動。
Remove the egregore watchdog daemon and clean up all associated files (plist/unit, pidfile, watchdog log).
指定したプラグインをアンインストールする。「プラグインを削除」「〇〇をアンインストール」「プラグインを消して」「〇〇を削除して」「プラグインを外して」「〇〇を取り除いて」「プラグインをアンインストール」などで起動。claude plugin...
Access UniProt for protein sequence and annotation retrieval. Use this skill when: (1) Looking up protein sequences by a...
Access UniProt protein database for sequences, annotations, and functional information. Use when retrieving protein data...
Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflow...
研究 codex 使用 skill 生成 survey 這件事
直接访问UniProt REST API。蛋白质搜索、FASTA序列获取、ID映射、Swiss-Prot/TrEMBL数据库。对于涉及多个数据库的Python工作流,建议使用bioservices(统一接口覆盖40多个服务)。此技能适用于直...
Design and implement a distinct, memorable brand personality that drives organic growth and user connection. Use this wh...
Unison language - content-addressed functional programming with abilities for effects, distributed computing, and struct...
Unison language ACSet-structured skill with hierarchical documentation parsing, SPI trajectory recording, and 1069 skill...
Trade and interact with Uniswap in Python using Ape and the uniswap-sdk package.
Analyze per-unit economics by channel
Calculate and optimize unit economics including CAC, LTV, payback periods, and contribution margins
Manage construction unit price databases: update prices, track vendors, apply location factors, maintain historical reco...
Write Jest unit tests following project conventions with proper stubs and assertions.
Improves unit test coverage on demand — discovers testing gaps and generates tests that follow project conventions. Requ...
単体テストの作成。「テストを書きたい」「ユニットテストを追加」「関数をテスト」などのリクエスト時に使用。
1. Arrange: テストデータと前提条件を準備
Guide for writing unit tests with Vitest. Use when writing tests for service functions, pure logic, or webhook handlers....
Testing Spring application events (ApplicationEvent) with @EventListener and ApplicationEventPublisher. Test event publi...
Provides patterns for testing Spring application events (ApplicationEvent) with @EventListener and ApplicationEventPubli...
Unit testing Jakarta Bean Validation (@Valid, @NotNull, @Min, @Max, etc.) with custom validators and constraint violatio...
Provides patterns for unit testing Jakarta Bean Validation (@Valid, @NotNull, @Min, @Max, etc.) with custom validators a...
Edge case and boundary testing patterns for unit tests. Testing minimum/maximum values, null cases, empty collections, a...
Unit tests for caching behavior using Spring Cache annotations (@Cacheable, @CachePut, @CacheEvict). Use when validating...
Provides patterns for unit testing caching behavior using Spring Cache annotations (`@Cacheable`, `@CachePut`, `@CacheEv...
Provides patterns for unit testing @ConfigurationProperties classes with @ConfigurationPropertiesTest. Use when validati...
Unit tests for @ConfigurationProperties classes with @ConfigurationPropertiesTest. Use when validating application confi...
Provides patterns for unit testing REST controllers using MockMvc and @WebMvcTest. Validates request/response mapping, v...
Unit tests for REST controllers using MockMvc and @WebMvcTest. Test request/response mapping, validation, and exception...
Spring Boot Unit 테스트 작성. JUnit5+Mockito, domain 패키지별 구조, entity는 common/entity, service는 {domain}/service. 네이밍 test_{대상}...
Unit tests for @ExceptionHandler and @ControllerAdvice for global exception handling. Use when validating error response...
Provides patterns for unit testing @ExceptionHandler and @ControllerAdvice for global exception handling. Use when valid...
協助建立符合 FIRST 原則的 .NET 單元測試。當使用者要求建立單元測試、撰寫測試案例、詢問測試最佳實踐、或需要了解 3A Pattern (Arrange-Act-Assert) 時使用此技能。
Generate comprehensive unit tests for source files with 100% coverage target. Use when writing tests for React component...
Generates unit tests for changed files and identifies coverage gaps. Use when the user asks to write tests, generate tes...
Automatically generates comprehensive unit tests for Python, TypeScript, and JavaScript codebases. Analyzes function sig...
Automatically generate unit tests based on source code, supporting multiple languages and testing frameworks.
Generate pytest unit tests for Python functions and classes with fixtures, parametrization, and edge cases. This skill s...
Best practices for implementing unit tests in this TypeScript monorepo. Use when writing new tests, refactoring existing...
Unit tests for JSON serialization/deserialization with Jackson and @JsonTest. Use when validating JSON mapping, custom s...
Provides patterns for unit testing JSON serialization/deserialization with Jackson and @JsonTest. Use when validating JS...
Provides patterns for unit testing mappers and converters (MapStruct, custom mappers). Validates object transformation l...
Unit tests for mappers and converters (MapStruct, custom mappers). Test object transformation logic in isolation. Use wh...
Provides parameterized testing patterns with `@ParameterizedTest`, `@ValueSource`, `@CsvSource`. Enables running a singl...
Parameterized testing patterns with @ParameterizedTest, @ValueSource, @CsvSource. Run single test method with multiple i...
Risk-based unit testing and Allure-readable behavioral spec style for open-agreements. Use when user says "add tests," "...
仅在最终的 /speckit.verify 步骤用于统一验证代码正确性;实现阶段禁止调用。
Unit tests for scheduled and async tasks using @Scheduled and @Async. Mock task execution and timing. Use when validatin...
Provides patterns for unit testing scheduled and async tasks using @Scheduled and @Async. Handles mocking task execution...
Provides patterns for unit testing Spring Security with @PreAuthorize, @Secured, @RolesAllowed. Validates role-based acc...
Unit tests for Spring Security with @PreAuthorize, @Secured, @RolesAllowed. Test role-based access control and authoriza...
Unit tests for service layer with Mockito. Test business logic in isolation by mocking dependencies. Use when validating...
Provides patterns for unit testing service layer with Mockito. Validates business logic in isolation by mocking dependen...
Expert guidance on unit testing for the Pomodoro Time Tracker. Activates when working with tests, test coverage, or test...
Generate starter unit tests for a small function or module. Use when a junior developer needs test scaffolding and edge...
Provides patterns for unit testing utility/helper classes and static methods. Validates pure functions and helper logic....