
from han175
Build reusable Pulumi ComponentResources to encapsulate multi-resource cloud infrastructure patterns and best practices.
Create higher-level Pulumi ComponentResources to compose multiple cloud resources into logical, reusable infrastructure components. Includes examples and patterns for WebServer, VPC, RDS-backed Database, ECS container apps, S3 static websites with CloudFront, Kubernetes apps, and Lambda components. Covers best practices (parent relationships, registerOutputs, type safety), common pitfalls, and when to use these components in infra libraries.
Pulumi Components skill provides 6 reusable TypeScript ComponentResource examples (WebServer, VPC, RDS, ECS+ALB, S3+CloudFront, K8s Deployment, Lambda). No bundled scripts — purely a reference document. Code examples are well-structured with proper parent-child relationships and typed interfaces. Minor security concerns: encourages public S3 bucket policy pattern and RDS skipFinalSnapshot=true default. Architecture is monolithic with all examples in one large SKILL.md.
Solid reference skill for Pulumi infrastructure patterns. Would benefit from splitting component examples into references/ directory and adding input validation. The security concerns are minor pattern issues in example code, not malicious intent. Skill is not user-invocable so it serves as a lookup resource rather than an active tool.
GraphQL Inspector — Validate
Validate GraphQL operations against a schema with configurable depth, complexity, alias and directive limits to catch errors before runtime.
Pytest Plugins Guide
Guidance on the pytest plugin ecosystem: plugin development, pytest-cov, pytest-mock, configuration, CI integration, and advanced patterns.
Gleam — Erlang Interop
Guides Gleam developers to call Erlang libraries, declare external functions, handle Erlang types, and integrate with OTP, NIFs, and ports.
Atomic Design — Quarks
Guidance for creating and organizing ‘quarks’—design tokens and primitive values (colors, spacing, typography, shadows) that form the foundation of a design sys
Professional Honesty
Guidelines for agents to prioritise technical accuracy and direct, evidence-based communication instead of excessive agreeableness.
React Native Components
Practical guidance and patterns for building React Native UI components: core components, composition, performance best practices, and common patterns.
Gluestack UI — Accessibility
Guidance and best practices for building accessible interfaces with gluestack-ui (WCAG 2.1 AA, ARIA, screen readers, keyboard navigation).
Tailwind Configuration
Guides configuring tailwind.config (content paths, theme extension, plugins, dark mode and production optimizations) for projects using Tailwind CSS.
Ink Hooks & State Management
Guidance and examples for using React-style hooks (useState, useEffect, useInput, useApp, useStdout, useFocus) to manage state and side effects in Ink terminal
Docker Compose Networking
Practical guidance for designing Docker Compose network topologies—service discovery, bridge and internal networks, aliases, static IPs, and troubleshooting for