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