원클릭으로
skill-creator
Create new Agent Skills for the Momentum Firmware project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create new Agent Skills for the Momentum Firmware project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Debug Flipper Zero applications and firmware issues
Create new Flipper Zero applications for Momentum Firmware
Review Flipper Zero firmware code changes for Momentum-specific patterns, security, and compatibility when analyzing firmware modifications or pull requests.
Analyze and work with Sub-GHz protocols in Momentum Firmware
Auto-detection and interaction with Flipper Zero hardware. Use when the user needs to find a connected Flipper, retrieve device information, or perform serial CLI operations.
| name | skill-creator |
| description | Create new Agent Skills for the Momentum Firmware project |
| metadata | {"short-description":"Bootstrap new skills with proper structure"} |
Create new Agent Skills for the Momentum Firmware project following the Agent Skills specification.
When creating a new skill:
.codex/skills/[skill-name]/SKILL.md file with:
scripts/ for executable codereferences/ for documentationassets/ for templates and resources.codex/skills/[skill-name]/
├── SKILL.md # Required: instructions + metadata
├── scripts/ # Optional: executable code
├── references/ # Optional: documentation
└── assets/ # Optional: templates, resources
---
name: skill-name
description: Brief description for skill selection
metadata:
short-description: User-facing description
---
# Skill Name
Detailed instructions for the agent to follow when using this skill.
## Context
- Momentum Firmware project specifics
- Flipper Zero development environment
## Instructions
1. Step-by-step process
2. Expected outputs
3. Error handling