decorators skills

48 tagged decorators, measured the same way as everything else here.

Browse within: browserwindow 22dependency-injection 22desktop-app 22di-container 22electron 22nextjs 15nodejs 15rest-api 15rpc 15supports-dot-config 15decorator-pattern 5mcp-client 5

procedure

01

finom/vovk

Skill Claude CodeCodex

Vovk.ts procedures — atomic unit of server-side logic in Vovk project. Use whenever user asks to build ANYTHING producing or consuming data on server — page loading data ("users page", "dashboard", "product list"), endpoint, API handler, server action, form submission, controller, validation with Zod / Valibot /…

52 4d ago A 342 tokens original MIT

rpc

02

finom/vovk

Skill Claude CodeCodex

Vovk.ts RPC client — how vovk generate turns controllers into type-safe client modules, composed vovk-client vs segmented clients, call shape (apiRoot, params, body, query, meta, init, disableClientValidation, validateOnClient, interpretAs, transform, fetcher), customizing generation via outputConfig.imports.fetcher +…

52 4d ago A 354 tokens original MIT

tools

03

finom/vovk

Skill Claude CodeCodex

Building LLM tools with Vovk.ts — deriveTools() (procedures → tools), createTool() (standalone tools, no controller/procedure needed), @operation.tool({ name, title, description, hidden }) decorator, x-tool metadata, ToModelOutput.DEFAULT vs ToModelOutput.MCP formatters, the tools + toolsByName return shape, the meta…

52 4d ago A 261 tokens original MIT

synaptiai/prompt-decorators

Skill Claude CodeCodex

Use when the user wants to write a new prompt decorator - either a personal one for their repo or a contribution back to the upstream catalogue. Walks through the JSON schema, the extensions/ convention, how to verify a new decorator end-to-end through the hook, and how to diagnose failures using debug logging and…

43 8d ago A 72 tokens original Apache-2.0

synaptiai/prompt-decorators

Skill Claude CodeCodex

Use when a user's prompt would clearly benefit from a reasoning, structure, tone, or verification decorator - or when they ask "what decorators should I use?". Teaches when and how to suggest inline ::Name(params) sigils instead of repeating verbose prompt-engineering instructions manually.

43 8d ago A 63 tokens original Apache-2.0

flows

06

victorgrein/spec-crew

Skill Claude CodeCodex

This skill should be used when designing CrewAI Flows with typed state management, deterministic routing, and event-driven orchestration. Use it for flow architecture, state transitions, control primitives, and production deployment.

6 6mo ago A 43 tokens

priyansh-narang2308/TheBlacklisted-NitroStack

Skill Claude CodeCodex

Best practices for linking tools to interactive frontend widgets using @Widget and @nitrostack/widgets SDK (including state sync, tool calling, display modes, media queries, and chat actions).

5 1mo ago A 44 tokens copy · 100% MIT

trae-op/electron-modular-boilerplate

Skill Claude CodeCodex

Use when loops over large arrays/collections cause slowness or memory pressure; optimizes nested iteration with indexing/maps, pre-grouping, chunking, lazy processing, and memoization to remove O(nmk) bottlenecks.

5 6mo ago A 53 tokens

trae-op/electron-modular-boilerplate

Skill Claude CodeCodex

Use when designing or refactoring Electron main-process feature modules; enforces project modular architecture with module/service/ipc/window separation, DI providers/tokens, imports/exports boundaries, and typed contracts.

5 6mo ago A 46 tokens

Clockwork-Innovations/simply-mcp

Skill Claude CodeCodex

Build Simply-MCP servers with createTool(), createResourceTemplate(), code execution mode, or MCP Apps. Use when creating MCP servers, testing tool handlers, writing simply-mcp test harnesses, building servers where AI composes tool calls into JavaScript, deploying MCP servers to Cloudflare Workers, or creating…

2 4mo ago A 74 tokens