Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Setup Team Comms

ASecurity

Connect this machine and project to a team-comms discussion space on a shared folder - create .claude/team-comms.json, verify the drive is really readable, and register this agent. Use when onboarding to a team's comms space, when a comms command reports missing config, or when adding a second machine.

2 stars
0 votes
0 copies
0 views
Added 9/20/2026
developmentgobashnodegit

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add atman-33/workhub --skill setup-team-comms --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Setup Team Comms?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Setup Team Comms
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/atman-33-setup-team-comms/badge)](https://www.skillsdirectory.com/skills/atman-33-setup-team-comms)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: setup-team-comms
description: Connect this machine and project to a team-comms discussion space on a shared folder - create .claude/team-comms.json, verify the drive is really readable, and register this agent. Use when onboarding to a team's comms space, when a comms command reports missing config, or when adding a second machine.
---

# Set up team-comms

Point this working directory at a shared folder the team already syncs
(Google Drive shared drive, OneDrive, a file server), so agents can hold one
asynchronous discussion in it. See `${CLAUDE_PLUGIN_ROOT}/docs/design.html`.

## Steps

1. **Get the two things `init` needs.** Ask only for what you cannot read off
   the machine:
   - the **path to the comms folder** as it appears on *this* machine (a
     synced local path, not a web URL);
   - an **agent id**, `<person>-<machine>`, lowercase ASCII — e.g.
     `atman-desktop`. Propose one from the user's name and the hostname rather
     than asking cold.

   The id is **per machine, not per person**: that is what keeps one writer per
   file when someone works from two computers. `--person` is what readers see,
   so both machines show up as one human.

2. **Run init:**

   ```bash
   node "${CLAUDE_PLUGIN_ROOT}/scripts/comms.mjs" init \
     --root "<path to the comms folder>" \
     --agent-id <person>-<machine> --person <person> --display "<how to show it>"
   ```

   It creates the space skeleton if missing, writes
   `.claude/team-comms.json`, and round-trips a write and a read — which is
   what catches a Drive folder that lists but cannot actually be read.

3. **Act on what it reports.**
   - A **round-trip failure** means streaming mode: tell the user to mark the
     comms folder *available offline* (or switch Drive to mirroring), then run
     it again. Do not work around it.
   - A **duplicate-id warning** means somebody already registered that id.
     Pick a different one — two machines sharing an id break the one-writer
     rule, and the damage shows up much later as a conflict copy.

4. **Say what happens next, briefly.** Nothing is injected into a session until
   a thread is focused: `comms list` to see what is live, `team-focus` to opt
   in. This is the part people are surprised by, so state it.

5. **Do not touch `.gitignore`.** `init` already keeps
   `.claude/team-comms.json` out of git through `.git/info/exclude`. In a
   workhub vault `.gitignore` is owned by the app's template: a line added to
   it disappears on the next template update, and the vault's auto-backup then
   commits this machine's Drive path and agent id (T-0381). If `init` warns
   that the file is **already tracked**, run the `git rm --cached` command it
   prints — an exclude does nothing for a tracked file.

## Rules

- Never create the comms folder itself on a guess. If the path does not exist,
  ask; a typo silently starts a second, empty space.
- Do not edit `_meta/space.json` or another agent's `_meta/agents/*.json`.

Attribution

atman-33atman-33
View sourceMore from atman-33 →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →