Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By syncable-dev
Run syncable CLI skills to analyze project tech stacks and monorepos, audit dependencies for CVEs/licenses/copyleft, scan code for secrets/vulnerabilities/insecure patterns, validate IaC (Dockerfiles/Compose/Terraform/K8s manifests), optimize K8s clusters for cost/resources, and execute secure deployments to GCP/Azure with audits.
npx claudepluginhub syncable-dev/syncable-cli --plugin syncable-cli-skillsUse when the user asks to analyze a project, understand the tech stack, detect frameworks, check what languages are used, identify runtimes or package managers, or as a first step before security/vulnerability scans
Use when the user asks to audit dependencies, check licenses, list packages, review dependency health, check for copyleft issues, or see prod vs dev dependency split
Use when the user asks to deploy through Syncable, ship to production, push to staging, run a deploy pipeline, or deploy a service with security checks first
Use when the user asks to validate all infrastructure files, run an IaC review, check Docker/Compose/K8s/Terraform/Helm files together, or lint infrastructure-as-code
Use when the user asks to optimize Kubernetes resources, right-size pods, estimate cluster costs, detect over-provisioned containers, analyze resource waste, or check K8s configuration drift
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Editorial "Security Engineer" bundle for Claude Code from Antigravity Awesome Skills.
Complete developer toolkit for Claude Code
Comprehensive vulnerability scanning for code, dependencies, and configurations with CVE detection
Security compliance and vulnerability analysis tools for Go projects
Implements automated security scanning for dependencies, code, and containers using tools like Trivy, Snyk, and npm audit. Use when setting up CI/CD security gates, conducting pre-deployment audits, or meeting compliance requirements.
DevOps patterns: CI debugging, tech debt detection, own all failures
MemFleet skills for fleet coordination — typed structural intent, episode recording, conflict classification (A/B/C), node state rollups, subscriptions, and multi-agent workflows for safe edits, conflict resolution, and fleet coordination.
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 |