Skip to main content
Dépôt GitHub

power-plant

power-plant contient 8 skills collectées depuis storm-software, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
8
Stars
1
mis à jour
2026-06-30
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

rust-best-practices
Développeurs de logiciels

Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5) optimizing Rust code for performance, (6) writing tests or documentation for Rust projects.

2026-06-30
graphql-schema
Développeurs de logiciels

Guide for designing GraphQL schemas following industry best practices. Use this skill when: (1) designing a new GraphQL schema or API, (2) reviewing existing schema for improvements, (3) deciding on type structures or nullability, (4) implementing pagination or error patterns, (5) ensuring security in schema design.

2026-06-28
openapi-spec-generation
Développeurs de logiciels

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

2026-06-28
valibot
Développeurs de logiciels

Schema validation with Valibot, the modular and type-safe schema library. Use when the user needs to validate data, create schemas, parse inputs, or work with Valibot in their project. Also use when migrating from Zod to Valibot.

2026-06-28
zod
Développeurs de logiciels

Zod schema validation best practices for type safety, parsing, and error handling. This skill should be used when defining z.object schemas, using z.string validations, safeParse, or z.infer. This skill does NOT cover React Hook Form integration patterns (use react-hook-form skill) or OpenAPI client generation (use orval skill).

2026-06-28
typescript-mcp-server-generator
Développeurs de logiciels

Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration

2026-06-22
vitest
Analystes en assurance qualité des logiciels et testeurs

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

2026-06-22
writing-json-schemas
Développeurs de logiciels

Authors JSON Schema definitions for use with z-schema validation. Use when the user needs to write a JSON Schema, define a schema for an API payload, create schemas for form validation, structure schemas with $ref and $defs, choose between oneOf/anyOf/if-then-else, design object schemas with required and additionalProperties, validate arrays with items or prefixItems, add format constraints, organize schemas for reuse, or write draft-2020-12 schemas.

2026-06-22