From syncable-cli-skills
Audits project dependencies: lists packages with licenses, prod/dev splits, ecosystem breakdowns, copyleft issues, and inline vulnerability checks for compliance and inventory.
npx claudepluginhub syncable-dev/syncable-cli --plugin syncable-cli-skillsThis skill uses the workspace's default tool permissions.
List all project dependencies with license types, prod/dev split, and ecosystem breakdown. Use for license compliance and dependency inventory.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
List all project dependencies with license types, prod/dev split, and ecosystem breakdown. Use for license compliance and dependency inventory.
| Flag | Purpose |
|---|---|
--agent | Compressed output (always use) |
--licenses | Include license info per dependency |
--vulnerabilities | Quick inline vuln check (for thorough CVE scan, use sync-ctl vulnerabilities instead) |
--prod-only | Production dependencies only |
--dev-only | Development dependencies only |
sync-ctl dependencies <PATH> --licenses --agent
Success criteria: JSON output with total, production/development counts, and by_license distribution.
Priority: license concerns (copyleft, unknown) > dependency counts (prod vs dev) > specific packages (only if asked).
Compressed output has counts and distributions only. Individual packages require retrieve:
sync-ctl retrieve <ref_id>
sync-ctl retrieve <ref_id> --query "file:package.json"
Results paginated (default 20). Use --limit N --offset M for more.
| Error | Action |
|---|---|
No dependencies found | Run sync-ctl analyze to verify supported package managers exist |
| Incomplete results | Note which ecosystems were scanned vs missing |