voidvec

22 mods across 1 repository, 1 stars between them.

drogon

02

voidvec/drogon-claude-plugin

Plugin Claude Code

Guidance for writing C++ back-end services with Drogon, a web framework for building HTTP servers. It focuses on asynchronous code and common problems with callbacks and event loops.

1 4d ago A tokens not measured original MIT

voidvec/drogon-claude-plugin

Instructions file

Project instructions for building Drogon backends with C++, covering asynchronous request handling, the Trantor event-loop system, and routing work to related skills. Drogon is a C++ web framework, while an event loop runs network work without blocking its processing thread.

1 4d ago A 1,799 tokens original MIT

SessionStart

04

voidvec/drogon-claude-plugin

Hook

Runs when a session starts on startup, clear and compact, running an inline shell check. From voidvec/drogon-claude-plugin.

1 4d ago A tokens not measured original MIT

PostToolUse

05

voidvec/drogon-claude-plugin

Hook

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing posttooluse.py via python. From voidvec/drogon-claude-plugin.

1 4d ago A tokens not measured original MIT

drogon-gen-advice

07

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

08

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

10

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

13

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

17

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

18

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

21

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

22

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