Specialized agents and MCP integrations for enhanced development workflows.
.qwen/
├── agents/ # Specialized academic and writing assistants
│ ├── academic-search.md
│ ├── blog-writing.md
│ ├── commit-push.md
│ ├── paper-research.md
│ └── weekly-report-writing.md
├── commands/ # Research and development tools
│ ├── commit-push.md
│ ├── find-paper.md
│ ├── search-papers.md
│ ├── weekly-report.md
│ └── wpaper.md
├── settings.json # Qwen Code configuration
└── .mcp.json # Model Context Protocol configuration
| Agent | Function | Purpose |
|---|---|---|
/academic-search |
Multi-platform search | Comprehensive paper discovery across databases |
/blog-writing |
Content enhancement | Blog readability, structure, technical tutorials |
/commit-push |
Git workflow automation | Streamlined commit and push operations |
/paper-research |
Systematic research | Literature review with quality verification |
/weekly-report-writing |
Progress documentation | Professional reports with academic language |
| Command | Function | Purpose |
|---|---|---|
/search-papers |
Academic search | Multi-platform paper discovery and metadata |
/find-paper |
Paper retrieval | Targeted academic paper location |
/wpaper |
Academic writing | Rigorous standards, methodology descriptions |
/weekly-report |
Progress tracking | Weekly summary generation |
/commit-push |
Git operations | Automated git commit and push operations |
| Server | Type | Command | Purpose | Repository |
|---|---|---|---|---|
all-in-mcp |
stdio | uv run all-in-mcp |
Academic paper search, PDF processing, research tools | GitHub |
Configuration file for Qwen Code settings, permissions, hooks, and MCP integration.