Create the local skills registry concept for the agent. Design and marketing skills are stored in the project repository and summarized in a skills.md registry so the agent can select relevant analysis and writing guidance for each audit while the dashboard shows which skills were used.
Acceptance Criteria
#1 A project-local skills directory or convention exists for imported design and marketing skills
#2 skills.md lists each skill with name, purpose, when to use, when not to use, required input, expected output, and category
#3 Agent code can load and parse the skills registry into structured skill metadata
#4 Audit records store the list of used skills, including skill name/category and version or source where available
#5 Dashboard audit detail shows a compact Verwendete Skills overview, but public audit pages do not
Implementation Plan
Define project-local skill storage conventions.
Create the initial skills.md registry format and seed entries for design, UX, marketing, copy, SEO, and offer-writing skills.
Add parser/loader for registry metadata.
Store selected skill metadata with each audit.
Show used skills in the internal audit detail UI only.