artifact-status

Installation
SKILL.md

Artifact Status

Scan .agents/, report state, recommend next action.

Non-orchestrated utility skill — no sub-agents or critic gate. Runs as a single pass.

Execute

  1. Scan .agents/ for every .md file, including .agents/meta/. For each, read frontmatter to extract skill:, date:, status:, version:. If a field is missing or malformed, report it as in the table — never silently skip a file. Meta-skill artifacts (.agents/meta/) are ephemeral process outputs — report them but don't include them in the dependency graph.

  2. Report as a single table sorted by date (newest first). Mark STALE if date: is >30 days old. Include file count for glob paths (mkt/content/*.md).

Installs
1
GitHub Stars
12
First Seen
Apr 1, 2026
artifact-status — hungv47/meta-skills