AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Sync Ecosystem To Chezmoi

skill-urmzd-dotfiles-sync-ecosystem-to-chezmoi · by urmzd

>

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

Install

$ agentstack add skill-urmzd-dotfiles-sync-ecosystem-to-chezmoi

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-urmzd-dotfiles-sync-ecosystem-to-chezmoi)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sync Ecosystem To Chezmoi? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Sync Ecosystem to Chezmoi

This is the chezmoi-specific tail of the sync-ecosystem workflow. The base skill audits a repo against ecosystem conventions and emits a drift report. This skill takes that report and applies it to the chezmoi-managed canonical skill source, then redeploys.

When to Use

  • You ran sync-ecosystem and have a drift report to apply.
  • You maintain your agent skills in a chezmoi source tree and need the deployed copies under ${CLAUDE_SKILL_DIR:-$HOME/.agents/skills}/ to follow.
  • A new or stale skill needs to be promoted from a project repo into the canonical store.

If you don't use chezmoi, stop here. The portable audit lives in sync-ecosystem; you can substitute your own deploy step.

Prerequisites

chezmoi --version          # CLI present
chezmoi source-path        # confirm the source dir, typically ~/.local/share/chezmoi

The canonical skill source lives under /dot_agents/skills/. Deployed copies under ${CLAUDE_SKILL_DIR:-$HOME/.agents/skills}/ are overwritten on every chezmoi apply, so never edit them directly.

Workflow

  1. Receive the drift report. Typically produced by running sync-ecosystem first. The report lists missing artifacts, content drift, and canonical-store coverage issues per skill.
  1. For each finding, decide the target file.

| Finding type | Target | |--------------|--------| | Skill in repo but not in canonical store | New dir under /dot_agents/skills// | | Stale canonical skill (frontmatter / body drift) | Existing /dot_agents/skills//SKILL.md | | Asset / script drift inside a skill | Matching file under that skill's assets/ or scripts/ | | Required ecosystem doc missing | Owner skill in the chezmoi source (e.g. community-health/assets/) |

  1. Apply edits in the source, never in ~/.agents/skills/. Use Edit / Write against the chezmoi source paths. Preserve frontmatter formatting and the rest of the file.
  1. Redeploy. After every batch of edits:

``sh chezmoi apply agentspec sync --fast # if installed; refreshes the deployed skill index ``

  1. Verify. Re-run the relevant sync-ecosystem audit against the original repo. The findings you just merged should now be clear.

Gotchas

  • Edit the source, not the deployed copy. ~/.agents/skills//SKILL.md is the rendered output of the chezmoi template. Any edits there are lost on next chezmoi apply.
  • Frontmatter sensitivity. Skill loaders are strict about YAML. After editing frontmatter, run chezmoi apply and reload your agent so the change actually takes effect.
  • Don't auto-promote drafts. Skills that live only in a project repo because they're in-progress should stay there until the user signals they're ready for the canonical store.
  • One commit per logical change. When the chezmoi source is itself a git repo, commit per skill batch so the change history matches the drift report.

Hand-off Back

After applying the report, hand control back to the user with a short summary: which skills were created, which were edited, what chezmoi apply reported, and any items deferred for human review.

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.