expansion-update

expansion-update is a skill for Claude Code from Buildwise-Studios/claude-for-hk-law. It costs 54 tokens per session (597 once invoked), scanned A, a copy of expansion-update, Apache-2.0.

A status updater for an international hiring project already in progress. It reads the project tracker and reflects completed, active, blocked, overdue, and newly unblocked work.

In plain words
What is it for?
Use it to report changes since the last review, recalculate dependencies, flag overdue items, and surface the next priorities and their owners.
Why use it?
It keeps the project view current after new decisions or developments, so the team can see what needs attention next.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the employment-legal plugin — 13 skills, 1 agent shipped together

Good fit Use it to report changes since the last review, recalculate dependencies, flag overdue items, and surface the next priorities and their owners.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/buildwise-studios/claude-for-hk-law/expansion-update
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 Buildwise-Studios/claude-for-hk-law --skill expansion-update
Clone the repo
git clone --depth 1 https://github.com/Buildwise-Studios/claude-for-hk-law

Made for: Claude Code.

Or install employment-legal, the plugin that ships this one along with the rest of its 13 skills, 1 agent.

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 expansion-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/buildwise-studios/claude-for-hk-law/expansion-update/github.svg)](https://agentmods.dev/skills/buildwise-studios/claude-for-hk-law/expansion-update)
Your own site
<a href="https://agentmods.dev/skills/buildwise-studios/claude-for-hk-law/expansion-update"><img src="https://agentmods.dev/badge/skills/buildwise-studios/claude-for-hk-law/expansion-update/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 expansion-update

Your own site · 80×15
<a href="https://agentmods.dev/skills/buildwise-studios/claude-for-hk-law/expansion-update"><img src="https://agentmods.dev/badge/skills/buildwise-studios/claude-for-hk-law/expansion-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 597 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 89% copy Near-identical to another mod 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.00054 $0.00597
Opus 5 $0.00027 $0.00298
Sonnet 5 $0.00011 $0.00119
Haiku 4.5 $0.00005 $0.00060

Measured 11d ago against content hash 744afc8193c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

expansion-update 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 11d 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.

Origin

This is a copy

89% identical to expansion-update — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

employment-legal/skills/expansion-update/SKILL.md · 75 lines

How it starts

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

/expansion-update

Returns to an open expansion tracker and updates item status based on what has happened since the last session. Recalculates what is now unblocked, flags anything overdue, and surfaces the next priorities.

Instructions

  1. Load ~/.claude/plugins/config/claude-for-hk-law/employment-legal/CLAUDE.md.

  2. Identify the tracker file: ~/.claude/plugins/config/claude-for-hk-law/employment-legal/expansion-[slug].yaml. If it doesn't exist, respond: "No expansion tracker found for [country]. Run /employment-legal:expansion-kickoff [country] to start one."

  3. Read the tracker. Show the current state:

[Country] Expansion — last updated [date]
Open: [N] | In progress: [N] | Done: [N] | Blocked: [N]

Next priorities (open items with earliest due dates or highest-dependency):
  [item] — owner: [owner]
  [item] — owner: [owner]
  [item] — owner: [owner]
  1. Ask for updates in a single prompt — do not ask about each item one by one:

    Which items have moved since we last looked? Tell me what's changed (e.g., "EOR decision made — going with Deel", "outside counsel engaged — call scheduled for Thursday", "PE analysis still open, waiting on tax"). You can also add new items or change due dates.

  2. Apply updates to the tracker file. For any item newly marked done, check whether it unblocks other items and flag those as now actionable.

  3. If any item has a due date that has passed and is still open or in-progress, flag it:

⚠️ Overdue: [item] — was due [date], owner: [owner]
  1. Write the updated tracker. Confirm:
Tracker updated — [N] items closed, [N] still open.
Next priority: [top open item].

Examples

/employment-legal:expansion-update Germany
/employment-legal:expansion-update
(will ask which country if multiple trackers exist)

Detailed tracker schema, item-status rules, and dependency logic live in the international-expansion reference skill — load it before doing substantive work.

Read the full file on GitHub · 75 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. 11d ago First seen · 75 lines · 54 tokens per session scan A 744afc8193c9

Subscribe to this mod's changes

expansion-update is a skill published in the GitHub repository Buildwise-Studios/claude-for-hk-law (5 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 54 tokens to every session and 597 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to expansion-update, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

import-sop

Import agency Standard Operating Procedures — approval workflows, campaign launch checklists, escalation procedures, QA steps — and structure them into numbered, role-assigned steps with human-approval gates marked. SOPs save at the agency level so they apply across every client brand, not per-brand. Triggers on…

indranilbanerjee/digital-marketing-pro · 132 tokens

chief-operating-officer

Owns execution: how work actually gets done across the organization, including process, program management, capacity, vendors, supply chain, and service delivery. Use this when execution is the problem rather than strategy, to design or fix a process, to resolve cross-functional handoff failures, to plan capacity, to…

cbrock84/headcount · 94 tokens

customer-success-management

Runs the ongoing relationship with accounts after the sale — segmenting coverage against account value, building a health score that predicts rather than describes, running reviews customers find worth attending, forecasting renewals honestly, and finding expansion that follows usage instead of quota. Use this to…

cbrock84/headcount · 85 tokens

chief-information-officer

The CIO's remit — running the technology the company works on, service quality, IT spend, and the boundary with product engineering. Use this to set IT priorities, decide what IT owns versus engineering, structure IT spend or an IT roadmap, judge whether to build, buy or outsource, or work out why IT is seen as a cost…

cbrock84/headcount · 79 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

chief-content-officer

Runs content as an operation — the production pipeline, editorial calendar, repurposing engine, competitive content intelligence, and audits of what already exists. Use this to build or fix a content production system, plan a calendar, decide how one piece becomes many, rank content ideas by expected impact, or audit…

cbrock84/headcount · 95 tokens