AgentStack
SKILL verified MIT Self-run

Config Manager Reference

skill-slash9494-ai-config-sync-manager-config-manager-reference · by slash9494

Print the AI Config Sync Manager reference (commands, areas, risk levels, mapping qualities, action verbs, terminology layers, hidden markers, file locations) through the bundled open-source CLI.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-slash9494-ai-config-sync-manager-config-manager-reference

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Config Manager Reference? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Config Manager Reference

Use this skill when the user asks for an AI Config Sync Manager reference, cheatsheet, or a full listing of CLI commands, areas, risk levels, mapping qualities, sync action verbs, terminology layers, hidden markers, or known file locations.

Behavior

  • If the user passes -h / --help (or asks for usage/help), run ... reference --help and print the CLI output as-is — do not emit the reference markdown.
  • Resolve the bundled CLI from the Codex plugin root:

AI_CONFIG_SYNC_HOST=codex "$HOME/.agents/plugins/ai-config-sync-manager/bin/ai-config-sync" reference. The launcher resolves the runtime via AI_CONFIG_SYNC_ROOT (dev override) → PATH ai-config-syncnpm exec fallback.

  • Always export AI_CONFIG_SYNC_HOST=codex before invoking the CLI from this skill so the default sync direction is codex -> claude.
  • Default mode prints the markdown reference to stdout. Print the CLI output as-is — do not rewrite, summarize, or regroup the sections.
  • When the user asks for a saved snapshot, pass --output :

AI_CONFIG_SYNC_HOST=codex "$HOME/.agents/plugins/ai-config-sync-manager/bin/ai-config-sync" reference --output writes the markdown to the given path and prints the resolved absolute path on success.

  • The repository also commits a static snapshot at docs/reference.md for offline / GitHub browsing. Mention that path when the user asks where to read the reference without running the CLI.
  • Reference is read-only; it does not modify any host configuration.
  • If the bundled CLI is unavailable, report that the user must npm install -g ai-config-sync-manager (or run npm link from the repo) and re-run connect.

Safety

  • Reference is read-only. Do not chain it with sync, connect, or any write operations from this skill.
  • Do not regenerate docs/reference.md automatically; only run with --output when the user explicitly asks for a written copy.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.