# Content Status

> Show project status - what source files exist, what content has been generated, what's missing.

- Skill: `isaac-flath/content-status` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add isaac-flath/content-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/isaac-flath/content-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Isaac-Flath (https://skillmd.com/u/isaac-flath)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/isaac-flath/content-status

---


# /content-status

Show project status.

## Usage

```
/content-status [project-path]
```

## Run

```bash
# Current project status
uv run .claude/skills/content-status/scripts/status.py .
```

Note: Listing all projects requires running the script from the workspace root because it looks for `./projects/`.

## Output

Shows which files exist and their status:

```
Project: my-project

Source Materials:
  ✓ source/video.mp4 (15:32)
  ✓ source/notes.txt
  ✓ source/sources.json (2 URLs)

Generated Content:
  ✓ content/transcript.md (4,532 words)
  ✓ content/blog.md (2,847 words)
  ✗ content/description.md (not generated)

Social Media:
  ✓ social/text-small.md
  ✗ social/video-short.md (not generated)

Screenshots: 32 files
```

