Deploy and activate agent-specific configurations (settings, hooks, rules) from the repository to the local environment via symlinks.
Use this skill to "activate" the security-focused configurations provided in this repository for various AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, etc.). It symlinks the repository's configuration files to the appropriate local hidden directories (e.g., .claude/, .cursor/), allowing you to test and use these configurations immediately without manual copying.
Activate All Configs: To activate configurations for all supported agents at once, run:
make activate
Activate Specific Agent Configs: To activate configurations for a specific agent, use the corresponding make target:
make activate-claudemake activate-cursormake activate-codexmake activate-geminimake activate-copilotmake activate-antigravityDry Run: To see what changes would be made without actually creating any symlinks, run:
make activate-dry
Verification:
After activation, the configurations are live. For example, Claude Code will now use the settings.json from claude-code/ via the symlink at .claude/settings.json.
The activation script is designed to be "skill-safe":
.claude/skills/) are preserved and not overwritten.