skill-templatelisted
Install: claude install-skill Yaz-inc/yazinc-ai-toolkit
# <Skill Title>
One-line purpose.
## When to use
- Trigger scenario 1
- Trigger scenario 2
## Stack
- e.g. Laravel 10, PHP 8.1, Yajra DataTables 10
## Instructions
### Do
- ...
### Don't
- ...
## Steps
1. ...
2. ...
3. ...
## File checklist
| File | Action |
|------|--------|
| `app/Services/...` | Create or extend |
| `routes/web.php` | Add route |
| ... | ... |
## Example
```php
// minimal illustrative snippet — no client secrets
```
## Additional resources
- [reference.md](reference.md) — optional deep detail
## Origin
- **Project:** <display name>
- **Repo:** <org/repo>
- **Commit:** <short-sha>
- **Extracted:** <YYYY-MM-DD>