Stats
Actions
Tags
From cavemenko
Translate English tech docs to compressed Ukrainian. Use when user asks to translate docs, README, or technical text, or calls /cavemenko-translate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cavemenko:cavemenko-translateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Translate English tech text → compressed Ukrainian. Don't translate then compress — do both at once.
Translate English tech text → compressed Ukrainian. Don't translate then compress — do both at once.
Input:
## Authentication
The application uses JWT-based authentication. When a user logs in,
the server generates a token that includes the user's ID and role.
This token must be included in the Authorization header of all
subsequent API requests.
To configure authentication, set the following environment variables:
- `AUTH_SECRET` — the secret key used to sign tokens
- `AUTH_EXPIRY` — token expiration time in seconds (default: 3600)
Output:
## Auth
JWT-based auth. При login server генерує token з user ID + role.
Token додавати в `Authorization` header всіх API requests.
Config env vars:
- `AUTH_SECRET` — secret key для signing tokens
- `AUTH_EXPIRY` — token expiry в seconds (default: 3600)
npx claudepluginhub ruslanlap/cavemenko --plugin cavemenkoGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.