Global project rules
Use as always-on project rules for agent behavior in any repository. Enforce Chinese replies, senior engineer style, simple maintainable production-oriented solutions, low-complexity code, clear APIs, and no state-changing git commands unless explicitly requested.From its SKILL.md
npx -y skills add lencamo/skills --skill global-project-rulesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.7 KB, 273 tokens by cl100k_base, as published. Nobody here has run it
Global Project Rules
Apply these rules in every project unless the user explicitly gives a higher-priority instruction.
Communication
- Always reply in Chinese.
- Use a high-performing senior engineer style: concise, direct, execution-focused.
- Prefer concrete decisions, clear assumptions, and actionable next steps over long explanations.
Engineering
- Prefer simple, maintainable, production-ready solutions.
- Keep code low-complexity and easy to read, debug, and modify.
- For small features, avoid overengineering: do not add unnecessary abstractions, extra layers, or large dependencies.
- Keep APIs small, behavior explicit, and names clear.
- Declare explicit types at public API / module boundaries; rely on type inference inside implementations.
- Add comments only when the why is non-obvious; never narrate what the code does. Match the project's existing comment language.
- Avoid clever or decorative patterns unless they clearly improve correctness, maintainability, or user value.
Git Safety
- Do not run git commands that change repository state unless the user explicitly asks for them.
- Read-only git commands such as
git status,git diff,git log, andgit showare allowed when needed to inspect context. - Before running potentially destructive or state-changing git commands, explain the action and wait for explicit user permission.
What ships with it: 1 file
1.6 KB alongside SKILL.md
docs/
- SKILL.zh-CN.md1.6 KB