Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,657
总 Skills
38.4M
总安装量
2,456
贡献者
# Skill 仓库 描述 安装量
21651 agent-context-loader jeremylongshore/claude-code-plugins-plus-skills
Agent Context Loader Overview Automatic discovery and loading of AGENTS.md files across project hierarchies for AI coding agents. This skill scans the current workspace and its parent directories to locate agent instruction files, then surfaces their contents so the active agent session has full operational context. Prerequisites A project workspace containing one or more AGENTS.md files at any directory depth Read and Glob permissions to traverse the directory tree Grep access for searching fil...
34
21652 code-quality ab300819/skills
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
34
21653 beat-sync-video-editing ecliptic-ai/skills
Beat-Sync Video Editing Purpose Provide domain expertise for creating beat-synced video edits: taking a source video and an audio track, selecting clips from the video that align with the music's rhythm, and rendering the final output with FFmpeg. Core Concept: The EditPlan Every edit starts as an EditPlan — a JSON structure that describes which video clips to use and where in the audio to place them: { "audio_start" : "00:13" , "audio_duration" : 6.5 , "clips" : [ { "video_start" : "00:08" , "d...
34
21654 architecture-patterns ovachiever/droid-tings
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
34
21655 code-review-medium breaking-brake/cc-wf-studio
Code Review Medium Overview Comprehensive review for medium-sized PRs (100-500 lines). Checks Code quality and maintainability Security best practices Test coverage assessment Error handling patterns API design consistency Output Detailed review with categorized findings (quality, security, tests)
34
21656 ring:pre-dev-feature-map lerianstudio/ring
Feature Map Creation - Understanding the Feature Landscape Foundational Principle Feature relationships and boundaries must be mapped before architectural decisions. Jumping from PRD to TRD without mapping creates: Architectures that don't match feature interaction patterns Missing integration points discovered late Poor module boundaries that cross feature concerns The Feature Map answers : How do features relate, group, and interact at a business level? The Feature Map never answers : How we'l...
34
21657 swiftdata-coredata-persistence dagba/ios-mcp
SwiftData & CoreData Persistence Overview SwiftData and CoreData are NOT interchangeable. Each has specific strengths, migration traps, and performance patterns. Wrong framework choice or migration strategy causes production crashes. Core principle: Choose framework based on app constraints, version models from day one, never store BLOBs in the database. Framework Selection digraph framework_choice { "New iOS app?" [ shape = diamond ] ; "iOS 17+ only?" [ shape = diamond ] ; "Simple data model?" ...
34