원클릭으로
project-context
This skill gives the agents project specific context for the build
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
This skill gives the agents project specific context for the build
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
This skill gives the agents guidance for creating high converting forms
This skill gives the agents guidance for implementing local level SEO
This skill gives the agents guidance for the architecture and specifics of building the hugo site
This skill gives the agents guidance for creating specific UI for Holiday Lighting Specific websites
Executes Hugo CLI commands for local development, building, and content management. Use for scaffolding Hugo projects, running dev server, building static sites, creating new content, and running Hugo commands in this project.
| name | project-context |
| description | This skill gives the agents project specific context for the build |
Use this skill when editing Hugo templates, content structure, partials, CSS, or reusable site architecture.
Use .agents/business-facts.md as the source of truth for all reusable business information.
If a template, partial, or content block needs company facts, use only approved facts from that file.
Do not hardcode invented claims into templates.
Key directories:
content/layouts/_default/layouts/partials/layouts/contact/layouts/create-fix-request/layouts/gallery/layouts/faq/layouts/service-areas/assets/css/assets/js/data/static/images/Prefer:
Avoid:
Use partials for repeated sections such as:
If a section is reused or likely to be reused, extract it into a partial.
Use data/ files for reusable collections such as:
If a reusable business-facts data file is created later, ensure it matches .agents/business-facts.md.
Put editable marketing content in content/ where possible.
Use front matter for:
Do not bury important page copy inside layout templates unless it is a true default.
Respect the existing CSS architecture:
global.csscomposition.cssutilities.cssblocks.cssexceptions.cssPrefer:
Avoid:
Use JavaScript only when it improves UX materially.
Avoid JS for decorative effects.
Focus JS on:
Use visible content and approved business facts consistently.
Do not output schema fields that invent:
If location information is needed, use service-area language rather than making up a physical office.
Implementation should be: