We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f252164 commit 471d4f5Copy full SHA for 471d4f5
src/notebooklm/cli/skill.py
@@ -17,6 +17,7 @@ class SkillTarget:
17
label: str
18
relative_path: Path
19
20
+
21
TARGETS = {
22
"claude": SkillTarget("Claude Code", Path(".claude") / "skills" / "notebooklm" / "SKILL.md"),
23
"agents": SkillTarget("Agent Skills", Path(".agents") / "skills" / "notebooklm" / "SKILL.md"),
0 commit comments