qwen-native-agents
Build and prompt Qwen3.x agents using native conventions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install qwen-native-agents?โผ
Run `npx skills add vakovalskii/qwen-native-agents --all -g -y` in your terminal to install this skill globally.
How to write a system prompt for a Qwen agent?โผ
Follow the qwen-code section structure: identity, core mandates, task management, workflows, and operational guidelines. Keep the tone concise and direct, and avoid forcing habits like code comments that Qwen resists.
Which tool-calling format works best for Qwen3.x?โผ
Native OpenAI tools work nearly as well as the NOUS format (99% vs 100% accuracy) through standard APIs. Use NOUS only for raw inference, vLLM configs, or debugging.
Should I enable thinking mode for Qwen agents?โผ
Yes. Benchmarks show enabling thinking raised Qwen's tool-call accuracy from 75% to 100% and instruction following from 69% to 85%.
Does this skill work with Claude Code and Cursor?โผ
Yes. The SKILL.md file follows the universal skill standard and loads automatically in Claude Code, Cursor, and compatible agent runtimes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core