hook
安全 69建立 Claude Code Hooks 實現工作流程自動化
由 Emz1998
Claude Code Hooks 使開發人員能夠在 Claude 操作之前、之後或期間運行自訂腳本來自動化工作流程。此技能可幫助您設定、設定和驗證鉤子,用於代碼格式化、驗證、通知和上下文管理等任務。
executing-epic-workflow
安全 71執行結構化 EPIC 開發工作流程
由 Emz1998
在沒有結構化方法的情況下建構複雜功能會導致範圍蔓延、遺漏需求和技術債務。EPIC 工作流程提供了一種系統化的七階段方法論,可委派給專業代理程式,並在每個步驟強制執行完成驗證。
designing-components
安全 70使用 Tailwind CSS 設計元件
由 Emz1998
開發者需要一致且可維護的 UI 元件,但缺乏專案慣例的指導。本技能提供使用 Tailwind CSS 設計元件的明確規則,包括檔案組織、樣式模式和專案結構。
command-management
低風險 69為 Claude Code 建立自訂指令
由 Emz1998
手動建立自訂指令既耗時又容易出錯。本技能提供範本和最佳實踐,可快速建立標準化的斜線指令,並確保正確的結構和安全限制。
coding-with-tailiwnd
安全 68Style Components with Tailwind CSS
由 Emz1998
Developers need consistent styling patterns for Tailwind CSS components. This skill provides clear rules for using Tailwind directives, custom utilities, and component organization to maintain clean and maintainable stylesheets.
code-instructor
低風險 74Learn Code by Building Real Apps
由 Emz1998
New programmers often struggle to understand code through documentation alone. This skill transforms learning into interactive app-building sessions where every line is explained, concepts are introduced progressively, and learning happens through practical doing.
brainstorming-features
安全 63透過結構化方式產生功能構想
由 Emz1998
規劃新的應用程式功能需要結構化的構思。這個技能產生可執行eble的功能概念,包含使用者故事、技術考量因素和實作複雜度評分,以加速產品開發。
agent-management
安全 70建立 Claude Code 子代理
由 Emz1998
Claude Code 子代理可針對特定任務配置 AI,改善情境管理並實現專業化工作流程。本技能提供結構化的方法來設計和實作最佳的子代理配置,包括適當的工具、模型層級和約束條件。
agile-planning
安全 70Create Agile Release Plans with Sprint Templates
由 Emz1998
Teams struggle to organize complex projects into structured sprint plans. This skill generates comprehensive release plans with sprint schedules, task tracking codes, and timeline roadmaps following agile best practices.
Type-Driven Design
安全 66使用類型設計更安全的 Rust API
由 EmilLindfors
手動驗證和執行期檢查容易出錯且代價高昂。本技能教授 Rust 中的類型驅動設計模式,將正確性保證從執行期移至編譯期,在程式碼執行前消除整類錯誤。
thiserror-expert
安全 64Create Rust Error Types with Thiserror
由 EmilLindfors
Thiserror is a Rust crate that simplifies custom error type creation through derive macros. This skill provides expert guidance on defining error enums with clear messages, chaining source errors, and implementing proper From conversions for ergonomic error handling.
test-coverage-advisor
低風險 65Improve Rust test coverage
由 EmilLindfors
Writing comprehensive tests for Rust code can be time-consuming and error-prone. This skill proactively identifies missing test cases for error paths, edge cases, and business logic so you can write better tests faster.
rust-2024-migration
安全 70Migrate to Rust 2024 edition features
由 EmilLindfors
Rust 2024 introduces powerful new features like let chains and async closures that simplify code. This skill guides developers through identifying migration opportunities and applying modern patterns for cleaner, more idiomatic Rust code.
RMCP Quickstart
安全 66使用 rmcp 建立 MCP 伺服器
由 EmilLindfors
建立 MCP 伺服器需要了解具有多種傳輸選項和工具模式的複雜協定。本技能提供快速入門指南,包含清晰的 Rust 程式碼範例、傳輸配置和測試策略,用於建立可投入生產的 MCP 伺服器。
property-testing-guide
安全 70Master Property-Based Testing in Rust
由 EmilLindfors
Traditional unit tests check specific inputs, but miss edge cases. This skill teaches you property-based testing with proptest to automatically generate test inputs and discover hidden bugs.
port-adapter-designer
安全 70設計 Port 與 Adapter 模式
由 EmilLindfors
直接耦合資料庫、HTTP 客戶端或檔案系統的程式碼會造成測試挑戰並限制靈活性。此技能可協助設計 Port 抽象化和 Adapter 實作,實現六角形架構,使商業邏輯與外部依賴之間能夠清晰分離。
object-store-best-practices
安全 69實作雲端儲存最佳實踐
由 EmilLindfors
雲端儲存操作可能因網路問題、速率限制和超時而間歇性失敗。本技能提供專業指導,教您如何實作穩健的物件儲存,包含適當的重試邏輯、錯誤處理、串流模式和高效 I/O,適用於 S3、Azure Blob 和 Google Cloud Storage。
parquet-optimization
安全 68優化 Parquet 檔案效能
由 EmilLindfors
Parquet 檔案若未經適當優化,可能會變慢且膨脹。此技能能主動分析 Parquet 操作,並針對壓縮、編碼、列群組大小和統計資料提出改進建議,以最大化查詢效能並最小化儲存成本。
mock-strategy-guide
安全 69為 Rust 測試建立 Mock 實作
由 EmilLindfors
含有外部相依性的程式碼測試具有挑戰性。此技能提供使用 traits 建立 mock 實作的模式,讓單元測試在不依賴真實基礎設施的情況下保持可靠。
Package as binary
安全 66MCP 傳輸指南
由 EmilLindfors
開發 MCP 伺服器的開發者需要清楚的傳輸層選項指引。本技能說明 stdio、SSE 與 HTTP 傳輸,包含實作範例、安全最佳實務,以及針對不同使用情境的部署情境。