voidvec/drogon-claude-plugin

Drogon C++ backend Claude Code plugin: async discipline rules, 17 code-generation skills, and ESLint-style API-violation hooks. Installable via npm, PyPI, or Claude Code marketplace.

1Stars on the repository
22Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

drogon-gen-advice

02

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code-generation skill for registering Drogon advice, which is Drogon's way to run logic at selected points in request, connection, and session handling. It supports observing an event or intercepting it.

1 4d ago A 42 tokens original MIT

drogon-gen-cmake

03

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A CMakeLists.txt generator for Drogon, a C++ web framework. It creates build configuration for options such as database access, Redis, WebSockets, C++20, and coroutines.

1 4d ago A 35 tokens original MIT

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A generator for Drogon coroutine code, where coroutines let C++ pause while waiting for database, Redis, or HTTP work without blocking the request thread.

1 4d ago A 48 tokens original MIT

drogon-gen-csp-view

05

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code generator for Drogon, a C++ web framework, that creates HTML view templates in its CSP format and the controller code needed to render them.

1 4d ago A 53 tokens original MIT

drogon-gen-filter

08

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code generator for Drogon filters, which inspect or reject web requests before they reach a handler. It can create filters for authentication, rate limits, or input checks.

1 4d ago A 35 tokens original MIT

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code generator for making outgoing HTTP requests from a Drogon C++ application. HTTP is the standard way software calls web services; the generator supports asynchronous requests, coroutine-based requests, and reverse-proxy forwarding.

1 4d ago A 40 tokens original MIT

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code generator for Drogon lambda-based HTTP routes. A route maps a web address and HTTP method, such as GET or POST, to code that handles the request.

1 4d ago A 39 tokens original MIT

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code generator for Drogon middleware, which is shared request-processing code that runs as part of the web request chain. It supports logging, cross-origin request handling, and timing requests.

1 4d ago A 35 tokens original MIT

drogon-gen-orm-crud

12

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code generator for database create, read, update, and delete operations in Drogon, a C++ web framework. It supports PostgreSQL, MySQL, and SQLite, using either callbacks or coroutines; coroutines are a way to write asynchronous code in a sequential style.

1 4d ago A 41 tokens original MIT

drogon-gen-plugin

13

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code generator for Drogon plugins, which initialize and manage application-wide resources during the program's lifetime. Examples include connection pools and third-party software libraries.

1 4d ago A 35 tokens original MIT

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A generator for the Redis section of a Drogon project's config.json file. Redis is a fast data store often used for caching, sessions, or shared application data.

1 4d ago A 23 tokens original MIT

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code generator for Drogon session-based login, logout, and access checks. Drogon is a C++ web framework, and a session stores information about a visitor between requests.

1 4d ago A 34 tokens original MIT

drogon-gen-test

16

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A test-case generator for Drogon applications using the DROGON_TEST framework. It can describe unit tests, integration tests, and asynchronous database tests.

1 4d ago A 35 tokens original MIT

drogon-setup-config

17

voidvec/drogon-claude-plugin

Skill Claude CodeCodex

A code-generation skill for creating a Drogon web server's configuration file in JSON or YAML. Drogon is a C++ web framework.

1 4d ago A 34 tokens original MIT