plugins/herold/skills/project-profile-loader/SKILL.md
Load project-level configuration from .ai/project.yml. Provides project name, context (work/personal), profile presets, git conventions, QA format, dev commands, and MCP server list. Determines which completion gate checks are relevant for the active project. Loaded at session start or task switch.
npx skillsauth add hjemmesidekongen/ai project-profile-loaderInstall 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.
Reads .ai/project.yml and makes the project configuration available to
downstream skills (qa-handover-generator, completion gates, jira-ingestion).
.ai/project.yml. If it does not exist, use all defaults.references/process.md)profile is set, load preset defaults for that profile, then apply any overridesKeys: project_name, context, profile (preset name), git (branch_prefix, commit_style), qa (format, require_screenshots), dev (test/build/lint commands), mcp_servers, overrides (per-field overrides applied on top of profile preset). Full schema in references/process.md.
When no project.yml exists, the profile uses: context personal, commit style
imperative, QA format markdown, no MCP servers, no dev commands. This
allows all downstream skills to function without requiring explicit setup.
Output: Profile loaded: <project_name> (context: <context>, profile: <profile>, QA: <format>)
development
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.