claude-kit
Description
[](https://github.com/luiseiman/dotforge/stargazers) [](LICENSE) [](VERSION) [](https://github.com/luiseiman/dotforge/commits/main)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**[English](#dotforge)** | **[Español](#dotforge-español)**
dotforge
[](https://github.com/luiseiman/dotforge/stargazers) [](LICENSE) [](VERSION) [](https://github.com/luiseiman/dotforge/commits/main)
Configuration governance for [Claude Code](https://docs.anthropic.com/en/docs/claude-code). Bootstrap, audit, sync, and evolve your `.claude/` configuration across projects — all markdown + shell scripts, zero required dependencies.
bootstrap → audit → sync → capture → propagate
↑ │
└────────────────────────────────────┘
For people and teams managing more than one Claude Code project.
Use dotforge if:
- your
.claude/configuration drifts across repos - you want to audit configuration quality, not just generate files once
- you want to propagate improvements discovered in one project to others
- you want a repeatable system, not a loose collection of prompts
Do not use dotforge if:
- you only have one small repo
- you only want a
CLAUDE.mdgenerator - you do not care about sync, audit history, or cross-project consistency
Quick Start
# One-liner install
curl -fsSL https://raw.githubusercontent.com/luiseiman/dotforge/main/install.sh | bash
# Or manual:
git clone https://github.com/luiseiman/dotforge.git ~/.dotforge
export DOTFORGE_DIR="$HOME/.dotforge"
$DOTFORGE_DIR/global/sync.sh
# In any project directory:
/forge init # Zero to config in one command
/forge audit # Score your configuration (0-10)
/forge sync # Update against current template
Requirements
bash (macOS, Linux, WSL). Git Bash works but WSL recommended on Windows. Optional: `python3`, `jq` for full hook support.
Works with
dotforge manages your `.claude/` configuration. It complements, not replaces, other tools:
| Tool | What it does | How dotforge helps |
|---|
...
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -