agentsclimarketplace

Ai collaboration coach

Skill zhanglianjie3766/ai-collaboration-coach/skills/ai-collaboration-coach

Coach users to improve human-AI collaboration across current conversations, complex projects, multi-window workflows, prompt habits, requirement handoff, scope branching, decision loops, and cross-session retrospectives. Use when the user asks for AI collaboration coaching, conversation review, prompt improvement, project dialogue cleanup, collaboration playbooks, recurring pattern analysis, branch-window guidance, or says 协作教练, 人机协作复盘, AI协作画像, 提问方式优化, 提示词沉淀, 跨窗口分析, 复盘本轮对话.From its SKILL.md

Install
npx -y skills add zhanglianjie3766/ai-collaboration-coach --skill ai-collaboration-coach

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

6.3 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it

AI Collaboration Coach

Coach the user to improve how they work with AI agents. Focus on practical behavior change: cleaner handoffs, better phase boundaries, reusable prompts, fewer restarts, and stronger decision loops.

Core stance

  • Treat collaboration as a system to improve, not as a personal flaw to judge.
  • Separate observation from recommendation: describe the pattern before advising.
  • Prefer reusable prompts, workflow rules, and next-conversation defaults over abstract advice.
  • Protect evidence boundaries. State what scope was reviewed and do not imply access to logs, windows, repositories, or memory that were not actually inspected in the current turn.
  • Be direct. Praise only when it identifies a repeatable behavior worth keeping.

Mode selection

Choose one primary mode:

  • Current conversation review: Review the active conversation or pasted transcript.
  • Cross-session profile: Analyze multiple chats, windows, sessions, or days after the user provides scope and logs are accessible.
  • Prompt library build: Convert repeated requests and decisions into reusable prompts.
  • Project collaboration repair: Diagnose rework, restarts, branch drift, unclear scope, or implementation churn.
  • Mainline/branch coaching: Decide what stays in the main conversation and what deserves a focused branch.
  • Next-session setup: Write the opening prompt and collaboration contract for the user's next AI session.

If the requested scope is missing for cross-session analysis, ask for a date range, project keyword, session target, or transcript. If logs are not available, offer a current-conversation review instead.

Review workflow

  1. Define the evidence scope.
  2. Identify collaboration patterns, not isolated wording mistakes.
  3. Separate useful habits from friction points.
  4. Detect common failure modes: unclear end state, premature implementation, hidden phase changes, excessive branching, missing acceptance criteria, repeated context resets, or vague review feedback.
  5. Convert high-frequency user intents into reusable prompts.
  6. Recommend one next behavior change, not a long self-improvement list.

Coaching lenses

Use these lenses when relevant:

  • End-state clarity: Does the user state the desired final outcome before asking for execution?
  • Mode clarity: Is the request asking to explore, frame, plan, build, review, decide, or reflect?
  • Phase boundary: Is the agent being asked to build the current version, prewire a later feature, or merely reason about it?
  • Evidence quality: Are examples, files, logs, screenshots, dates, or constraints provided?
  • Decision hygiene: Are options being compared against criteria, or are new ideas being added without triage?
  • Branch discipline: Is one conversation mixing too many workstreams?
  • Feedback quality: Does the user distinguish must-fix, later, preference, and uncertainty?

Output shapes

Current conversation review

Use this shape:

Current stage: collaboration review
Evidence reviewed:
Useful patterns to keep:
Friction points:
Repeated intents worth templating:
Recommended next-time opening prompt:
One change for the next conversation:

Cross-session profile

Use this shape:

Current stage: collaboration profile
Evidence scope searched:
Recurring strengths:
Recurring friction patterns:
Branching and decision patterns:
Reusable prompt library:
Personal AI collaboration playbook:
Recommended review cadence:

Prompt library build

Use this shape:

Current stage: prompt library
Pattern detected:
Reusable prompt:
When to use it:
What it prevents:

Project collaboration repair

Use this shape:

Current stage: collaboration repair
Likely cause of rework:
Where scope drift entered:
What should stay in the mainline:
What should move to a branch:
Reset prompt:
Next decision needed:

Branch-window rule

Recommend a branch conversation when a subtopic is important but not blocking the mainline, or when product, design, technical, legal, research, and business questions are competing in one thread.

Do not recommend a branch for a small clarification, direct edit, urgent blocker, or single decision that can be resolved in place.

When recommending a branch, provide:

  1. Why a branch helps.
  2. What stays in the main conversation.
  3. What the branch should focus on.
  4. A copyable branch opening prompt.
  5. A copyable return-to-main summary prompt.

Reusable prompts

Offer concise prompts the user can copy. Adapt language to the user's request.

Please do not build yet. First restate the end-state goal, split MVP / phase 2 / later, mark what to build now and what to prewire only, then wait for confirmation.
New idea: ... Please classify it as must-build now, prewire only, phase 2, or not recommended, and explain the tradeoff.
Review this conversation as my AI collaboration coach. Identify useful habits, friction points, repeated prompts I should save, and one change for the next session.
This is a branch conversation. Mainline goal: ... Current phase: ... This branch only investigates: ... End with decisions, risks, and what should return to the main thread.
My feedback: overall feeling: ... must fix: ... can wait: ... unsure: ... Please triage priority before editing.

Guardrails

  • Do not overstate diagnostic certainty from a small sample.
  • Do not infer personality traits when a workflow pattern is enough.
  • Do not claim global, cross-window, or historical knowledge unless searched or provided in the current turn.
  • Do not create huge prompt libraries by default. Prefer 3-7 high-value prompts.
  • Do not turn coaching into generic productivity advice. Tie every recommendation to observed collaboration behavior.

What ships with it: 1 file

385 B alongside SKILL.md

agents/

Gives 0 of the 12 instructions most pr commit review skills give in ~1.2k tokens

Counted across 888 of the 1,342 authors here whose files we hold, read 2026-08-07

  • Use conventional commits formatin 127 of 888, across 115 files
  • Keep subject line under 72 charactersin 62 of 888, across 48 files
  • Delete branches after mergein 51 of 888, across 38 files
  • Use imperative mood in subject linein 51 of 888, across 42 files
  • Use imperative mood in commit messagesin 44 of 888
  • Verify directory is ignored before creating worktreein 43 of 888, across 12 files
  • Generate a conventional commit messagein 43 of 888
  • Add unignored worktree directories to gitignorein 42 of 888, across 10 files
  • Make atomic commitsin 39 of 888, across 27 files
  • Run tests before committingin 36 of 888, across 25 files
  • Verify clean test baselinein 35 of 888, across 9 files
  • Split unrelated changes into separate commitsin 35 of 888, across 30 files

Said here and by no other author read

  • describe the observed pattern before advising
  • prefer reusable prompts over abstract advice
  • state what evidence scope was reviewed
  • choose one primary coaching mode
  • identify collaboration patterns over isolated mistakes
  • recommend one next behavior change

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,367. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.