Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
code-style
// Instructions for code formatting and style guidelines in the Carbon toolchain.
$ git log --oneline --stat
stars:33,710
forks:1,534
updated:2026년 3월 9일 14:56
SKILL.md
// Instructions for code formatting and style guidelines in the Carbon toolchain.
Instructions for using Bazel or Bazelisk to build, test, and debug in the Carbon repository.
Instructions for using the `gh` command to query and inspect GitHub state safely.
Instructions for safely viewing and accessing GitHub issues by way of command line.
Instructions for checking, building, debugging, and understanding the Carbon toolchain.
Instructions for authoring, structuring, and running toolchain tests using the file_test infrastructure.
Instructions for summarizing changes to Carbon testdata files (`toolchain/*/testdata`).
| name | Code style |
| description | Instructions for code formatting and style guidelines in the Carbon toolchain. |
third_party/ should have a
license following
CONTRIBUTING license instructions.pre-commit run buildifier --files <file.bzl> to format
Bazel files.pre-commit run clang-format --files <file.cpp> to format C++
files.format command doesn't work well right now.
Instead, try to format Carbon code based on other Carbon files and the C++
style.pre-commit run prettier --files <file.md> to format
markdown files.pre-commit run black --files <file.py> to format Python
files.pre-commit run flake8 --files <file.py> to check Python style.