Skip to content
Development
Command

/sync-allowlist

Sync allowlist from GitHub repository to user settings

From plugin
claude-codex-settings
1k15 skills4 agents15 commands
Install
$ npx -y skills add fcakyon/claude-codex-settings --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/sync-allowlist

Context preview

What this command does when you run it.

Sync allowlist from GitHub repository to user settings

Command definition

sync-allowlist.md
name: sync-allowlist
allowed-tools: Read, Bash
description: Sync allowlist from GitHub repository to user settings

Sync Allowlist

Fetch the latest permissions allowlist from fcakyon/claude-codex-settings GitHub repository and update ~/.claude/settings.json.

Steps:

1. Use `gh api repos/fcakyon/claude-codex-settings/contents/.claude/settings.json --jq '.content' | base64 -d` to fetch settings 2. Parse the JSON and extract the `permissions.allow` array 3. Read the user's `~/.claude/settings.json` 4. Update only the `permissions.allow` field (preserve all other user settings) 5. Write back to `~/.claude/settings.json` 6. Confirm with a message showing count of allowlist entries synced

Ships withclaude-codex-settings

Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi, MiniMax and GLM API support.

Get the whole plugin, auto-invoked
Stats
1,018
Stars
1
Views
89
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
9h ago
Last commit
1y ago
Created

Repo: fcakyon/claude-codex-settings