원클릭으로
marko-best-practices
Apply Marko syntax and best practices when editing `.marko` files and building Marko components.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply Marko syntax and best practices when editing `.marko` files and building Marko components.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | marko-best-practices |
| description | Apply Marko syntax and best practices when editing `.marko` files and building Marko components. |
Marko is a modern UI framework for building web applications. It features a declarative component-based syntax, fine-grained reactivity, and a highly optimized compiler. Marko is designed for both server-rendered and interactive client-side experiences with a focus on streaming, partial hydration, and shipping the smallest possible amount of JavaScript to each page.
The Marko documentation is the source of truth for all Marko-related information. Always refer to the official docs for information about syntax and behavior. Marko changes over time, so prefer fetching current docs over relying on training data.
The docs index lists every available page with its URL and a short description.
All Marko docs pages can be fetched as markdown by appending .md to the URL (https://markojs.com/docs/introduction/getting-started.md)
Documentation and this skill target Marko 6. Do not use Marko 5 syntax.
<script> is never used when state (<let> or <const>) could accomplish the same behavior.onClick() { ... } or a reference, not string names.