ワンクリックで
skill-creator
A meta-skill that helps create new Agent Skills by providing templates, best practices, and validation guidance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A meta-skill that helps create new Agent Skills by providing templates, best practices, and validation guidance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A skill for conducting thorough code reviews, identifying issues, suggesting improvements, and ensuring code quality standards are met.
Split PDF files into separate single-page documents or extract specific page ranges. Use when you need to divide a PDF into multiple files, extract particular pages, or process PDF pages individually. Works with multi-page PDF documents.
A skill for conducting comprehensive web research on any topic, synthesizing information from multiple sources into well-organized summaries.
| name | skill-creator |
| description | A meta-skill that helps create new Agent Skills by providing templates, best practices, and validation guidance. |
| license | MIT |
| compatibility | any |
| metadata | {"author":"Maf.AgentSkills","version":"1.0.0","category":"meta"} |
This meta-skill helps you create new Agent Skills following the Agent Skills specification.
Use this skill when:
Every skill must have:
skill-name/
├── SKILL.md # Required: skill definition with YAML frontmatter
├── templates/ # Optional: reusable templates
├── scripts/ # Optional: automation scripts
├── examples/ # Optional: usage examples
└── resources/ # Optional: additional resources
---
name: my-skill-name
description: A brief description of what this skill does (max 1024 chars)
license: MIT
compatibility: any
allowed-tools: tool1 tool2 pattern_*
metadata:
author: Your Name
version: 1.0.0
category: category-name
---
# Skill Title
Brief introduction to the skill.
## When to Use
Describe scenarios when this skill should be applied.
## Instructions
Step-by-step instructions for applying the skill.
### Step 1: [Name]
Details...
### Step 2: [Name]
Details...
## Output Format
Describe expected output format if applicable.
## Tips & Best Practices
Additional guidance for effective use.
Skill names must:
Valid: web-research, code-review, api-client-v2
Invalid: Web_Research, -invalid, skill.name