sync-adsk

sync-adsk is a command for Cursor from rhyanvargas/agentic-development-starter-kit. It costs 0 tokens per session (733 once invoked), scanned A, original, Apache-2.0.

A command that synchronizes skills-discovery links and Cursor configuration for an agentic development starter kit. Cursor is a code editor with built-in AI features.

In plain words
What is it for?
Use it to sync the kit or an adopter project, preview changes with a dry run, update from a specified kit path, or run the self-check.
Why use it?
It keeps copied skill files and editor configuration aligned after the starter kit changes.

Command for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/rhyanvargas/agentic-development-starter-kit/sync-adsk
Clone the repo
git clone --depth 1 https://github.com/rhyanvargas/agentic-development-starter-kit

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sync-adsk

README.md
[![agentmods](https://agentmods.dev/badge/commands/rhyanvargas/agentic-development-starter-kit/sync-adsk.svg)](https://agentmods.dev/commands/rhyanvargas/agentic-development-starter-kit/sync-adsk)
Your own site
<a href="https://agentmods.dev/commands/rhyanvargas/agentic-development-starter-kit/sync-adsk"><img src="https://agentmods.dev/badge/commands/rhyanvargas/agentic-development-starter-kit/sync-adsk.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 733 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00733
Opus 5 $0.00000 $0.00367
Sonnet 5 $0.00000 $0.00147
Haiku 4.5 $0.00000 $0.00073

Measured 3d ago against content hash d6bed67913ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sync-adsk scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/commands/sync-adsk.md · 59 lines

How it starts

The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/sync-adsk

Sync ADSK skills discovery links and/or Cursor wiring by running scripts/sync-adsk.sh.

Usage

/sync-adsk
/sync-adsk --dry-run
/sync-adsk --from /path/to/agentic-development-starter-kit

Behavior

When the user asks to sync ADSK, update kit Cursor artifacts, refresh skills, or run /sync-adsk, run the script (do not re-copy files by hand).

1. Detect context

Context Signals Command
Kit repo scripts/sync-adsk.sh + package source skills/*/SKILL.md exist in the workspace ./scripts/sync-adsk.sh kit
Adopter app (create-adsk) .adsk/config.json present npx create-adsk update (prefer over script)
Adopter app (script path) App uses .agents/skills/ (no kit skills/ package tree), or user wants Cursor / commands updated without create-adsk <kit>/scripts/sync-adsk.sh adopter --from <kit> from the app root

2. Kit maintainer path

  1. From the kit repo root, run:
    ./scripts/sync-adsk.sh kit
    
  2. After adding/removing a first-party skill, this is required so .agents/skills/ and .cursor/skills/ match skills/.
  3. Optional smoke: ./scripts/sync-adsk.sh self-check.
  4. Report which symlinks were linked or removed.

3. Adopter path

If .adsk/config.json exists: run npx create-adsk update (and status if useful). Skip the kit-clone script path unless the user asks for it.

Otherwise (script path):

  1. Resolve a kit source (--from):
    • Use the path the user gave, or
    • Reuse a known local checkout, or
    • Clone once: git clone https://github.com/rhyanvargas/agentic-development-starter-kit.git to a temp or cache dir.
  2. From the app root, run:
    /path/to/adsk/scripts/sync-adsk.sh adopter --from /path/to/adsk
    
  3. Honor user flags: --dry-run, --commands-only, --skip-skills, --force-rules, --skills-from-path.
  4. If npx skills prompts for Update scope, choose Project for a normal app install (not Global unless they used -g).
  5. Report what changed. Do not overwrite customized rules unless the user asked for --force-rules. Never touch specs/plans contents.
  6. Surface the overlap report (known do_not_add skills, command/rule collisions). Do not delete conflicting artifacts unless the user confirms.

Read the full file on GitHub · 59 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 59 lines · 0 tokens per session scan A d6bed67913ac

Subscribe to this mod's changes

sync-adsk is a command published in the GitHub repository rhyanvargas/agentic-development-starter-kit (2 stars, last pushed 10d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 733 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.