Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:2
forks:1
updated:2026년 4월 8일 14:36
SKILL.md
[HINT] SKILL.md 및 모든 관련 파일을 포함한 전체 스킬 디렉토리를 다운로드합니다
| name | ODAI Documentation Guidelines |
| description | Documentation style rules and checklist for the ODAI SDK. |
Use Doxygen-style comments: Always use /// (triple slash) for documentation comments, not // or /* */
First line is a brief summary: The first line should be a concise, one-line description of what the function/class/struct does
Multi-line descriptions: If more detail is needed, add additional lines after the first line to explain behavior, edge cases, or important notes
Brief description: Start with a clear, concise description of the function's purpose
Parameter documentation: Use @param tags for each parameter:
/// @param parameter_name Description of the parameterReturn value documentation: Use @return tag:
/// @return Description of return valueWhen documenting a function, ensure:
@param@return including error conditions