SutroYaro: Skill for Claude Code

.claude/skills/sutro-sync/SKILL.md

sutro-sync is a skill for Claude Code from cybertronai/SutroYaro. It costs 34 tokens per session (1,035 once invoked), scanned A, original, Unlicense.

A session routine for synchronising Telegram, Google Docs, and GitHub data in the Sutro Group research workspace.

In plain words
What is it for?
Use it at the start of a session and before pushing changes to sync Telegram topics, download Google Docs, inspect recent messages, and review the connected research workspace.
Why use it?
It gathers recent project discussions, documents, and code changes in one local workspace so important updates are not missed.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

This is cybertronai/SutroYaro's own configuration. It tells Claude Code how to work on SutroYaro itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything SutroYaro configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 src/sync_google_docs.py.

Reuse

Borrowing it

Nothing to install: this file belongs to cybertronai/SutroYaro. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cybertronai/SutroYaro/main/.claude/skills/sutro-sync/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cybertronai/SutroYaro

Made for: Claude Code.

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 sutro-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/cybertronai/sutroyaro/sutro-sync.svg)](https://agentmods.dev/skills/cybertronai/sutroyaro/sutro-sync)
Your own site
<a href="https://agentmods.dev/skills/cybertronai/sutroyaro/sutro-sync"><img src="https://agentmods.dev/badge/skills/cybertronai/sutroyaro/sutro-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,035 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00034 $0.01035
Opus 5 $0.00017 $0.00517
Sonnet 5 $0.00007 $0.00207
Haiku 4.5 $0.00003 $0.00103

Measured 7d ago against content hash ac4a38c2e489, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

sutro-sync 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 7d 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.

.claude/skills/sutro-sync/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sutro Sync Routine

Run this at session start and before any push. Covers three sources: Telegram, Google Docs, GitHub.

1. Telegram (daily)

bin/tg-sync

Syncs 6 forum topics to a local SQLite database (telegram.db). First run does a full backfill; subsequent runs are incremental (only new messages).

Query recent messages from priority topics to check for new questions, directions, or results:

sqlite3 telegram.db "SELECT date, sender, substr(text, 1, 150) FROM messages
  WHERE topic_id IN (SELECT id FROM topics WHERE slug IN ('chat-yad', 'chat-yaroslav', 'challenge-1-sparse-parity'))
  AND date > datetime('now', '-3 days')
  ORDER BY date DESC LIMIT 15"

Report anything relevant to the user.

Fallback: If telegram.db doesn't exist and credentials aren't configured, read the committed JSON files in src/sparse_parity/telegram_sync/ instead (may be stale).

Prerequisites: bun install, .env with TELEGRAM_API_ID and TELEGRAM_API_HASH, tg auth login (one-time). Full setup: docs/tooling/telegram-setup.md.

2. Google Docs (weekly, after Monday meetings)

python3 src/sync_google_docs.py

Pulls 15+ Google Docs to docs/google-docs/. After syncing:

  1. Check docs/google-docs/sutro-group-main.md for new meeting doc links
  2. If new docs found, add them:
    python3 src/sync_google_docs.py --add "URL" "name" "Description"
    python3 src/sync_google_docs.py   # re-run
    
  3. Add cross-reference headers (!!! info admonition) to new docs
  4. Add new pages to mkdocs.yml nav under Meetings > Google Docs
  5. Update docs/meetings/index.md and docs/meetings/notes.md

Prerequisites: pandoc (brew install pandoc). Docs must be "Anyone with the link" sharing.

3. GitHub (daily)

gh pr list --repo cybertronai/SutroYaro --state open
gh issue list --repo cybertronai/SutroYaro --state open

Check for new PRs from contributors (Andy/zh4ngx, Michael, others). Review code, verify results are reproducible, check that DISCOVERIES.md is updated.

Read the full file on GitHub · 113 lines

Files

What ships with it

2 files 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. 7d ago First seen · 113 lines · 34 tokens per session scan A ac4a38c2e489

Subscribe to this mod's changes

sutro-sync is a skill published in the GitHub repository cybertronai/SutroYaro (16 stars, last pushed 3mo ago), licensed Unlicense. It adds 34 tokens to every session and 1,035 once invoked, about $0.0002 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

proof-orchestrator

Manage a stateful, run-directory-based proof project: continuation across runs, run-local source bookkeeping, manual GPT Pro handoff packages when a local attempt stalls, and an optional DeepSeek second opinion as additional evidence only. Use when the user asks for proof-run orchestration, a GPT Pro handoff, or…

wanshuiyin/Auto-claude-code-research-in-sleep · 93 tokens

feishu-notify

A utility for sending status notifications to Feishu, also known as Lark, a workplace messaging and collaboration app. It can work through a bot webhook and may support interactive approval or reply messages when configured.

wanshuiyin/Auto-claude-code-research-in-sleep · 52 tokens

caveman

Ultra-compressed reply mode. Cuts output tokens 65-75% by answering in terse "caveman" style while keeping full technical accuracy, and shapes what survives: action first, state restated every turn, concrete time estimates, visible wins. Intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full…

AnastasiyaW/codex-claude-code-config · 216 tokens

desktop-sessions-discovery

Discover, search, and selectively restore Claude desktop app sessions hidden across multiple accountIds. Use when user mentions "missing sessions after account switch", "lost desktop sessions", "where do my old sessions live", or runs multiple Claude accounts on the same machine. Do NOT use for Claude Code CLI session…

AnastasiyaW/codex-claude-code-config · 97 tokens

rigorous-research

Conduct AI/ML research as a science - first-principles reasoning, mechanism-level hypotheses, falsifiable predictions, discriminative experiments, honest evaluation, and claims that survive hostile review. Use when starting or steering an AI/ML research project, deciding what to investigate next, choosing datasets…

Sivasuthan9/ai-research-skill · 153 tokens

hello_workflow

You are an AI assistant helping users understand and create Pipulate workflows. When users interact with the Hello World workflow, your job is to.

pipulate/pipulate · 0 tokens