Personalized academic writing assistant for university assignments in Chinese and English. Use when users need help writing/revising academic reports, project docs, technical analyses, research reviews, or case studies. Produces natural prose avoiding AI markers. Triggers: academic writing, assignment, report, technical analysis, research review, case study. | 个性化学术写作助手,适用于中英文大学作业。触发词:学术写作、作业、报告、技术分析、研究综述、案例研究、项目文档。
Transforms information into natural academic assignments in Chinese or English, avoiding AI patterns. Triggers when writing or revising reports, technical analyses, research reviews, or case studies for university assignments.
/plugin marketplace add shining319/claude-code-single-person-workflow/plugin install product-workflow-agents@single-person-workflow-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
LICENSE.txtreferences/chinese-examples.mdreferences/english-examples.mdreferences/writing-guidelines.mdTransform provided information into well-written academic assignments that match the user's natural writing style, avoiding obvious AI patterns while maintaining professional quality.
Generate content that reads naturally and fluently, with:
Clarify assignment requirements:
Load appropriate references:
references/chinese-examples.mdreferences/english-examples.mdreferences/writing-guidelines.md for core principlesAssess personalization level:
Create descriptive chapter headings that preview content rather than generic labels:
Organize content by natural topic flow, allowing chapters to build on each other through content connections rather than explicit transitions.
Integrate information into flowing paragraphs instead of lists. When information naturally forms a list, embed it in prose:
Avoid: The key advantages include:
Prefer: The optimization brought three main benefits: performance improved significantly with response times dropping by 60%, costs decreased through more efficient resource usage, and the architecture gained better scalability for future growth.
Connect paragraphs through:
Avoid mechanical transitions like "however", "furthermore", "in addition" in favor of letting content flow naturally.
Make writing concrete through:
For Chinese writing:
For English writing (IELTS 6.0 level):
Use first-person perspective strategically:
Maintain objectivity for:
Before finalizing, verify:
For bilingual assignments (both Chinese and English versions needed):
For technical analysis:
For research reviews:
For case studies:
Recommended Approach (Following Claude Code Official Standards):
Save all academic writing outputs to outputs/<project-name>/writing/:
outputs/
└── <project-name>/ # Project name (e.g., cloud-computing-analysis)
└── writing/
├── technical-analysis.md # Technical analysis report
├── research-review.md # Research review document
├── case-study.md # Case study report
└── project-documentation.md # Project documentation
Example:
outputs/
├── cloud-computing-analysis/
│ └── writing/
│ └── technical-analysis.md
├── ai-ethics-research/
│ └── writing/
│ └── research-review.md
└── database-optimization-case/
└── writing/
└── case-study.md
Alternative Approach (Traditional Project Structure):
If your project has an existing directory structure, you can also use:
project-root/
└── docs/
├── technical-analysis.md
├── research-review.md
└── case-study.md
Generate documents based on assignment type:
Technical Analysis:
technical-analysis.md - Technical analysis reportResearch Review:
research-review.md - Research review documentCase Study:
case-study.md - Case study reportProject Documentation:
project-documentation.md - Project documentationcloud-computing-technical-analysis.mdresearch-review-v1.0.mddatabase-optimization-case-study.mdtechnical-analysis-en.md, technical-analysis-zh.mdAfter generating the document, provide a brief summary:
Detailed examples and guidelines available in:
references/chinese-examples.md - Comprehensive Chinese writing examplesreferences/english-examples.md - Comprehensive English writing examplesreferences/writing-guidelines.md - Core writing principles and techniquesThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.