VOD-Studio

11 mods across 1 repository, 2 stars between them.

admin-data-table

01

VOD-Studio/violet

Skill Claude CodeCodex

Use when creating or editing an admin list/table page in web/src, wiring any paged query, or implementing a paginated repository/endpoint in api/. Covers hook choice (usePagedQuery vs useClientPagination), PageQuery type conventions, the backend paging contract, and the DataTable min-h-0 scroll chain.

2 2d ago A 68 tokens original MIT

api-toolchain

02

VOD-Studio/violet

Skill Claude CodeCodex

Use when running any Go command or tool — go test/build/vet, wire, sqlc, golang-migrate — in an environment where local Go may be unavailable. Decides the execution path (local vs container) and remembers the user's choice so it is asked only once.

2 2d ago A 61 tokens original MIT

VOD-Studio/violet

Skill Claude CodeCodex

Use when writing or placing frontend code — creating a util/hook/component, deciding its file location, extracting shared code across features, or writing TS/TSX doc comments (TSDoc format, what belongs in a header comment vs inline).

2 2d ago A 53 tokens original MIT

module-scaffolding

04

VOD-Studio/violet

Skill Claude CodeCodex

Use when adding a new backend module or frontend feature to a DDD-layered codebase — creating domain entities and repository interfaces, wiring a service through the DI container, registering HTTP handlers and routes, or scaffolding a feature directory with api/model/ui sublayers.

2 2d ago A 58 tokens original MIT

permission-points

05

VOD-Studio/violet

Skill Claude CodeCodex

Use when designing, adding, removing, or wiring RBAC permission points — deciding action granularity (coarse manage vs fine-grained verbs), seeding a new permission, gating routes or admin UI, or retiring a feature's permissions.

2 2d ago A 52 tokens original MIT

VOD-Studio/violet

Skill Claude CodeCodex

Use whenever writing or editing Tailwind CSS classes in this project (web/). Enforces Tailwind CSS v4 canonical class forms. This includes both the project convention that 4px-multiple spacing values use bare numeric utilities and the canonical forms suggested by Tailwind CSS IntelliSense's suggestCanonicalClasses…

2 2d ago A 118 tokens original MIT

violet AGENTS.md

07

VOD-Studio/violet

Instructions file CodexOpenCode

Repository instructions for Violet, a full-stack blog platform organized as a monorepo, meaning one repository containing several related applications. They describe its Go backend, React frontend, architecture boundaries, and Makefile-based workflow.

2 2d ago A 6,358 tokens original MIT

docs-map

08

VOD-Studio/violet

Agent

A documentation responsibility map for a software repository. It connects types of changes, such as new modules or deployment updates, to the documents that must be updated.

2 2d ago A 0 tokens original MIT

domain

09

VOD-Studio/violet

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

2 2d ago A 0 tokens original MIT

issue-tracker

10

VOD-Studio/violet

Agent

Issues for this repo live on GitHub Issues as the primary tracker. When gh CLI is unavailable (offline, CI sandbox, air-gapped), fall back to local markdown under docs/issues/ /.

2 2d ago A 0 tokens copy · 80% MIT

triage-labels

11

VOD-Studio/violet

Agent

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker (GitHub Issues).

2 2d ago A 0 tokens copy · 77% MIT