Repository for publishing reusable agent skills.
| Skill | Purpose | Status |
|---|---|---|
nblm-doc-review |
Review documents against NotebookLM notebooks and generate alignment reports | Active |
notebooklm-sitemap-notebook |
Create or sync NotebookLM notebooks from sitemap.xml or llms.txt URL sources |
Active |
vendor-ddq-research |
Search and download vendor due diligence evidence based on DDQ requirements, including SOC report collection | Active |
agent-skills/
├── README.md
├── nblm-doc-review/
│ ├── SKILL.md
│ ├── scripts/
│ └── references/
└── <future-skill>/
- Create
<skill-name>/ - Add
SKILL.mdwith trigger conditions, workflow, and output format - Add optional
scripts/,references/, andassets/ - Update the table in this README
Direct commits to main are fine for this repository.