Initializes or optimizes git-agent configuration, regenerates commit scopes from git history, and re-derives .gitignore rules.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add FradSer/dotclaude --skill init --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Init?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fradser-init)More formats (shields.io, HTML) on the badges page.
---
name: init
description: Initializes or optimizes git-agent configuration, regenerates commit scopes from git history, and re-derives .gitignore rules.
user-invocable: true
argument-hint: "[--scope | --gitignore]"
allowed-tools: ["Bash(git-agent:*)"]
---
## Execution
Execute initialization or optimization based on `$ARGUMENTS`:
1. **Optimize commit scopes** (regenerate from history):
```bash
git-agent init --scope --force
```
2. **Re-derive `.gitignore`** (preserve custom rules):
```bash
git-agent init --gitignore
```
3. **Full initialization** (both scopes and `.gitignore`):
```bash
git-agent init --scope --gitignore
```
Report the updated configuration status upon completion.
CLI Reference: `../../references/cli.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!