- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
mcp-builder
by vudovn
MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.
dart-test
by dartsim
DART testing patterns - unit tests, integration tests, CI validation
agent-production-validator
by ruvnet
Agent skill for production-validator - invoke with $agent-production-validator
agent-neural-network
by ruvnet
Agent skill for neural-network - invoke with $agent-neural-network
data_analysis
by ArtificialAnalysis
High-performance data analysis using Polars - load, transform, aggregate, visualize and export tabular data. Use for CSV/JSON/Parquet processing, statistical analysis, time series, and creating charts.
js-set-map-lookups
by TheOrcDev
Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or performing frequent lookups against a collection.
V3 Swarm Coordination
by ruvnet
"15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline."
Swarm Orchestration
by ruvnet
"Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems."
V3 Performance Optimization
by ruvnet
"Achieve aggressive v3 performance targets: 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, 50-75% memory reduction. Comprehensive benchmarking and optimization suite."
agent-performance-benchmarker
by ruvnet
Agent skill for performance-benchmarker - invoke with $agent-performance-benchmarker
unity-editor
by Besty0728
"Unity Editor control. Use when users want to enter play mode, select objects, undo/redo, or execute menu commands. Triggers: play, stop, pause, select, undo, redo, menu, editor, Unity编辑器, Unity播放, Unity撤销, Unity选择."
unity-cleaner
by Besty0728
"Project cleanup utilities. Use when users want to find unused assets, duplicate files, or clean up the project. Triggers: unused, duplicate, cleanup, optimize, dead code, orphan, Unity清理, Unity未使用, 重复文件."
unity-gameobject
by Besty0728
"GameObject creation and manipulation. Use when users want to create, delete, move, rotate, scale, or parent GameObjects. Triggers: gameobject, create, delete, transform, position, rotation, scale, parent, hierarchy, 游戏对象, Unity创建, Unity删除, Unity移动, Unity旋转, Unity缩放."
pest-testing
by coollabsio
Tests applications using the Pest 4 PHP framework. Activates when writing tests, creating unit or feature tests, adding assertions, testing Livewire components, browser testing, debugging test failures, working with datasets or mocking; or when the user mentions test, spec, TDD, expects, assertion, coverage, or needs to verify functionality works.
agent-crdt-synchronizer
by ruvnet
Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer
V3 Security Overhaul
by ruvnet
"Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation."
AgentDB Learning Plugins
by ruvnet
"Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience."
ring:regulatory-templates-gate2
by LerianStudio
Gate 2 sub-skill - validates uncertain mappings from Gate 1 and confirms all field specifications through testing.
ring:dev-validation
by LerianStudio
Development cycle validation gate (Gate 5) - validates all acceptance criteria are met and requires explicit user approval before completion.
senior-frontend
by alirezarezvani
Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.
senior-data-engineer
by alirezarezvani
Data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when designing data architectures, building data pipelines, optimizing data workflows, implementing data governance, or troubleshooting data issues.
Resume Version Manager
by Paramchoudhary
Track different resume versions, maintain master resume, manage tailored versions
Skill Builder
by ruvnet
"Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification."
go-functional-options
by cxuu
The functional options pattern for Go constructors and public APIs. Use when designing APIs with optional configuration, especially with 3+ parameters.