一键导入
skill-creator
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends Qwen Code's capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends Qwen Code's capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when querying Jira issues, searching Confluence pages, creating tickets, updating documentation, or integrating Atlassian tools via MCP protocol.
Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invoke for strict typing, PHPStan level 9, async patterns with Swoole, PSR standards.
Structured security event logging with JSON format, 90-day retention, log rotation, and querying for SOC 2 and ISO 27001 compliance.
Root-level credential inheritance for agent delegation chains with access logging and permission validation. Use for multi-level agent workflows.
OAuth 2.0 Authorization Code Flow with PKCE for Atlassian, GitHub, and Google providers. Handles token exchange and secure storage. Use PROACTIVELY for OAuth flows.
Performance optimization for token usage (15% reduction), latency (P95 <500ms), memory (<10% growth), and context compression (75%+) with comprehensive benchmarking. Use for optimizing system performance.
| name | skill-creator |
| description | Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends Qwen Code's capabilities. |
| version | 1.0.0 |
| author | Anthropic |
| license | Apache 2.0 |
| triggers | ["create a skill","new skill","skill creation","update skill","SKILL.md"] |
| tools | ["file_read","file_write","shell"] |
| models | ["qwen3-coder","qwen3-32b"] |
Skills are modular packages that extend Qwen Code's capabilities through organized folders containing instructions (and optionally scripts/resources).
The context window is shared. Only add context Qwen doesn't already have.
skill-name/
├── SKILL.md (required with YAML frontmatter)
├── reference.md (optional)
├── examples.md (optional)
├── scripts/ (optional)
└── templates/ (optional)
mkdir -p ~/.qwen/skills/my-skill
---
name: my-skill-name
description: What + when to use
version: 1.0.0
author: Your Name
---
# Skill Instructions
[Content here]
qwen skills debug my-skill-name
Missing Scripts: scripts/init_skill.py and package_skill.py are not included. Use manual creation as shown above.
Use /skills skill-creator to invoke.