Jens Rehpöhler
Community@jenreh · Gütersloh, Germany
Jens Rehpöhler publishes skills for Terraform infrastructure-as-code, Reflex/appkit Python web development, graph databases, Docker, and GitHub Actions CI/CD.
Agent Skills by Jens Rehpöhler
Showing 24 vetted skills indexed across 1 GitHub repositories.
terraform-search-import
Discover existing cloud resources with Terraform Search queries and bulk import them into Terraform state.
appkit-mantine-reference
Provides API reference for building Reflex UI with appkit_mantine components.
terraform-test
Write and run Terraform test files with run blocks, assertions, and mock providers.
reflex-state-and-architecture
Guides Reflex.dev state design, event handlers, repositories, and feature package architecture.
runic-ogm
Model, relate, and query property-graph databases in Python with a SQLModel-style OGM.
boost
Refines rough feature ideas into structured implementation prompts with requirements and success criteria.
create-readme
Generates a structured GitHub Flavored Markdown README.md for a software project.
code-cleanup
Refactors modified Python files with minimal diffs, then runs format, lint, and typecheck.
release
Bumps the project version, generates an AI-written changelog, and publishes a GitHub release.
github-actions-cicd
Create, audit, and troubleshoot GitHub Actions CI/CD workflows with security and deployment checklists.
terraform-azure-verified-modules
Validates Azure Terraform modules against Azure Verified Modules certification requirements.
terraform-stacks
Create, validate, and deploy Terraform Stack configurations across environments and regions.
python-coding
Enforces Python 3.14 style, logging, typing, and testing rules when writing or reviewing code.
terraform-run-acceptance-tests
Runs and diagnoses Terraform provider acceptance tests using Go test with TF_ACC.
terraform-refactor-module
Refactor monolithic Terraform configurations into reusable modules with state migration.
reflex-testing-state
Generates pytest unit tests for Reflex.dev state classes, event handlers, and computed vars.
docker-multi-stage
Creates optimized multi-stage Dockerfiles with layer caching, security hardening, and healthchecks.
runic-migrate
Guides graph schema migrations with runic across FalkorDB, Memgraph, Neo4j, ArcadeDB, and Apache AGE.
commit-msg
Generates a conventional commit message from staged or unstaged git changes.
frontend-design
Generates production-grade frontend interfaces with distinctive typography, color, motion, and layout design.
reflex-docs
Provides Reflex framework documentation for building full-stack Python web applications.
appkit-commons
Implements configuration, service registry, repositories, entities, and schedulers for appkit-commons applications.
python-clean-code
Applies Clean Code Developer principles when writing and refactoring Python code.
terraform-style-guide
Generates Terraform HCL code following HashiCorp style conventions and security practices.
Frequently Asked Questions About Jens Rehpöhler
FAQPage SchemaWhat tasks can I accomplish with jenreh's Terraform skills?▼
You can search and bulk-import existing cloud resources into Terraform, write and run .tftest.hcl tests with mocked providers, execute provider acceptance tests, refactor monolithic configs into reusable modules, build Terraform Stacks for multi-region deployments, follow HashiCorp style conventions, and certify Azure modules against Azure Verified Modules requirements.
Who are these skills designed for?▼
They target infrastructure engineers working with Terraform and Azure, Python developers building Reflex or appkit web applications, and engineers managing graph databases like Neo4j or FalkorDB. DevOps practitioners benefit from the GitHub Actions CI/CD and multi-stage Dockerfile skills, plus commit, release, and README generators.
What are the prerequisites and runtime requirements?▼
Terraform skills require Terraform >= 1.14 with providers supporting list resources for search/import. The runic skills require a Cypher-compatible graph database such as FalkorDB, Neo4j, Memgraph, ArcadeDB, or Apache AGE. Python skills assume Python 3.14 conventions; Reflex skills require the Reflex framework and pytest for state testing.
Are these skills open source and what licenses apply?▼
Most skills authored by Jens Rehpöhler are MIT licensed, including appkit-mantine-reference, reflex-state-and-architecture, python-coding, docker-multi-stage, and create-readme. IBM-copyrighted Terraform skills carry their own copyright, terraform-run-acceptance-tests uses MPL-2.0, and frontend-design references terms in its LICENSE.txt file.
How do the CI/CD and container skills work in practice?▼
The github-actions-cicd skill creates, audits, or troubleshoots pipelines covering OIDC authentication, caching, matrix strategies, and deployment design. The docker-multi-stage skill generates optimized multi-stage Dockerfiles for any language, addressing base image selection, layer caching, security hardening, healthchecks, and Docker Compose configurations.