J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex needs its repo
How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management.
A comprehensive suite of protocols, meta-prompts, and orchestration tools designed to streamline software development workflows, project management, and team collaboration. Includes the VibeCode Protocol Suite with web interface, user manuals, and reusable templates for efficient development processes.
This repository also configures its own agents. See what VibeCode-Protocol-Suite tells them →
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex needs its repo
How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex needs its repo
Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex
Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex needs its repo
Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex needs its repo
Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex
Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex
Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Codex
Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude CodeCodex
Use when designing systems, structuring code, reviewing diffs, handling state, or adhering to core software engineering discipline principles.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it or proves it (codemod, script, generator, or a skill your subagents follow) instead of working by hand. The tool is the artifact a reviewer can rerun.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the rule as a lint, metadata flag, runtime check, or script instead of more text.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 competing prototypes and compare side by side before committing.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship fewer polished features over more rough ones.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach it, resist nil-check guards that silence crashes.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what concurrent actors share. Get the data structures right so downstream code becomes obvious.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagents; keep summaries in the main thread, not raw payloads.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward deletion and the smallest change that solves the problem.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when introducing a new internal API while old callers still exist. Migrate callers and delete the old API in the same wave instead of preserving compatibility layers.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state in the reader's head; collapse one-caller wrappers and shrink mutable scope.
J-StaR-Films-Studios/VibeCode-Protocol-Suite
Skill Claude Code
Apply when writing stateful logic, or when code branches a lot or repeats a shape assumption across files. Encode the domain in a structure instead of scattered conditionals.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: