skill-deployment

skill-deployment is a skill for Claude Code, Codex from AmineDjeghri/personal-os-setup. It costs 24 tokens per session (450 once invoked), scanned A, original, MIT.

Instructions for deploying shared agent skills with chezmoi, a tool that manages configuration files in a user's home directory. They describe the correct source path, working directory, and separation between shared and repository-specific skills.

In plain words
What is it for?
They help install or refresh shared skills, fix “not managed” errors, and keep skill files synchronised across agents and repositories.
Why use it?
They prevent deployment failures caused by using the wrong directory or accidentally treating repository-only skills as shared files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit They help install or refresh shared skills, fix “not managed” errors, and keep skill files synchronised across agents and repositories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aminedjeghri/personal-os-setup/skill-deployment
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.

Any agent
npx skills add AmineDjeghri/personal-os-setup --skill skill-deployment
Clone the repo
git clone --depth 1 https://github.com/AmineDjeghri/personal-os-setup

Made for: Claude Code, Codex.

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 skill-deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/aminedjeghri/personal-os-setup/skill-deployment/github.svg)](https://agentmods.dev/skills/aminedjeghri/personal-os-setup/skill-deployment)
Your own site
<a href="https://agentmods.dev/skills/aminedjeghri/personal-os-setup/skill-deployment"><img src="https://agentmods.dev/badge/skills/aminedjeghri/personal-os-setup/skill-deployment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-deployment

Your own site · 80×15
<a href="https://agentmods.dev/skills/aminedjeghri/personal-os-setup/skill-deployment"><img src="https://agentmods.dev/badge/skills/aminedjeghri/personal-os-setup/skill-deployment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 450 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00024 $0.00450
Opus 5 $0.00012 $0.00225
Sonnet 5 $0.00005 $0.00090
Haiku 4.5 $0.00002 $0.00045

Measured today against content hash b0ee47986029, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

skill-deployment 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 today.

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.

src/personal_os_setup/config/chezmoi/dot_claude/skills/skill-deployment/SKILL.md · 34 lines

What it actually says

Skill Deployment via chezmoi

Shared skills: repo src/personal_os_setup/config/chezmoi/dot_claude/skills/~/.claude/skills (Claude Code + Hermes external_dirs). Desktops: TUI dotfiles tab. Container/CLI:

Scope: this deploys only the general/shared skills. Repo-specific skills are NOT part of it — they live in the repo itself under .claude/skills/ (Claude Code reads those natively) with git-symlink mirrors in .agents/skills/ for other agents, kept in sync by skills.mk (make skills-link / make skills-check; see the skill-layout skill).

REPO=/config/workspace/personal-os-setup
cd ~ && chezmoi apply -v --force --source "$REPO" .claude    # deploy ONLY the skills

No chezmoi (HA container/CLI): cd <repo> && make skills-deploy — copies the same source to ~/.claude/skills. The make target lives in makefiles/skills.mk (same file as skills-link/skills-check).

Two gotchas (both previously caused "not managed"):

  1. --source = repo ROOT (git-backed, .chezmoiroot points at the nested dir) — never the nested dir
  2. Run from HOME — targets resolve against CWD

⚠️ The nested config/chezmoi dir must never contain its own .chezmoiroot: the app (src/personal_os_setup/tasks/system/chezmoi.py) passes that dir directly as --source, so a nested .chezmoiroot would double-redirect and break the app's deploy path.

Refresh after git pull. On the container deploy only .claude (full apply would dump desktop dotfiles).

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. today Changed · +4 lines b0ee47986029
  2. 2d ago First seen · 30 lines · 24 tokens per session scan A 220a8f4c120b

Subscribe to this mod's changes

skill-deployment is a skill published in the GitHub repository AmineDjeghri/personal-os-setup (602 stars, last pushed yesterday), licensed MIT. It adds 24 tokens to every session and 450 once invoked, about $0.0001 per session on Opus 5. 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-09-08.

Related

Other skills, from other repositories

hula-skill

HuLa project skill for frontend (Vue 3 + Vite + UnoCSS + Naive UI/Vant), backend (Tauri v2 + Rust + SeaORM/SQLite), full-stack flows, and build/release work. Use when the user mentions hula or HuLa or requests changes in this repository; after triggering, ask which scope (frontend/backend/fullstack/build-release) to…

HuLaSpark/HuLa · 86 tokens

microsoft-powertoys

Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Microsoft PowerToys, FancyZones, PowerToys Run, Keyboard Manager, Awake, and settings.json automation.

alivirgo/Major-AI-Skills · 48 tokens

eartrumpet

Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize EarTrumpet, Windows Core Audio APIs (WASAPI), pycaw audio session automation, and per-app endpoint routing.

alivirgo/Major-AI-Skills · 49 tokens

flow-launcher

Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Flow Launcher, C# / Python JSON-RPC plugins, plugin.json manifests, and Everything search integration.

alivirgo/Major-AI-Skills · 43 tokens

wsl-bash-crlf-or-tempfile

When a Windows shell (PowerShell/cmd) feeds a bash script into WSL, CRLF line endings can corrupt the first shell builtin; force LF or pipe via a temp file.

chen3feng/agent-skills · 48 tokens

wsl-networking-mode-dns-fallback

When WSL's mirrored networking fails and falls back to "None", plus /etc/wsl.conf has generateResolvConf=false, the distro has no DNS; fix both layers.

chen3feng/agent-skills · 47 tokens