concave

Guide Concave backend usage within kitcn workflows and boundary rules.

434|33|Updated Jul 27, 2025
One-click install
npx skills add https://github.com/udecode/kitcn --skill concave
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: concave
Source: https://github.com/udecode/kitcn/tree/main/.agents/skills/concave
Command: npx skills add https://github.com/udecode/kitcn --skill concave

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams in using the Concave backend within kitcn, clarifying the distinctions between Concave and Convex behavior and ensuring boundaries are respected across tooling and pipelines.

Core Features & Use Cases

  • Clarifies when to apply Concave-specific logic vs Convex defaults in kitcn workflows.
  • Documents runtime and deployment boundaries to prevent cross-pollination of Convex and Concave tooling.
  • Serves as a reference for maintaining Consistent Concave usage in tests, builds, and CLI commands.

Quick Start

Run kitcn with the concave backend to bootstrap a Concave-enabled project.

Frequently Asked Questions about concave

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a Concave backend in a kitcn project?

To configure a Concave backend, run kitcn with the concave backend to bootstrap a Concave-enabled project, ensuring correct adoption and boundary rules across your development workflows.

What is the difference between Concave and Convex in backend development?

Concave and Convex differ in runtime behavior and tooling boundaries; Concave requires specific logic within kitcn workflows to prevent cross-pollination of deployment pipelines and CLI commands.

When do I need to apply Concave-specific logic instead of Convex defaults?

You need to apply Concave-specific logic instead of Convex defaults when your development, testing, and deployment workflows require the Concave runtime within kitcn to maintain boundary rules.

Can I use Convex tooling during Concave backend testing and builds?

No, mixing Convex tooling during Concave backend testing and builds risks cross-pollination; you must maintain consistent Concave usage and respect documented runtime and deployment boundaries.

Does kitcn support automated deployment workflows for Concave backends?

Yes, kitcn supports Concave backends across development, testing, and deployment workflows by specifying metadata extraction rules and ensuring safe, self-contained skill units for clear backend selection.