claude.nagdy.me

Advanced skill with arguments and scoping

A skill template showing argument capture, path scoping, effort control, and fork isolation.

markdown
---
name: check-module
description: Validate a specific module's content and interactive artifacts.
argument-hint: "<module-slug>"
paths: ["src/content/modules/**", "src/data/modules/**"]
effort: high
context: fork
agent: Explore
---

Validate the module identified by `$0`:

1. Read `src/content/modules/$0.md` and check for outdated claims.
2. Read supporting YAML files in `src/data/modules/$0/`.
3. Verify related components render the expected data.
4. Report issues with concrete file references.
View Full Module