16,832 skills sorted by stars.
Microservices architecture for Tzurot v3 - Service boundaries, responsibilities, dependency rules, and anti-patterns from v2. Use...
BullMQ and async patterns for Tzurot v3 - Job queue architecture, Discord interaction deferral, idempotency, retry strategies, and...
Git workflow for Tzurot v3 - Rebase-only strategy, PR creation against develop, commit message format, and safety checks. Use when...
Security best practices for Tzurot v3 - Secret management, AI-specific security (prompt injection, PII scrubbing), Economic DoS pr...
Meta-skill for writing and maintaining Claude Code skills. Use when creating new skills, updating existing skills, or reviewing sk...
官网:https://www.maniskill.ai/research
Verify a CVlization inference example is properly structured, builds successfully, and runs inference correctly. Use when validati...
Verify a CVlization training pipeline example is properly structured, can build, trains successfully, and logs appropriate metrics...
Generate VSCode color themes, package them as .vsix files, and install to VSCode. Use when creating custom VSCode themes, designin...
Build and run iOS/macOS apps using xcodebuild and xcrun simctl directly. Use when building Xcode projects, running iOS simulators,...
Preferred: JavaScript and TypeScript, Pug, CSS (SCSS), HTML
Claude Code architecture advisor. Classifies knowledge and delegates to appropriate skills. Use when deciding where to put new kno...
Create and manage agents (orchestrators, skills, sub-agents). Use when user mentions "create agent", "build agent", "recruit", "ne...
Create and maintain AgentV YAML evaluation files for testing AI agent performance. Use this skill when creating new eval files, ad...
Use this skill when designing REST, GraphQL, or gRPC APIs. Provides comprehensive API design patterns, versioning strategies, erro...
Debugs Buck2 build failures systematically by analyzing error logs, checking common issues (cache, visibility, cycles), and sugges...
Scaffolds new Buck2 projects with proper BUILD/PACKAGE files, SPDX headers, and depot shims. Use when creating new Rust binaries/l...
Runs common Buck2 queries for dependency analysis, target inspection, and build graph exploration. Use when investigating dependen...
This skill should be used when determining which Buck2 targets are affected by code changes for incremental builds and tests. Use...
Comprehensive testing workflow that should be used proactively after ANY code changes. Covers immediate testing, recursive package...
Builds AI agents on Cloudflare using the Agents SDK with state management,real-time WebSockets, scheduled tasks, tool integration,...
Builds remote MCP (Model Context Protocol) servers on Cloudflare Workerswith tools, OAuth authentication, and production deploymen...
Generate a Keep a Changelog entry from git commits
Scan the codebase for potential secret leaks including API keys, tokens, passwords, hardcoded project IDs, and sensitive identifie...
Use when live coding music with SuperCollider via ClaudeCollider MCP server.
Clean Architecture principles for Modular Monolith with bounded contexts and minimal shared kernel. **ALWAYS use when working on b...
Build Optimizely CMS components for Astro v5. Use when creating/modifying components, pages, experiences, or working with GraphQL...
Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cre...
Use this skill when conducting or improving code reviews. Provides structured review processes, conventional comments patterns, la...
Codebase organization for pikru. Use when you need to find where specific functionality lives.
Guide conversations through dynamic shifts between zoom levels (scale) and connecting/exploring (intent) to unlock creative breakt...
Community superstitions - unverified observations from pattern development. Use when encountering undocumented edge cases or frame...
ZSH completion system patterns and conventions. Use when implementing custom completion handling, writing completion files, or wor...
Codebase analysis using code-index-mcp for indexing and ast-grep for AST patterns. Extracts structural patterns, dependencies, and...
Use when Konflux pipelines fail, are stuck, timeout, or show errors like ImagePullBackOff. Covers PipelineRun failures, TaskRun is...
Use when seeing WebSocket errors like "Invalid frame header", "RSV1 must be clear", or "WS_ERR_UNEXPECTED_RSV_1" - covers multiple...