agent-teams
Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team…
Apply clear-writing standards to any prose the agent produces - READMEs, docs, UI copy, error messages, commit and PR text, release notes. Use when writing or editing documentation, interface copy, or any text a human will read. Says "write the README", "improve this copy",
$ npx -y skills add rohitg00/pro-workflow --skill writing-guidelines --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/writing-guidelinesContext preview
The summary Claude sees to decide when to auto-load this skill.
Apply clear-writing standards to any prose the agent produces - READMEs, docs, UI copy, error messages, commit and PR text, release notes. Use when writing or editing documentation, interface copy, or any text a human will read. Says "write the README", "improve this copy",
name: writing-guidelines description: Apply clear-writing standards to any prose the agent produces - READMEs, docs, UI copy, error messages, commit and PR text, release notes. Use when writing or editing documentation, interface copy, or any text a human will read. Says "write the README", "improve this copy", "draft the docs", "word this error".
Write for a reader who is busy and did not see your work. Readability beats cleverness; clarity beats completeness.
the thing is - the line the reader would ask for if they said "just the TLDR". Supporting detail comes after.
important to note". If a sentence changes nothing when removed, remove it.
is weaker than "cuts the build from 40s to 9s".
point read faster than long ones that carry three.
same thing every time. Tie names to the shared-language `CONTEXT.md` when one exists (see `domain-modeling`).
short by dropping what the reader does not need, not by compressing prose into fragments, arrow chains (`A -> B -> fails`), or invented abbreviations.
Create it or pass --config <path>.` beats `Error: config missing`.
reliable machine-written tell.
When editing, show the tightened version and, on request, a one-line note per change. Do not pad the edit with praise for the original.
Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.
Repo: rohitg00/pro-workflow
Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team…
Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.
Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change…
Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never…
Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual…
Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to…