원클릭으로
generate-gitignore
Create or update .gitignore files by fetching standard templates from the GitHub/gitignore repository.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or update .gitignore files by fetching standard templates from the GitHub/gitignore repository.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| name | Generate .gitignore |
| description | Create or update .gitignore files by fetching standard templates from the GitHub/gitignore repository. |
| version | 1.0.0 |
| author | Antigravity Skills Library |
| created | "2026-01-16T00:00:00.000Z" |
| leverage_score | 3/5 |
Ensures the workspace has a proper .gitignore file by fetching industry-standard templates (e.g., Python, Node, VisualStudio, macOS) and merging them. Prevents binary artifacts and secrets from being committed.
create gitignoreupdate gitignoreignore build filesadd python to gitignore| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
--workspace-path | string | No | Current directory | Root to check |
--templates | string[] | Yes | - | List of templates (e.g. Python, Node, VisualStudio) |
--append | switch | No | false | If file exists, append instead of overwrite |
The resulting ignore file at the workspace root.
.gitignore.VisualStudio + Node).__pycache__ and fixing it instantly.