- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
nestjs-patterns
by spjoshis
Master NestJS framework with modules, controllers, services, dependency injection, guards, interceptors, and microservices patterns for enterprise applications.
hytale-crafting-recipes
by MnkyArts
Create custom crafting recipes for Hytale plugins including shaped, shapeless, processing, and blueprint recipes. Use when asked to "add crafting recipe", "create recipe", "make craftable item", "add smelting recipe", or "custom crafting".
csharp-best-practices
by JeongHeonK
C# 12 / .NET 8 기준 코드 작성 가이드라인. 코드 작성 전/중에 참조하는 knowledge-base skill. Modern C# 기능과 베스트 프랙티스를 자동 주입.
hytale-custom-entities
by MnkyArts
Create custom entities and NPCs for Hytale with AI behaviors, components, spawning, and animations. Use when asked to "create a custom entity", "add an NPC", "make a mob", "design AI behavior", or "configure entity spawning".
hytale-custom-items
by MnkyArts
Create custom items for Hytale including tools, weapons, armor, consumables, and special items. Use when asked to "add a custom item", "create a weapon", "make armor", "add a tool", or "create consumable items".
modern-angular-implementation
by pluginagentmarketplace
Implement Angular 18+ features: Signals, standalone components, @defer blocks, SSR, zoneless change detection, new control flow syntax, and Material 3 integration.
react-hooks-patterns
by spjoshis
Master React hooks patterns including useState, useEffect, useContext, custom hooks, and advanced patterns for building scalable React applications.
clix-event-tracking
by clix-so
Implements Clix event tracking (Clix.trackEvent) with consistent naming, safe
rxjs-implementation
by pluginagentmarketplace
Implement RxJS observables, apply operators, fix memory leaks with unsubscribe patterns, handle errors, create subjects, and build reactive data pipelines in Angular applications.
create-agnostic-composable
by serkodev
Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating agnostic or reusable composables.
mail-banking
by aashari
Show bank notifications, transaction alerts, and account activity from email. Use when user asks about bank emails, account notifications, transfer confirmations, or banking activity. Arguments: optional bank name, time range, or transaction type like "transfers", "payments", "top-ups".
phoenix-framework
by spjoshis
Master Phoenix framework with LiveView, channels, contexts, Ecto, and real-time web applications with Elixir.
wfc-python
by sam-fakhreddine
Internal skill — loaded automatically by wfc-build, wfc-implement, wfc-test, and wfc-review when ALL conditions are true: 1. TARGET LANGUAGE: Code being written, reviewed, or scaffolded is Python 2. PROJECT CONTEXT: Confirmed WFC project via one of: - [tool.wfc] table in pyproject.toml, OR wfc.yaml at project root, OR user explicitly requests "WFC standards" or "WFC scaffolding" 3. TASK TYPE: Writing, modifying, or reviewing application code in: - api/ (FastAPI routes, Pydantic schemas) - services/ (business logic, orchestration) - repositories/ (data access, external APIs) - models/ (domain objects, value types) - Test files that validate the above NOT for: General Python questions; standalone scripts; Jupyter notebooks; CI/CD config; database migrations; build/packaging scripts; auto-generated code (protobufs, gRPC stubs); Poetry/pip projects declining UV migration.
state-implementation
by pluginagentmarketplace
Implement NgRx store with actions and reducers, build selectors, create effects for async operations, configure entity adapters, and integrate HTTP APIs with state management.
calendar-stats
by aashari
Show calendar statistics — meeting volume, hours in meetings, busiest days, top calendars, and meeting load by day of week. Use when user asks how many meetings they have, how busy they are, or wants a time audit.
create-bd-issue
by bdmorin
You are an expert at transforming natural language issue descriptions into optimal bd create commands.
plugin-authoring
by ArcBlock
Use when creating, modifying, or debugging Claude Code plugins. Triggers on .claude-plugin/, plugin.json, marketplace.json, commands/, agents/, skills/, hooks/ directories. Provides schemas, templates, validation workflows, and troubleshooting.
skill-name
by SherifEldeeb
Brief description of what this skill does (1-2 sentences). Include when to use it: "Use when..." or "Use for..."
excalidraw-design-guide
by opencoredev
Load when drawing any Excalidraw diagram. Provides color palette (hex codes), sizing formulas to prevent text truncation, spacing rules to prevent overlaps, arrow styles, layout patterns, and diagram templates for architecture, flowchart, and ER diagrams. Use when asked to draw, visualize, diagram, or create any chart.
doc-validator
by poindexter12
Validate documentation files for completeness, accuracy, and consistency with the codebase. Use when user mentions "check documentation", "validate docs", "is the README up to date?", requests documentation review, says "docs are wrong" or "fix the docs", or is working on documentation improvements. Covers README files, API docs, CHANGELOG, and any markdown documentation.
missing-input-validation-anti-pattern
by igbuend
"Security anti-pattern for missing input validation (CWE-20). Use when generating or reviewing code that processes user input, form data, API parameters, or external data. Detects client-only validation, missing type checks, and absent length limits. Foundation vulnerability enabling most attack classes."
bsv-standards
by b-open-io
This skill should be used when the user asks about any BRC standard (BRC-1 through BRC-113), "what is BRC-61", "what is BRC-42", "what is BEEF", "what is BUMP", "Compound Merkle Path", "Merkle proof format", "what is MAP protocol", "what is AIP", "what is B protocol", "what are BSV standards", "what is SIGMA", "what is BAP", "what is paymail", "what is 1Sat Ordinals", "what is BSV-20", "what is STAS", "lookup BRC", "BitCom protocols", "what is bitcoin-auth", "what is bitcoin-backup", "what is bitcoin-image", "what is Bitcoin Schema", "what is DPP", "what is PacketPay", "what is Authrite", "what is PIKE", "what is P2PKH", "what is Push Drop", "overlay network", "SPV", "outpoint format", "what is ORDFS", "Mandala token", or needs to understand any BSV ecosystem standard, protocol, or specification. Covers all 12 BRC categories: Wallet, Transactions, Scripts, Key Derivation, Payments, Overlays, Peer-to-Peer, Tokens, Outpoints, Opinions, State Machines, and Apps.
angular-core-implementation
by pluginagentmarketplace
Generate Angular components, services, modules, and directives. Implement dependency injection, lifecycle hooks, data binding, and build production-ready Angular architectures.
docker
by poindexter12
Docker and Docker Compose reference for container deployment, networking, volumes, and orchestration. Includes Proxmox hosting and LXC comparison patterns. Use when working with docker-compose.yaml, Dockerfiles, troubleshooting containers, or planning container architecture. Triggers: docker, compose, container, dockerfile, volume, network, service, lxc.