ワンクリックで
template-skill
Use when you need a placeholder description. Replace with what the skill does and when an agent should trigger it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when you need a placeholder description. Replace with what the skill does and when an agent should trigger it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | template-skill |
| description | Use when you need a placeholder description. Replace with what the skill does and when an agent should trigger it. |
Replace this file with the skill instructions.
skills/<name>/
├── SKILL.md
├── scripts/ # optional executable helpers
├── references/ # optional long-form docs
└── tests/ # optional regression tests
SKILL.md concise; move long references into references/.description as explicit trigger guidance for skill routing.python skills/skill-creator/scripts/quick_validate.py skills/<name>.Search the web using Baidu AI Search Engine. Use for live information, documentation, or research topics.
Automatically optimize and split large files that exceed 600 lines. Use when a file is too large (over 600 lines), when you need to decouple a monolithic module, when a .tsx/.ts or .py file has mixed concerns (types, utils, hooks/components, CLI handlers, formatters), or when splitting a screen component or service module into smaller files. Applies to React/TypeScript frontends and Python backend modules.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use when generating images with Aliyun Bailian or DashScope Qwen-Image APIs, especially when you need region-aware HTTP calls, async task polling, or downloading temporary image URLs.
Create and manage Python backend services using uv, FastAPI, Pydantic, SQLAlchemy, and AI libraries. Use this skill when the user asks to build a backend, API, or server-side application.
Create and manage modern React web applications using Bun, Vite, React 19, Tailwind CSS 4, and shadcn/ui. Use this skill when the user asks to build a frontend, a web app, or modify UI components.