ワンクリックで
skill-creator
Create new Kirie skills interactively. Use when learning something new that should become a reusable skill.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create new Kirie skills interactively. Use when learning something new that should become a reusable skill.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | skill-creator |
| description | Create new Kirie skills interactively. Use when learning something new that should become a reusable skill. |
| emoji | 🛠 |
| version | 1.1.0 |
| invocation | {"userInvocable":true} |
Create new skills for Kirie. Skills are reusable knowledge units (workflows, conventions, guides, tools) that get auto-detected and invocable via the Skill tool.
All skills live at: ~/.kirie/.claude/skills/<skill-name>/SKILL.md
Each skill is a directory containing:
SKILL.md (required) - the skill definitionEvery skill file has YAML frontmatter + markdown body:
---
name: my-skill-name
description: One-line description of when to use this skill. Be specific about triggers.
emoji: "\U0001F527"
version: "1.0.0"
invocation:
userInvocable: true
---
# Skill Title
Brief explanation of what this skill does.
## Usage
- "Example invocation phrase 1"
- "Example invocation phrase 2"
## How it works
1. Step one
2. Step two
3. Step three
## [Additional sections as needed]
Content, templates, code examples, references, etc.
my-skill-nameaws-ami-builder, terraform-style-guide, coding-agentThe description field in frontmatter is critical. It's what the Skill tool uses to match user requests to skills. Be specific about when to use it:
Include:
The body is loaded as context when the skill is invoked. Make it comprehensive enough to be self-contained.
mkdir -p ~/.kirie/.claude/skills/<skill-name>
# Write SKILL.md to ~/.kirie/.claude/skills/<skill-name>/SKILL.md
The skill will appear in the Skill tool's available skills list on the next invocation. No restart needed.
If a repo already has SKILL.md files (e.g., hashicorp/agent-skills):
~/.kirie/.claude/skills/Retrieve secrets from 1Password vaults via the CLI
Create and search Apple Notes via AppleScript
Create and manage Apple Reminders via AppleScript
Create and search notes in Bear on macOS
Monitor RSS feeds and blogs for new posts
Control Bluesound speakers on the local network