← all publishers

Heldinhow

@heldinhow source repo

90 published skills

  1. Aspire Integration Testing · heldinhow
    Write integration tests using .NET Aspire's testing facilities with xUnit. Covers test fixtures, distributed application setup, endpoint discovery, and patterns for testing ASP.NET Core apps with real dependencies.
    0 installs
  2. Aspire Mailpit Integration · heldinhow
    Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without sending them. View rendered HTML, inspect headers, and verify delivery in integration tests.
    0 installs
  3. Opentelemetry Dotnet Instrumentation · heldinhow
    Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, naming conventions, error handling, performance, and API design best practices.
    0 installs
  4. Brand Guidelines · heldinhow bundle
    Apply official brand colors and typography to artifacts for cohesive visual identity.
    0 installs
  5. Mongodb Mongoose · heldinhow
    Use when working with MongoDB and Mongoose ODM in Node.js or TypeScript projects. Covers schema design, models, queries, aggregation pipelines, indexes, and connection management.
    0 installs
  6. Supabase Backend · heldinhow bundle
    Build backend services using Supabase for database, auth, and real-time features.
    0 installs
  7. Vector Databases · heldinhow
    Use when integrating vector databases for semantic search, embeddings storage, or RAG systems. Covers Pinecone, Qdrant, Chroma, pgvector, and Weaviate with TypeScript examples.
    0 installs
  8. Delegate Subagent · heldinhow bundle
    Delegate focused tasks to a subagent for specialized execution while maintaining main context.
    0 installs
  9. Github Actions CI · heldinhow bundle
    Set up continuous integration workflows using GitHub Actions.
    0 installs
  10. GRAPHQL Resolvers · heldinhow bundle
    Implement GraphQL resolver functions for data fetching and mutation handling.
    0 installs
  11. Kubernetes Deploy · heldinhow bundle
    Deploy and manage applications on Kubernetes clusters.
    0 installs
  12. API Best Practices · heldinhow bundle
    Apply modern standards and best practices for designing scalable, secure, and maintainable REST APIs.
    0 installs
  13. Debugging Patterns · heldinhow bundle
    Apply systematic debugging strategies and use appropriate tools to identify and fix issues.
    0 installs
  14. Grpc Microservices · heldinhow bundle
    Implement gRPC communication between microservices using protocol buffers.
    0 installs
  15. Opencode Subagents · heldinhow bundle
    Create and use specialized subagents in OpenCode for focused tasks.
    0 installs
  16. Cicd Github Actions · heldinhow bundle
    Create CI/CD pipelines using GitHub Actions for automated builds, tests, and deployments.
    0 installs
  17. Database Migrations · heldinhow bundle
    Manage database schema changes using migration tools and version control.
    0 installs
  18. JWT Auth · heldinhow bundle
    Implement JWT (JSON Web Token) authentication for secure API access.
    0 installs
  19. Rust CLI · heldinhow bundle
    Build command-line applications in Rust with proper CLI patterns and argument parsing.
    0 installs
  20. T3 Stack · heldinhow bundle
    Build full-stack TypeScript applications using T3 Stack (Next.js, tRPC, Prisma, Tailwind).
    0 installs
  21. Changelog · heldinhow
    Use when generating or updating a CHANGELOG.md file, writing release notes, or summarizing changes between versions based on git commits or PR history.
    0 installs
  22. Debugging · heldinhow bundle
    Apply systematic debugging patterns and strategies to identify and fix software issues efficiently.
    0 installs
  23. Design Md · heldinhow bundle
    design-md Skill
    0 installs
  24. Shadcn UI · heldinhow
    Use when building UIs with shadcn/ui components in React/Next.js projects. Covers setup, component usage, theming, customization, and composition patterns with Tailwind CSS.
    0 installs
  25. Storybook · heldinhow
    Use when setting up or writing Storybook stories for React components, building component documentation, or creating visual test scenarios with controls, decorators, and play functions.
    0 installs
  26. AWS Lambda · heldinhow bundle
    Design, build, and deploy serverless event-driven functions using AWS Lambda.
    0 installs
  27. React Vite Patterns · heldinhow bundle
    Build React applications with Vite for fast development and optimized builds.
    0 installs
  28. Typescript Patterns · heldinhow bundle
    Apply TypeScript design patterns and idioms for type-safe, maintainable code.
    0 installs
  29. Websocket Real Time · heldinhow bundle
    Implement WebSocket communication for real-time bidirectional client-server communication.
    0 installs
  30. Elasticsearch Search · heldinhow bundle
    Implement full-text search capabilities using Elasticsearch for scalable search solutions.
    0 installs
  31. Superpowers Patterns · heldinhow bundle
    Apply core patterns from superpowers library for TDD, debugging, and collaboration.
    0 installs
  32. Copilot CLI Subagents · heldinhow bundle
    Use GitHub Copilot CLI with /fleet for parallel subagent execution and custom agent workflows.
    0 installs
  33. Prometheus Monitoring · heldinhow bundle
    Implement Prometheus metrics and monitoring for applications.
    0 installs
  34. Web Artifacts Builder · heldinhow bundle
    Build production-quality HTML artifacts using React, Tailwind CSS, and shadcn/ui.
    0 installs
  35. Dotnet Fluentvalidation · heldinhow
    Implement declarative validation rules using FluentValidation in .NET.
    0 installs
  36. Git Conventional Commits · heldinhow
    Use when writing git commit messages, planning commits, or setting up commit conventions. Enforces Conventional Commits format with proper types, scopes, breaking changes, and semantic versioning compatibility.
    0 installs
  37. Copilot Delegate Subagent · heldinhow bundle
    Orchestrate and delegate tasks to subagents in GitHub Copilot CLI for parallel or focused execution.
    0 installs
  38. Dotnet Clean Architecture · heldinhow
    Implement Clean Architecture in .NET with proper layer separation for maintainable applications.
    0 installs
  39. Dispatching Parallel Agents · heldinhow bundle
    Run multiple independent tasks in parallel using subagents for faster execution.
    0 installs
  40. Axiom IOS Games · heldinhow
    Use when building ANY 2D or 3D game, game prototype, or interactive simulation with SpriteKit, SceneKit, or RealityKit. Covers scene graphs, ECS architecture, physics, actions, game loops, rendering, SwiftUI integration, SceneKit migration.
    0 installs
  41. Aspire Configuration · heldinhow
    Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery.
    0 installs
  42. Python Fastapi · heldinhow bundle
    Build high-performance APIs using FastAPI framework with Python type hints.
    0 installs
  43. Rabbitmq Async · heldinhow bundle
    Implement asynchronous messaging using RabbitMQ for distributed systems.
    0 installs
  44. Security Audit · heldinhow bundle
    Perform security vulnerability scanning and audits to identify and fix security issues.
    0 installs
  45. UI Experiments · heldinhow bundle
    ui-experiments Skill
    0 installs
  46. Webapp Testing · heldinhow bundle
    Test web applications using Playwright for end-to-end browser testing.
    0 installs
  47. Algorithmic Art · heldinhow bundle
    Create algorithmic and generative art using tools like p5.js, focusing on seeded randomness, flow fields, and interactive parameters.
    0 installs
  48. Astro Framework · heldinhow bundle
    Build fast websites with Astro framework. Perfect for content-focused sites, blogs, and landing pages.
    0 installs
  49. Awesome Copilot · heldinhow bundle
    GitHub Copilot Agent Skills catalog from awesome-copilot repository. Trigger: When user wants to browse, search, or use Agent Skills from the awesome-copilot collection.
    0 installs
  50. Doc Coauthoring · heldinhow bundle
    Guide users through structured workflow for collaborative document creation.
    0 installs
  51. Frontend Design · heldinhow bundle
    Create professional, distinctive frontend designs. Use for any UI work, component creation, or design decisions.
    0 installs
  52. Ollama Local AI · heldinhow
    Use when running LLMs locally with Ollama, integrating local models into apps, or building AI features without sending data to external APIs. Covers model management, API usage, and integration with AI SDK.
    0 installs
  53. Openapi Swagger · heldinhow
    Use when documenting REST APIs with OpenAPI 3.x spec, generating Swagger UI, creating typed API clients, or setting up API docs in Node.js/Hono/Fastify/Express projects.
    0 installs
  54. Stripe Payments · heldinhow
    Use when integrating Stripe payments, subscriptions, webhooks, or billing into web applications. Covers Checkout, Payment Intents, subscriptions, customer portal, and webhook handling.
    0 installs
  55. Webhook Handler · heldinhow bundle
    Implement webhook handlers for processing incoming events from external services.
    0 installs
  56. PDF · heldinhow bundle
    Process PDF files for extraction, creation, modification, and manipulation.
    0 installs
  57. Tdd · heldinhow bundle
    Apply test-driven development (TDD) methodology to build reliable, maintainable code systematically.
    0 installs
  58. DOCX · heldinhow bundle
    Create, read, edit, and manipulate Word documents (.docx) with proper formatting.
    0 installs
  59. Go API · heldinhow bundle
    Build scalable REST APIs with Go. Perfect for high-performance backends.
    0 installs
  60. Pulumi · heldinhow
    Use when provisioning cloud infrastructure with Pulumi using TypeScript or Python. Covers AWS, GCP, Azure resources, stacks, state management, and component resources as Infrastructure as Code.
    0 installs
  61. Vitest · heldinhow
    Use when writing or running unit tests with Vitest in TypeScript/JavaScript projects. Covers test setup, assertions, mocking, coverage, and integration with React Testing Library.
    0 installs
  62. Hono API · heldinhow
    Use when building APIs with Hono framework on Bun, Deno, Node.js, Cloudflare Workers, or Vercel Edge. Covers routing, middleware, validation with Zod, RPC client, and deployment patterns.
    0 installs
  63. RAG Patterns · heldinhow
    Use when building Retrieval-Augmented Generation (RAG) systems, chatbots with document context, semantic search, or AI apps that query a knowledge base before generating responses.
    0 installs
  64. Canvas Design · heldinhow bundle
    Create visual art in PNG/PDF using design philosophy with original compositions.
    0 installs
  65. Dotnet Carter · heldinhow
    Build minimal .NET APIs using Carter framework with declarative routing.
    0 installs
  66. Huashu Design · heldinhow bundle
    Huashu-Design
    0 installs
  67. Kafka Streams · heldinhow bundle
    Process streaming data using Apache Kafka Streams for real-time analytics.
    0 installs
  68. Rate Limiting · heldinhow bundle
    Implement API rate limiting to control request frequency and prevent abuse.
    0 installs
  69. Skill Creator · heldinhow bundle
    Create new skills interactively with proper structure and documentation.
    0 installs
  70. Tdd Workflows · heldinhow bundle
    Advanced Test-Driven Development (TDD) patterns and workflows for maintaining high quality software with confidence.
    0 installs
  71. Terraform Iac · heldinhow bundle
    Manage infrastructure as code using Terraform for reproducible and version-controlled deployments.
    0 installs
  72. Dotnet Mediatr · heldinhow
    Implement MediatR mediator pattern in .NET for decoupled request handling.
    0 installs
  73. Elixir Phoenix · heldinhow bundle
    Build scalable web applications using Elixir Phoenix framework.
    0 installs
  74. Event Sourcing · heldinhow
    Use when implementing Event Sourcing patterns, building event-driven systems, or combining Event Sourcing with CQRS. Covers event stores, aggregates, projections, and eventual consistency.
    0 installs
  75. Internal Comms · heldinhow bundle
    Write internal communications including updates, newsletters, and reports following company formats.
    0 installs
  76. N8n Automation · heldinhow bundle
    Automate workflows and connect services using n8n, a powerful workflow automation tool.
    0 installs
  77. Nestjs API · heldinhow bundle
    Build scalable Node.js APIs using NestJS framework with TypeScript.
    0 installs
  78. Prisma Orm · heldinhow bundle
    Use Prisma ORM for type-safe database access in TypeScript/JavaScript applications.
    0 installs
  79. Svelte Kit · heldinhow bundle
    Build full-stack web applications using SvelteKit with server-side rendering.
    0 installs
  80. Bun Runtime · heldinhow bundle
    Build JavaScript/TypeScript applications using Bun runtime for fast performance.
    0 installs
  81. Code Review · heldinhow
    Use when reviewing code changes, pull requests, or diffs. Provides a structured review framework covering correctness, security, performance, readability, and test coverage.
    0 installs
  82. Dotnet Cqrs · heldinhow
    Implement CQRS (Command Query Responsibility Segregation) pattern in .NET for separated read/write operations.
    0 installs
  83. Drizzle Orm · heldinhow
    Use when working with Drizzle ORM for TypeScript database access. Covers schema definition, migrations, queries, relations, and integration with PostgreSQL, MySQL, SQLite, and edge runtimes.
    0 installs
  84. GRAPHQL API · heldinhow bundle
    Design and implement GraphQL APIs with proper schema design, resolvers, and best practices.
    0 installs
  85. MCP Builder · heldinhow bundle
    Build high-quality MCP (Model Context Protocol) servers for LLM tool integration.
    0 installs
  86. Nginx Proxy · heldinhow bundle
    Configure Nginx as a reverse proxy for routing traffic to backend services.
    0 installs
  87. Redis Cache · heldinhow bundle
    Implement Redis caching strategies to improve application performance and reduce database load.
    0 installs
  88. Deno Runtime · heldinhow bundle
    Build applications using Deno runtime with TypeScript support and built-in tooling.
    0 installs
  89. Docker Swarm · heldinhow bundle
    Orchestrate containerized applications using Docker Swarm for clustering and service management.
    0 installs
  90. Fastify REST · heldinhow bundle
    Build high-performance REST APIs using Fastify framework for Node.js.
    0 installs