By fuzhiyu
Review code, update documentation, and create well-organized topical git commits
Skills and agents designed for academic research workflows, econ-flavored. Made by Claude, for Claude. For Codex, see below for installation instructions.
| Skills | Description |
|---|---|
worktree-data-sync | multi-agent work in parallel in different worktrees with isolated data |
work-journal | Teach agents how to document and report the results |
draft-reviewer | Comprehensive review of a paper draft. Even better, it can fixes things |
review-doc-commit | Make sure we commit the right stuff |
zotero-connector | Read papers from Zotero library |
pdf2markdown-converter | Convert PDFs to markdown via Mistral OCR |
uv — Python scripts use PEP 723 inline metadata for auto-installing dependencies# Add marketplace
/plugin marketplace add FuZhiyu/AgentContract
# Install individual plugins
/plugin install zotero-connector@FuZhiyu-AgentContract
/plugin install pdf2markdown-converter@FuZhiyu-AgentContract
/plugin install work-journal@FuZhiyu-AgentContract
/plugin install ./plugins/zotero-connector
# Update marketplace listing
/plugin marketplace update FuZhiyu-AgentContract
Create .claude/agent-contract.yaml (per-project) or ~/.config/agent-contract/config.yaml (global):
paper-reader:
mistral_api_key: "sk-..."
zotero_api_key: "..."
zotero_library_type: "user"
zotero_library_id: "12345"
work-journal skill: formal, fact-checked journal entries with citations and report-checker verificationreport-in-markdown skill: pure IO tool for saving markdown reports (no content rules)Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/FuZhiyu/AgentContract/main/CODEX_INSTALL.md
Detailed docs: CODEX_INSTALL.md
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fuzhiyu/agentcontract --plugin review-doc-commitDisciplined AI Research Assistant for economists: plan-implement-integrate workflow with implementer–reviewer pair, data-analysis discipline, and drift-test-verified integration.
Convert PDFs to Markdown using Mistral OCR API with image extraction
Working journal entries and markdown report generation for academic research
Read and analyze academic papers from Zotero library
Multi-agent academic paper review with mathematical, writing, consistency, and proofreading analysis
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Review markdown documents with an interactive TUI. Leave inline comments, then let Claude address the feedback automatically.
Markdownドキュメントの文章校正。ガイドラインに基づいて文体の問題を検出し、修正案を提示する。
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
GitHub and Git workflow tools: commit-creator, pr-creator, pr-reviewer, and pr-comment-resolver agents, slash commands for commits, PRs, and review comment resolution, plus skills for PR/commit workflows.
Automatically update project documentation based on code changes