ai-collab-playbook
Research collaboration workflows, paper review, and writing refinement
All Skills in This Repository (19)
Pure Emerald Level Indicatorsxhs-longform-private-publisher
Convert Markdown articles with ordered images into private Xiaohongshu longform posts.
collaborating-with-gemini
Reviews repository code via Gemini CLI returning structured JSON with unified diffs and session IDs.
writing-anti-ai
Detect and rewrite AI-generated writing patterns in English and Chinese prose.
session-recovery-codex
Parse local Codex session JSONL files to extract user requests and plan items.
all-plan
Coordinate end-to-end feature planning with clarification, review, and plan documentation.
find-skills
Query the Skills registry and GitHub for SKILL.md patterns.
proactive-explorer
Gather project and environment context using Grep, Glob, Read, Bash, and WebSearch before asking clarifying questions.
collaborating-with-claude
Launch Claude Code via a bridge script for code design and review tasks.
collaborating-with-codex
Delegate coding tasks to Codex CLI and retrieve structured JSON results.
timestamped-video-summary
Generate structured per-segment video summaries from timestamped subtitles or transcripts.
paperreview
Submit PDFs to paperreview.ai via presigned S3 uploads and poll for review artifacts.
paper-review-pipeline
Audit ML conference papers and draft point-by-point rebuttals.
Frequently Asked Questions
FAQPage SchemaHow to install ai-collab-playbook?▼
Run `npx skills add cnfjlhj/ai-collab-playbook --all -g -y` in your terminal to install all skills in this collection globally.
What is ai-collab-playbook used for?▼
It packages a PhD researcher's real-world workflows for working with coding agents, including paper review, prompt refinement, session recovery, and natural-sounding writing.
How do I review an academic paper with these skills?▼
Use the paper-review-pipeline skill to get section-by-section critique, a prioritized P0/P1/P2 issue list, citation checks, and rebuttal drafting for ML conference submissions.
Can it remove AI-sounding writing from my text?▼
Yes. The writing-anti-ai skill detects and fixes common machine-writing patterns in both English and Chinese, then adds natural voice and rhythm back into the text.
Does ai-collab-playbook work with Claude Code and Codex?▼
Yes. All skills follow the standard SKILL.md format and the included CLAUDE.md and AGENTS.md files configure consistent behavior across Claude Code, Codex, and compatible agents.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides