team-style-guide

team-style-guide is a skill for Claude Code, Codex from miniLV/Plexus. It costs 14 tokens per session (69 once invoked), scanned A, original, Apache-2.0.

A shared set of coding rules for AI agents on a team, including guidance on commit size, code style, secrets, and checks before pushing changes.

In plain words
What is it for?
Keeping commits focused, following existing code patterns, preventing secrets from being committed, and scanning changes before they are pushed.
Why use it?
It gives agents a consistent baseline that helps their changes match the team's habits and avoid accidental secret exposure.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/minilv/plexus/team-style-guide
Any agent
npx skills add miniLV/Plexus --skill team-style-guide
Clone the repo
git clone --depth 1 https://github.com/miniLV/Plexus

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for team-style-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/minilv/plexus/team-style-guide.svg)](https://agentmods.dev/skills/minilv/plexus/team-style-guide)
Your own site
<a href="https://agentmods.dev/skills/minilv/plexus/team-style-guide"><img src="https://agentmods.dev/badge/skills/minilv/plexus/team-style-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 69 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00014 $0.00069
Opus 5 $0.00007 $0.00034
Sonnet 5 $0.00003 $0.00014
Haiku 4.5 $0.00001 $0.00007

Measured 4d ago against content hash ee793dec784a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

team-style-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/team-config-template/skills/team-style-guide/SKILL.md · 13 lines

What it actually says

Team Style Guide

Replace this file with your team's actual style guidance.

  • Prefer small, focused commits.
  • Match the surrounding code style; do not introduce new patterns without reason.
  • Never commit secrets. Run a diff scan before pushing.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 13 lines · 14 tokens per session scan A ee793dec784a

Subscribe to this mod's changes

team-style-guide is a skill published in the GitHub repository miniLV/Plexus (28 stars, last pushed yesterday), licensed Apache-2.0. It adds 14 tokens to every session and 69 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-creator

Create and configure AiderDesk agent profiles by defining tool groups, approval rules, system prompts, subagent settings, subagent filtering, and provider/model selection. Use when setting up a new agent, creating a profile, or configuring agent tools, permissions, and subagent behavior.

hotovo/aider-desk · 60 tokens

writing-tests

Write unit tests, component tests, and integration tests for AiderDesk using Vitest and React Testing Library. Use when creating new tests, adding test coverage, configuring mocks, setting up test files, or debugging failing tests.

hotovo/aider-desk · 48 tokens

prompt-optimization

Use this skill when the user wants to optimize, modify, or improve the system prompt of an AI agent. This includes requests like 'optimize the prompt', 'make the AI more focused on X', 'change the system prompt', 'improve the agent behavior', or 'modify how the AI responds'.

wecode-ai/Wegent · 62 tokens

ppt-design-skill

Design, generate, review, and revise editable PowerPoint presentations through a rigorous brief-to-PNG workflow using the public pptx-designer Python library.

sunchaokun/PPT-Design-Skill · 35 tokens

writers-pattern

Add a new platform writer module in src/writers/ that generates and writes agent config files for a supported platform. Each writer exports a function that accepts a config interface, creates directories (rules/, skills/, mcp configs), writes files with proper formatting and frontmatter, and returns string[] of…

caliber-ai-org/ai-setup · 111 tokens

caliber-testing

Writes Vitest tests following project patterns: tests/ directories, vi.mock() for module mocking with vi.hoisted() for test-time factories, global LLM mock from src/test/setup.ts, environment variable save/restore in beforeEach/afterEach, vi.clearAllMocks() lifecycle, and test file organization. Use when user says…

caliber-ai-org/ai-setup · 113 tokens