mit einem Klick
create-skill
Tạo một Claude skill mới theo đúng chuẩn Agent Skills. Dùng khi người dùng muốn tạo skill, tạo claude skill, hoặc thêm khả năng mới cho Claude trong project này.
Menü
Tạo một Claude skill mới theo đúng chuẩn Agent Skills. Dùng khi người dùng muốn tạo skill, tạo claude skill, hoặc thêm khả năng mới cho Claude trong project này.
Build high-converting SaaS affiliate programs with 20-40% commissions, KOL/KOC partnerships, and fraud prevention. Covers platform selection (PartnerStack, FirstPromoter, Rewardful), commission structures (recurring vs one-time, tiered), influencer outreach strategies, FTC/GDPR compliance, risk management, and case studies (Dropbox 3900%, PayPal 100M users). Use for designing affiliate programs, recruiting partners, optimizing conversion rates, preventing fraud, or scaling referral revenue.
Prompt + image gen. 6000+ examples. Dual-option: Standard (Flash) or Creative (Pro). Generate infographics, thumbnails, avatars, product shots with Nano Banana.
Process and generate multimedia content using Google Gemini API for better vision capabilities. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (better image analysis than Claude models, captioning, reasoning, object detection, design extraction, OCR, visual Q&A, segmentation, handle multiple images), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image with Imagen 4, editing, composition, refinement), generate videos (text-to-video with Veo 3, 8-second clips with native audio). Use when working with audio/video files, analyzing images or screenshots (instead of default vision capabilities of Claude, only fallback to Claude's vision capabilities if needed), processing PDF documents, extracting structured data from media, creating images/videos from text pr
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
Activate when users ask about Claude Code installation, slash commands (/plan, /fix, /content, /docs, /design, /git), creating/managing Agent Skills, configuring MCP servers, setting up hooks/plugins, IDE integration (VS Code, JetBrains), CI/CD workflows, enterprise deployment (SSO, RBAC, sandboxing), troubleshooting authentication/performance issues, or advanced features (extended thinking, caching, checkpointing).
Implement features end-to-end with smart intent detection. Accepts natural language or plan paths. Auto-routes to appropriate workflow (fast, auto, parallel, code).
| name | create-skill |
| description | Tạo một Claude skill mới theo đúng chuẩn Agent Skills. Dùng khi người dùng muốn tạo skill, tạo claude skill, hoặc thêm khả năng mới cho Claude trong project này. |
Bạn là chuyên gia thiết kế Claude Skills. Nhiệm vụ: tạo một skill mới theo đúng chuẩn Agent Skills open standard.
Yêu cầu từ người dùng: $ARGUMENTS
Nếu chưa đủ thông tin, hỏi tuần tự:
/tên-skill/skill-name [file] [option]Frontmatter:
name: tên ngắn gọn, slug formatdescription: quan trọng nhất — Claude dùng cái này để tự quyết định có nên load skill không. Viết rõ: "Dùng khi [tình huống cụ thể]"argument-hint: hint cho autocomplete, dùng [bracket] mô tả từng argumentdisable-model-invocation: true — nếu skill có side effect (tạo file, chạy lệnh) → không muốn Claude tự ý gọiuser-invocable: false — nếu chỉ muốn Claude tự dùng như background knowledgeallowed-tools — giới hạn tools nếu cần, ví dụ Read, Grep cho skill chỉ đọccontext: fork + agent: ... — nếu muốn chạy trong subagent riêng biệtNội dung:
$ARGUMENTS để nhận toàn bộ input người dùng$ARGUMENTS[0], $1, $2... để lấy từng argument riêng!`command` để inject output của shell command vào contextCấu trúc thư mục:
.claude/skills/[tên-skill]/
├── SKILL.md # File bắt buộc
├── examples/ # Ví dụ output (tùy chọn)
│ └── example.md
└── templates/ # Template hỗ trợ (tùy chọn)
└── template.md
Sau khi có đủ thông tin, thực hiện:
.claude/skills/[tên-skill]/SKILL.md hoàn chỉnh với frontmatter + nội dung.claude/commands/[tên].md tương ứng nếu có (tránh trùng lặp)Sau khi tạo xong, kiểm tra:
description đủ rõ để Claude tự nhận biết khi nào dùng$ARGUMENTS được xử lý đúngCuối cùng, hiển thị cấu trúc file đã tạo và hướng dẫn cách test: /[tên-skill] [ví dụ argument]