スキル一覧に戻る
Sounder25

skill-gap-identifier

by Sounder25

Operational capabilities for high-leverage AI coding agents. Features deterministic execution, 100% tested safety gates, impasse detection, and adversarial review. Includes 'Gold Standard' meta-skills like Pre-Action Guard and Failure Postmortem to prevent loops and data loss.

8🍴 3📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: Skill Gap Identifier description: Analyzes failures or user requests to automatically scaffold new skills, ensuring structural evolution. version: 1.0.0 author: Antigravity Skills Library created: 2026-01-16 leverage_score: 5/5

SKILL-021: Skill Gap Identifier

Overview

A meta-skill for system evolution. It transforms "I wish I could do X" into a concrete plan for "Method X" by scaffolding the directory structure, metadata, and templates for a new skill. This ensures the system evolves structurally rather than relying on ad-hoc scripts.

Trigger Phrases

  • create skill
  • new capability
  • missing tool
  • scaffold skill

Inputs

ParameterTypeRequiredDefaultDescription
--NamestringYes-Short name (e.g., log_parser)
--TriggerstringYes-When should this run?
--DescriptionstringYes-What does it do?

Outputs

1. New Directory Structure

skills/
  22_log_parser/
    SKILL.md      (Template)
    scripts/
    examples/
    templates/

2. JSON Status

{
  "status": "CREATED",
  "id": "SKILL-22",
  "path": "C:\\...\\skills\\22_log_parser"
}

Preconditions

  1. skills root directory exists and is writable.
  2. PowerShell 5.1+ or Core 7+.

Safety/QA Checks

  1. Collision Detection: Checks strict naming and ID availability.
  2. Sanitization: Cleans directory names to be safe.

Stop Conditions

ConditionAction
Name already existsFail or increment ID

Implementation

See scripts/propose_skill.ps1.

Integration with Other Skills

  1. SKILL-020 (Postmortem) identifies a gap.
  2. User or Agent calls SKILL-021 to fill it.
  3. Agent then implements the logic in the new folder.

スコア

総合スコア

70/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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