plugins/kronen/skills/project-config/SKILL.md
Project-level configuration via .ai/project.yml — profile presets (work/personal), hook flag overrides, dev commands, and git conventions. Explains the unified config system: how to bind a profile, which flags are overridable vs safety-locked, and where to find the full schema. Use when setting up a new project, switching profiles, configuring hook behavior, checking which profile is active, understanding override precedence, or asking about project.yml fields.
npx skillsauth add hjemmesidekongen/ai project-configInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Configure project behavior via .ai/project.yml. One file controls profile presets,
hook flags, dev commands, and git conventions.
Create .ai/project.yml:
profile: work # or: personal
project_name: my-app
dev:
test: pnpm test
| Profile | TDD | Tracing | Doc checkpoint | Verification |
|---------|-----|---------|---------------|-------------|
| work | enabled | light | enabled | strict |
| personal | disabled | disabled | disabled | light |
| Flag | Controls | Values | Overridable? |
|------|----------|--------|-------------|
| tdd_gate | TDD gate on writes | enabled, disabled | Yes |
| tracing | Trace logging | full, light, disabled | Yes |
| doc_checkpoint | Doc staleness checks | enabled, disabled | Yes |
| verification | Verification strictness | strict, light | Yes |
| scope_guard | File write protection | enabled | No — safety |
| push_protection | Direct push prevention | enabled | No — safety |
Override specific flags without changing the profile:
profile: work
overrides:
hooks:
tdd_gate: disabled # work profile but no TDD gate
tracing: full # more tracing than work default
Safety flags (scope_guard, push_protection) are ignored in overrides.
Beyond hooks, project.yml supports: git (branch_prefix, commit_style), qa (format,
require_screenshots), dev (test, build, lint), mcp_servers. See docs/project-config.md.
.ai/context/kronen-profile-cache directly — always edit project.ymldevelopment
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.