kalamdb/KalamDB
Skill Claude CodeCodex
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
kalamdb/KalamDB
Skill Claude CodeCodex
MVCC in KalamDB: versioned records, visibility rules, snapshot reads, compaction, and transaction lifecycles. Keywords: mvcc, snapshot, visibility, commit, abort, tombstone, vacuum.
kalamdb/KalamDB
Skill Claude CodeCodex
This skill contains comprehensive React performance optimization guidelines adapted from Vercel's React Best Practices. Apply these patterns when building, reviewing, or refactoring React code in the KalamDB UI.
kalamdb/KalamDB
Skill Claude CodeCodex
Comprehensive Rust coding guidelines with 179 rules across 14 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, error handling, async patterns, API design, memory optimization, performance, testing, and common anti-patterns. Invoke with /rust-skills.
kalamdb/KalamDB
Skill Claude CodeCodex
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…
kalamdb/KalamDB
Skill Claude CodeCodex
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
kalamdb/KalamDB
Skill Claude CodeCodex
Generate a custom checklist for the current feature based on user requirements.
kalamdb/KalamDB
Skill Claude CodeCodex
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
kalamdb/KalamDB
Skill Claude CodeCodex
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
kalamdb/KalamDB
Skill Claude CodeCodex
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
kalamdb/KalamDB
Skill Claude CodeCodex
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
kalamdb/KalamDB
Skill Claude CodeCodex
Execute the implementation planning workflow using the plan template to generate design artifacts.
kalamdb/KalamDB
Skill Claude CodeCodex
Create or update the feature specification from a natural language feature description.
kalamdb/KalamDB
Skill Claude CodeCodex
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
kalamdb/KalamDB
Skill Claude CodeCodex
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
kalamdb/KalamDB
Skill Claude CodeCodex
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
kalamdb/KalamDB
Skill Claude CodeCodex
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
kalamdb/KalamDB
Skill Claude CodeCodex
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
kalamdb/KalamDB
Cursor rule Cursor
For additional context about technologies to be used, project structure, shell commands, and other important information, read specs/033-unified-backend-pgwire/plan.md.
kalamdb/KalamDB
Agent
Auto-generated from all feature plans. Last updated: 2026-05-25.
kalamdb/KalamDB
Agent
Use when checking the KalamDB server end-to-end, reusing an existing healthy server on 127.0.0.1:2900 when present, otherwise starting a release server, wiring cli/.env, running cli/run-tests.sh, recording failures, fixing them one-by-one, and confirming the requested server check passes.
kalamdb/KalamDB
Agent
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
kalamdb/KalamDB
Agent
Generate a custom checklist for the current feature based on user requirements.
kalamdb/KalamDB
Agent
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.