Home / markshust / hcf · skills/project-update/SKILL.md · GitHub

project-update skillA

project-update is agent-read markdown (skill) from markshust/hcf: Update project configuration to match the latest HCF plugin defaults. Use when the HCF plugin has been updated and you want to sync your project's config..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

Sync a project's HCF configuration with the latest plugin defaults. Non-destructive — adds missing files, generates what's needed, and flags differences in existing ones.

## Prerequisites

This skill requires that `/project-setup` has been run at least once. If `CLAUDE.md` and `.claude/` don't exist, tell the user to run `/project-setup` first and stop.

## Execution Steps

### Step 1: Verify Project Is Configured

Check that the project has been set up:

```bash
ls CLAUDE.md .claude/ 2>/dev/null
```

If either is missing, stop and tell the user:
> This project hasn't been set up yet. Run `/project-setup` first.

### Step 2: Inventory Expected Files

These are the files that `project-setup` creates. Check which exist:

| File | Source |
|------|--------|
| `CLAUDE.md` | Generated from project context |
| `.claude/testing.md` | Generated from project context |
| `.claude/code-standards.md` | Generated from project context |
| `.claude/architecture.md` | Generated from project context |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add markshust/hcf/project-update@git:20260825.4aad915
Exact content
mdr add markshust/hcf/project-update@sha256:1185b730df7ac728

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_gla37xlygh4yd6zl.svg)](https://markdownregistry.com/a/art_gla37xlygh4yd6zl)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260825.4aad915 latest2026-08-25 4aad915 22,917 BA view · diff
git:20260818.e8508ad2026-08-18 e8508ad 23,258 BA view · diff
git:20260626.cc45c9d2026-06-26 cc45c9d 21,654 BA view · diff
git:20260501.b2afb742026-05-01 b2afb74 5,592 BA view · diff
git:20260314.1ebf9552026-03-14 1ebf955 5,875 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (22917 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

markshust/hcf · 75 stars · license MIT · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_gla37xlygh4yd6zl
GET https://markdownregistry.com/api/v1/resolve?ref=markshust/hcf/project-update
GET https://markdownregistry.com/api/v1/blob/1185b730df7ac728dffadf4bb93e28bd0164cd42a5c0f61d188a241a2f28d88b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from markshust/hcf

CLAUDE.md@.claude claude
markshust/hcf · .claude/CLAUDE.md
git:20260726.95364dc · audit A · 75 stars
plan-create skill
markshust/hcf · skills/plan-create/SKILL.md · Create structured implementation plans for autonomous TDD development. Use for new features, multi-file changes, or…
git:20260825.4aad915 · audit A · 75 stars
plan-orchestrate skill
markshust/hcf · skills/plan-orchestrate/SKILL.md · Execute implementation plans with parallel TDD workers. Use when ready to run, execute, or start a plan. Triggers on…
git:20260921.27c5a3f · audit A · 75 stars
project-setup skill
markshust/hcf · skills/project-setup/SKILL.md · One-time interactive setup to configure a project for autonomous development. Use when setting up a new project for…
git:20260825.4aad915 · audit A · 75 stars

Every file in markshust/hcf

Browse by kind, by grade A, or by owner.