Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:1,366
forks:64
updated:2026년 5월 4일 10:01
파일 탐색기
SKILL.md
| name | set-custom-rules |
| description | Configure cc-safety-net custom rules. |
| disable-model-invocation | true |
Help the user configure custom blocking rules for Safety Net.
npx -y cc-safety-net --custom-rules-doc and use that schema documentation as the source of truth.~/.cc-safety-net/config.json, applies to all projects..safety-net.json, applies only to the current project.git add -A and git add . to prevent blanket staging.npm install -g to prevent global package installs.docker system prune to prevent accidental cleanup.cat ~/.cc-safety-net/config.json 2>/dev/null || echo "No user config found"cat .safety-net.json 2>/dev/null || echo "No project config found"npx -y cc-safety-net --verify-config.