スキル一覧に戻る
joseguzman1337

skill-creator

by joseguzman1337

🐬 Feature-rich, stable and customizable Flipper Firmware

2🍴 1📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: skill-creator description: Create new Agent Skills for the Momentum Firmware project metadata: short-description: Bootstrap new skills with proper structure

Skill Creator

Create new Agent Skills for the Momentum Firmware project following the Agent Skills specification.

Instructions

When creating a new skill:

  1. Ask for the skill name and description
  2. Create the skill directory structure in .codex/skills/[skill-name]/
  3. Generate a proper SKILL.md file with:
    • YAML frontmatter with name and description
    • Clear instructions for the agent
    • Any necessary metadata
  4. Create optional directories if needed:
    • scripts/ for executable code
    • references/ for documentation
    • assets/ for templates and resources

Skill Structure

.codex/skills/[skill-name]/
├── SKILL.md          # Required: instructions + metadata
├── scripts/          # Optional: executable code
├── references/       # Optional: documentation
└── assets/          # Optional: templates, resources

SKILL.md Template

---
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

Momentum-Specific Guidelines

  • Skills should understand Flipper Zero hardware constraints
  • Consider embedded C development patterns
  • Reference existing project structure and conventions
  • Include proper error handling for hardware operations

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です