ワンクリックで
skill-gap-identifier
Analyzes failures or user requests to automatically scaffold new skills, ensuring structural evolution.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyzes failures or user requests to automatically scaffold new skills, ensuring structural evolution.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A QA gate that validates potentially destructive or irreversible actions before execution.
Detect and prevent state-visibility violations across execution contexts within a single transaction.
Convert mixed terminal output and instructions into safe, paste-ready command blocks.
Prepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission instructions for "Worker" agents.
Structured logging and analysis of execution failures to prevent recurrence.
Detects when the agent is stuck in a reasoning loop or unproductive state by analyzing tool usage and sentiment patterns.
| 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-16T00:00:00.000Z" |
| leverage_score | 5/5 |
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.
create skillnew capabilitymissing toolscaffold skill| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
--Name | string | Yes | - | Short name (e.g., log_parser) |
--Trigger | string | Yes | - | When should this run? |
--Description | string | Yes | - | What does it do? |
skills/
22_log_parser/
SKILL.md (Template)
scripts/
examples/
templates/
{
"status": "CREATED",
"id": "SKILL-22",
"path": "C:\\...\\skills\\22_log_parser"
}
skills root directory exists and is writable.| Condition | Action |
|---|---|
| Name already exists | Fail or increment ID |
See scripts/propose_skill.ps1.