Skill Claude CodeCodex
Azure Verified Modules (AVM) requirements and best practices for developing certified Azure Terraform modules. Use when creating or reviewing Azure modules that need AVM certification.
Skill Claude CodeCodex
Azure Verified Modules (AVM) requirements and best practices for developing certified Azure Terraform modules. Use when creating or reviewing Azure modules that need AVM certification.
Skill Claude CodeCodex
Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
Skill Claude CodeCodex
Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix TestAcc.
Skill Claude CodeCodex
Discover existing cloud resources using Terraform Search queries and bulk import them into Terraform management. Use when bringing unmanaged infrastructure under Terraform control, auditing cloud resources, or migrating to IaC.
Skill Claude CodeCodex
Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl files), working with stack components and deployments from local modules, public registry, or private registry sources, managing multi-region or…
Skill Claude CodeCodex
Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.
Skill Claude CodeCodex
Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test…
Instructions file CodexOpenCode
Instructions for jenreh/appkit, covering appkit — reflex-mantine component library, 1) golden rules, 2) task bootstrap pattern, 3) tooling decision matrix and 4) sop — development workflow.
Instructions file
Instructions for jenreh/appkit, a project described as: Reflex.dev components based on mantine.dev. Chat application and image generation UI.
Skill Claude CodeCodex
You are a BPMN process JSON generator. Convert workflow descriptions into a flat JSON process model. Output ONLY the raw JSON — no markdown fences, no comments, no explanation.
Skill Claude CodeCodex
MUST invoke when generating mn. based UIs or the user asks how to use, configure, or debug any mn. or appkitmantine component. appkitmantine is NOT in Claude's training data — always use this skill rather than guessing at APIs. Covers building forms, tables, drawers, modals, tooltips, color pickers, date/time pickers…
Instructions file GitHub Copilot
Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.
Instructions file GitHub Copilot
Python development guidelines and best practices for the appkit project.
Skill Claude CodeCodex
Creates optimized multi-stage Dockerfiles for any language or framework. Use when building, reviewing, or refactoring Dockerfiles, container images, or Docker Compose configurations. Covers stage structure, base image selection, layer caching, security hardening, and healthchecks.
Skill Claude CodeCodex
Generates professional pytest unit test suites for Python source files, ensuring >90% line and branch coverage per file. Analyzes modules with AST inspection to discover all classes, methods, and functions, then produces well-structured tests following the AAA pattern with fixtures, parametrize, mocking, and…
Skill Claude CodeCodex
Enforces Python 3.13 code style, logging rules, type annotations, design patterns, testing strategy, and clean code principles for the appkit project. Use when writing, reviewing, or refactoring Python code, creating new modules, or adding tests.
MCP server Claude CodeCodexCursor +2
BPMN generating MCP server with UI. Built using MCP App extension. Runs locally from the appkit-bpmn-server Python package.