specs-creator
안전 72建立專業規格文件
작성자 Emz1998
團隊在製作一致且全面的文件時常常遇到困難。此技能能夠根據經過驗證的範本產生標準化的PRD、技術規格和UX規格,確保不會遺漏任何重要內容,讓相關人員獲得清晰、可執行的文件。
skills-creator
낮은 위험 69建立 Claude Code 代理技能
작성자 Emz1998
手動建立代理技能需要了解複雜的格式規則和最佳實踐。此技能透過讀取參考文檔、驗證輸入,並遵循 Claude Code 慣例生成結構正確的 SKILL.md 文件來自動化技能建立。
setup
안전 66設定 shadcn UI 元件
작성자 Emz1998
此技能提供 NEXLY RN 專案的設定說明,包括將 shadcn UI 元件新增到開發工作流程中的指引。
reporting-sprints
안전 68產生衝刺報告
작성자 Emz1998
團隊往往難以建立一致、完整的衝刺報告來呈現進度與阻礙。此技能會呼叫專門的代理來自動產生結構清晰的衝刺文件。
reporting-issues
안전 69建立疑難排解session報告
작성자 Emz1998
將除錯session轉換為結構化、可分享的報告。此技能有助於記錄問題、解決方案和發現,以供團隊知識分享和日後參考。
managing-project-rules
안전 66建立和管理專案規則
작성자 Emz1998
在多個不同的檔案中管理多個專案規則既耗時又容易出錯。此技能使用 .claude/rules/ 目錄將 Claude Code 指令組織成模組化檔案,使規則更專注、更容易維護,且對團隊友善。
implementation-review
낮은 위험 69自動化任務後審查
작성자 Emz1998
AI 工作流程中的品質關卡常需要手動觸發審查代理。此技能會自動偵測規劃或編碼任務完成時機並委派給適當的審查代理,確保一致的程式碼與計畫品質且不中斷工作流程。
hooks-management
안전 71建立和管理 Claude Code 鉤子
작성자 Emz1998
管理 Claude Code 鉤子需要了解事件驅動的自動化模式。此技能提供引導式工作流程和全面的文件,說明如何建立、更新、設定和疑難排解任何事件類型的鉤子。
hook
안전 69建立 Claude Code Hooks 實現工作流程自動化
작성자 Emz1998
Claude Code Hooks 使開發人員能夠在 Claude 操作之前、之後或期間運行自訂腳本來自動化工作流程。此技能可幫助您設定、設定和驗證鉤子,用於代碼格式化、驗證、通知和上下文管理等任務。
executing-epic-workflow
안전 71執行結構化 EPIC 開發工作流程
작성자 Emz1998
在沒有結構化方法的情況下建構複雜功能會導致範圍蔓延、遺漏需求和技術債務。EPIC 工作流程提供了一種系統化的七階段方法論,可委派給專業代理程式,並在每個步驟強制執行完成驗證。
designing-components
안전 69使用 Tailwind CSS 設計元件
작성자 Emz1998
開發者需要一致且可維護的 UI 元件,但缺乏專案慣例的指導。本技能提供使用 Tailwind CSS 設計元件的明確規則,包括檔案組織、樣式模式和專案結構。
command-management
낮은 위험 68為 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.
brainstorming-features
안전 63透過結構化方式產生功能構想
작성자 Emz1998
規劃新的應用程式功能需要結構化的構思。這個技能產生可執行eble的功能概念,包含使用者故事、技術考量因素和實作複雜度評分,以加速產品開發。
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.
agent-management
안전 70建立 Claude Code 子代理
작성자 Emz1998
Claude Code 子代理可針對特定任務配置 AI,改善情境管理並實現專業化工作流程。本技能提供結構化的方法來設計和實作最佳的子代理配置,包括適當的工具、模型層級和約束條件。
Type-Driven Design
안전 65使用類型設計更安全的 Rust API
작성자 EmilLindfors
手動驗證和執行期檢查容易出錯且代價高昂。本技能教授 Rust 中的類型驅動設計模式,將正確性保證從執行期移至編譯期,在程式碼執行前消除整類錯誤。
thiserror-expert
안전 65Create 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.