What problem does it solve? Jac projects centralize all settings in a single jac.toml file, but its many sections, per-key hyphen/underscore conventions, and CLI verbs are easy to get wrong, causing silently ignored settings and misconfigured builds. ## Core Features & Use Cases - Complete section reference: Documents every jac.toml table including [project], [dependencies], [serve], [run], [check.lint], [test], [byllm], [scale], [client], [desktop], and capability tables. - Dependency and config CLI verbs: Covers jac install/remove/update for PyPI, npm, and git packages plus jac config get/set/list for reading and writing settings. - Profiles and interpolation: Explains ${VAR} environment variable interpolation and JAC_PROFILE-based environment overrides with inheritance. - Use Case: When adding an AI model to a Jac app, consult this Skill to correctly write the [byllm.model] table with an interpolated API key, then run jac install to pull litellm into .jac/venv. ## Quick Start Ask the assistant to load the jac-config skill and help you add a production environment profile with caching enabled to your jac.toml.