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.
npx skills add AmineDjeghri/personal-os-setup --skill coding-workflowgit clone --depth 1 https://github.com/AmineDjeghri/personal-os-setupWrote 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.
[](https://agentmods.dev/skills/aminedjeghri/personal-os-setup/coding-workflow)<a href="https://agentmods.dev/skills/aminedjeghri/personal-os-setup/coding-workflow"><img src="https://agentmods.dev/badge/skills/aminedjeghri/personal-os-setup/coding-workflow/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.
<a href="https://agentmods.dev/skills/aminedjeghri/personal-os-setup/coding-workflow"><img src="https://agentmods.dev/badge/skills/aminedjeghri/personal-os-setup/coding-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.00655 |
| Opus 5 | $0.00023 | $0.00328 |
| Sonnet 5 | $0.00009 | $0.00131 |
| Haiku 4.5 | $0.00005 | $0.00065 |
Grade A, and why
coding-workflow 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.
How it starts
The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Coding Workflow — Hermes & Claude Code
Shared workflow rules for coding tasks. Both agents read this skill; rules are agent-agnostic (terminal/git/gh only).
1. Division of labor
| Task | Agent |
|---|---|
| Home Assistant, Hermes gateway/admin, scheduling (cron), memory, audits, container/system ops | Hermes |
| In-repo code changes, features, bugfixes, PRs (in any repo the user works on) | Claude Code (Hermes delegates via claude -p or interactive) |
| Repo docs (docs/, README, skills) | Either — follow repo-conventions |
Hermes orchestrates and can delegate coding to Claude Code. Claude Code works inside a repo; it does NOT manage the Hermes agent, HA gateway, or cron.
2. Plan first (MANDATORY)
Never jump straight into editing. For anything non-trivial:
- Restate the goal and constraints in your own words.
- Read the repo's AGENTS.md/CLAUDE.md and
.claude/skills/; explore the relevant files. - Write the plan (files to touch, approach, test strategy) and get explicit user approval before mutating.
- If the user says "grill me" / "stress-test this" — interview them about the plan branch by branch until the design tree is resolved.
3. Confirm before mutating (MANDATORY)
- Per-action approval for: system changes,
git push, opening PRs, anything destructive. - A prior "yes" is not standing approval — re-confirm scope.
- Prefer approval-free git ops: regular push, new commit, merge over rebase; no force-push without explicit approval.
4. Review
- Run the repo's own checks before any PR: its
make test/make pre-commitwhere defined, or the CI-equivalent. - Verify git identity before committing (wrong email = phantom PR participants — see repo-conventions).
- Review your own diff before pushing; for PRs, diff against the base branch.
5. Per-repo PR flows
Load repo-conventions and follow the row for that repo. Default when unsure: branch from the default branch, conventional commit, squash-merge PR with a conventional title.
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.
- today First seen · 48 lines · 46 tokens per session scan A d6e2fd22ca95
coding-workflow is a skill published in the GitHub repository AmineDjeghri/personal-os-setup (602 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 655 once invoked, about $0.0002 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.
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…
commit-push-pr
Commit, push, and open a PR.
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.
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.
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.
release-helper
Prepare a safe Local Coding Agent release build, including version checks, tests, and changelog.