jenreh

41 mods across 3 repositories, 9 stars between them.

create-readme

01

jenreh/harmonyhub-py

Skill Claude CodeCodex

Create a comprehensive, well-structured README.md for the project. Use when asked to write, generate, or update a project README. Trigger on "create readme", "write readme", "generate readme", or /readme.

5 12d ago A 53 tokens original MIT

frontend-design

02

jenreh/harmonyhub-py

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, reflex.dev components, HTML/CSS layouts, or when styling/beautifying any web…

5 12d ago A 78 tokens copy · 95% MIT

writing-python-code

03

jenreh/harmonyhub-py

Skill Claude CodeCodex

Enforces Python 3.14 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.

5 12d ago A 56 tokens original MIT

harmonyhub-py

04

jenreh/harmonyhub-py

Settings file Claude Code

Agent settings declaring 16 allowed tools.

5 12d ago A tokens not measured original MIT

jenreh/harmonyhub-py

Instructions file CodexOpenCode

Instructions for jenreh/harmonyhub-py, covering harmonyhub-py, 1) golden rules, 2) task bootstrap pattern, 3) tooling decision matrix and 4) sop — development workflow.

5 12d ago A 1,352 tokens original MIT

jenreh/harmonyhub-py

Instructions file

Instructions for jenreh/harmonyhub-py, a project described as: Local control of the Logitech Harmony Hub: library, CLI, and MCP server.

5 12d ago A 3 tokens copy · 100% MIT

harmonyhub

07

jenreh/harmonyhub-py

Skill Claude CodeCodex

Voice-style remote control for the Logitech Harmony Hub. Translate natural-language requests ("schalte Pro7 ein", "lauter", "Apple TV") into the matching hub command via MCP or the harmony CLI.

5 12d ago A 48 tokens original MIT

appkit

08

jenreh/appkit

Settings file Claude Code

Agent settings declaring 17 allowed tools.

4 5d ago B tokens not measured original MIT

appkit-commons

09

jenreh/appkit

Skill Claude CodeCodex

Read before writing any new feature. Covers configuration, DI, persistence, and scheduling.

4 5d ago A 72 tokens original MIT

boost

10

jenreh/appkit

Skill Claude CodeCodex

Use when the user wants to refine, sharpen, or expand a rough idea into a detailed implementation prompt — before any code gets written. Trigger on /boost, "refine this prompt", "turn this into a prompt", "help me specify", "what do I need to think through before implementing", "can you make this more detailed", rough…

4 5d ago A 138 tokens original MIT

code-cleanup

11

jenreh/appkit

Skill Claude CodeCodex

Refactor and simplify Python files modified in the current session — minimal diff, clean code principles, then lint/format/typecheck. Use when the user asks to clean up, simplify, or refactor code.

4 5d ago A 46 tokens original MIT

commit-msg

12

jenreh/appkit

Skill Claude CodeCodex

Generate a conventional commit message from staged (or unstaged) changes. Use when the user asks for a commit message, wants to commit changes, or says "what should my commit message be".

4 5d ago A 42 tokens original MIT

create-readme

13

jenreh/appkit

Skill Claude CodeCodex

Create a comprehensive, well-structured README.md for the project. Use when asked to write, generate, or update a project README. Trigger on "create readme", "write readme", "generate readme", or /readme.

4 5d ago A 53 tokens copy · 100% MIT

docker-multi-stage

14

jenreh/appkit

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.

4 5d ago B 56 tokens original MIT

frontend-design

15

jenreh/appkit

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, reflex.dev components, HTML/CSS layouts, or when styling/beautifying any web…

4 5d ago A 78 tokens copy · 95% MIT

github-actions-cicd

16

jenreh/appkit

Skill Claude CodeCodex

Create, audit, or troubleshoot GitHub Actions CI/CD pipelines. Use when: building a new workflow, reviewing an existing pipeline for security/performance, debugging a failing workflow, designing deployment strategies, or setting up secrets/OIDC authentication. Triggers: "create workflow", "CI/CD pipeline", "GitHub…

4 5d ago A 98 tokens original MIT

python-clean-code

17

jenreh/appkit

Skill Claude CodeCodex

Enforce Clean Code Developer (CCD) architecture and software quality principles when writing or refactoring Python code. Apply automatically whenever you generate new Python code, refactor existing Python, design modules or class hierarchies, or review Python architecture — even when the user doesn't mention "clean…

4 5d ago A 165 tokens original MIT

python-coding

18

jenreh/appkit

Skill Claude CodeCodex

Enforces Python 3.14 code style, logging rules, type annotations, design patterns, testing strategy, and clean code principles for the appkit project. Apply automatically whenever writing, reviewing, or refactoring Python code, creating new modules, or adding tests.

4 5d ago A 57 tokens copy · 95% MIT

reflex-docs

19

jenreh/appkit

Skill Claude CodeCodex

Reflex framework documentation. Use when building full-stack Python web apps with Reflex, creating components, managing state, handling events, styling, database operations, API routes, authentication, deploying apps, or wrapping React components. Load when the user is working with Reflex (rx), writing .py files that…

4 5d ago A 83 tokens original MIT

jenreh/appkit

Skill Claude CodeCodex

Reflex state design, event handlers, background tasks, form validation, page factory, service registry, repository pattern, database models, project architecture.

4 5d ago A 36 tokens original MIT

jenreh/appkit

Skill Claude CodeCodex

Reflex State is a plain Python class — no browser or runtime needed. Test it directly with pytest and pytest-asyncio.

4 5d ago A 6 tokens original MIT

release

22

jenreh/appkit

Skill Claude CodeCodex

Bump version, generate an AI-written changelog, and publish a GitHub release. Use when the user says "release", "publish", or "bump version".

4 5d ago A 37 tokens original MIT

runic-migrate

23

jenreh/appkit

Skill Claude CodeCodex

Expert guide for runic — an Alembic-style graph schema migration tool that supports FalkorDB, Memgraph, Neo4j, ArcadeDB, and Apache AGE. Use whenever the user works with runic: CLI commands, migration file anatomy, op. API, env.py config, autogenerate, branching/merge, or testing. Invoke for any versions/.py file…

4 5d ago A 99 tokens original MIT

runic-ogm

24

jenreh/appkit

Skill Claude CodeCodex

Expert guide for runic.ogm — a SQLModel-style, graph-native Python OGM for Cypher databases (FalkorDB, Neo4j, Memgraph, ArcadeDB, Apache AGE). Use whenever the user defines graph models (Node/Edge), maps fields, declares relationships, writes graph queries/traversals, or does session/repository CRUD with runic. Invoke…

4 5d ago A 169 tokens original MIT