원클릭으로
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/