一键导入
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 职业分类
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
| 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/