Apply the team's shared coding rules before writing, modifying, or reviewing code. Trigger when the user asks to add a feature, refactor, fix a bug, write tests, or review a change. Reads rules live from the team-rules MCP workspace at /rules/*.md.
77
96%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Your team keeps its canonical coding rules in a shared Agent Filesystem workspace
exposed as the team-rules MCP server. The workspace is read-only — nobody's
agent can write to it. It's the single source of truth for how this team writes
code.
mcp__team-rules__file_list with path: "/rules" and depth: 2./rules/security.md/rules/style.md, /rules/naming.md/rules/testing.md/rules/architecture.md/rules/security.md…").file_write, file_replace,
file_insert, or file_delete_lines against team-rules — they will fail.| Situation | Rule file to read |
|---|---|
| Any code edit | /rules/style.md |
| New file / function / type | /rules/naming.md |
| Auth, input handling, secrets, PII | /rules/security.md |
| Adding or modifying tests | /rules/testing.md |
| New module or cross-boundary work | /rules/architecture.md |
| Commit messages, PR description | /rules/git.md |
ef5c9a4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.