Syncable CLI skills for AI coding agents — project analysis, security, vulnerabilities, dependencies, IaC validation, and cloud deployment.
npx claudepluginhub syncable-dev/syncable-cliSyncable CLI skills for project analysis, security scanning, vulnerability detection, dependency auditing, IaC validation, Kubernetes optimization, and cloud deployment.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
DevOps toolbox for AI coding agents and developers
Quick Start • AI Agent Skills • Commands • Installation • Syncable Platform →
Syncable CLI (sync-ctl) is a DevOps toolbox that analyzes codebases, scans for security issues, validates infrastructure files, and deploys to cloud providers. It works standalone from the terminal or through AI coding agent skills — giving Claude Code, Codex, Gemini CLI, Cursor, and Windsurf the ability to run security scans, check for CVEs, lint Dockerfiles, and deploy services through natural conversation.
npx syncable-cli-skills
This installs 11 skills (7 command + 4 workflow) into your AI coding agent. Then just ask:
cargo install syncable-cli
sync-ctl analyze .
One command installs skills for all major AI coding agents:
npx syncable-cli-skills
| Agent | Install Path | Format |
|---|---|---|
| Claude Code | Plugin marketplace | SKILL.md with plugin.json |
| Codex | ~/.agents/skills/ | SKILL.md directories |
| Gemini CLI | ~/.gemini/<profile>/skills/ | SKILL.md directories |
| Cursor | .cursor/rules/ | .mdc with alwaysApply |
| Windsurf | .windsurf/rules/ | .md with trigger: always |
Command skills — atomic wrappers around sync-ctl commands:
| Skill | What it does |
|---|---|
syncable-analyze | Detect tech stack, languages, frameworks, dependencies |
syncable-security | Scan for secrets, hardcoded credentials, insecure patterns |
syncable-vulnerabilities | Check dependencies for known CVEs across all ecosystems |
syncable-dependencies | Audit licenses, production vs dev split, package details |
syncable-validate | Lint Dockerfiles, Compose files, K8s manifests, Helm charts, Terraform |
syncable-optimize | Analyze Kubernetes resource requests, limits, cost efficiency |
syncable-platform | Authenticate, switch projects/environments, deploy to cloud |
Workflow skills — multi-step orchestrations with decision logic:
| Skill | What it does |
|---|---|
syncable-project-assessment | Full health check: stack + security + vulnerabilities + dependencies |
syncable-security-audit | Deep pre-deployment review with paranoid-mode scanning |
syncable-iac-pipeline | Validate all IaC files + Kubernetes optimization |
syncable-deploy-pipeline | End-to-end: auth → analyze → security gate → deploy + monitor |