スキル一覧に戻る
Alanlee0323

generating-new-skills

by Alanlee0323

0🍴 0📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: generating-new-skills description: Creates a new skill for the Antigravity agent environment based on user requirements. Use when the user wants to create a new skill or standardize an existing one.

Generating New Skills

When to use this skill

  • The user asks to "create a skill" or "make a skill".
  • The user wants to standardize an existing set of instructions into a skill.
  • The user provides a document and says "turn this into a skill".

Workflow

  • Analyze the user's request to identify the skill name and purpose.
  • Create the folder structure .agent/skills/[skill-name]/.
  • Create the SKILL.md file with the standardized frontmatter and structure.
  • (Optional) Create scripts/, examples/, or resources/ if necessary.

Instructions

  1. Determine the Skill Name:

    • Must be a gerund (e.g., testing-code, managing-databases).
    • Lowercase, hyphens only. No "claude" or "anthropic".
    • Max 64 chars.
  2. Determine the Description:

    • Third-person usage (e.g., "Extracts text from PDFs...").
    • Specific triggers.
    • Max 1024 chars.
  3. Draft SKILL.md Content:

    • Conciseness: Focus on unique logic.
    • Progressive Disclosure: Keep under 500 lines; link to sub-files if needed.
    • Paths: Use forward slashes /.
    • Structure:
      • YAML Frontmatter
      • Title
      • "When to use this skill" (List of triggers)
      • "Workflow" (Checklist or steps)
      • "Instructions" (Specific logic, code, rules)
      • "Resources" (Links to scripts/examples)
  4. Create Files:

    • Use write_to_file to create .agent/skills/[skill-name]/SKILL.md.
    • If the skill requires scripts, create them in .agent/skills/[skill-name]/scripts/.

Resources

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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