You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,16 @@ Skills are kept **flat**: a skill never contains another skill's `SKILL.md` nest
10
10
11
11
The list below is kept in alphabetical order by skill name.
12
12
13
-
| Skill | Description |
14
-
| --- | --- |
15
-
|[`duct`](./skills/duct/SKILL.md)| Wrap any command with [con/duct](https://github.com/con/duct) to capture wall-clock time, CPU, and memory usage as structured logs, so agents and reviewers can inspect what a run actually consumed. |
16
-
|[`kya`](./skills/kya/SKILL.md)| Govern and review agents with [veldt-kya](https://github.com/veldtlabs/veldt-kya) (Know Your Agents) — risk-score, consensus-judge, and drift-check an agent, emit compliance evidence, and write a governance verdict that the `labnb` loop can break on. |
17
-
|[`labnb`](./skills/labnb/SKILL.md)| Create and maintain a concurrency-safe global lab notebook outside project roots, with startup summaries of related prior work, first-class idea capture and promotion, isolated experiment workspaces, focused companion skills, and append-only indexing across projects, investigations, and tasks. |
18
-
|[`labnb-idea`](./skills/labnb-idea/SKILL.md)| Record a promising but not-yet-implemented experiment idea in the shared lab notebook index. |
19
-
|[`labnb-promote`](./skills/labnb-promote/SKILL.md)| Promote a lab notebook idea into a concrete experiment with explicit budgets, source links, and provenance. |
20
-
|[`labnb-resume`](./skills/labnb-resume/SKILL.md)| Summarize prior ideas and experiments for a project slug, then choose whether to resume, promote, branch, or start new work. |
21
-
|[`labnb-run`](./skills/labnb-run/SKILL.md)| Create and run a concrete lab notebook experiment with isolated workspace, explicit budgets, and iterative logging. |
|[`duct`](./skills/duct/SKILL.md)| Wrap any command with [con/duct](https://github.com/con/duct) to capture wall-clock time, CPU, and memory usage as structured logs, so agents and reviewers can inspect what a run actually consumed. |
16
+
|[`kya`](./skills/kya/SKILL.md)| Govern and review agents with [veldt-kya](https://github.com/veldtlabs/veldt-kya) (Know Your Agents) — risk-score, consensus-judge, and drift-check an agent, emit compliance evidence, and write a governance verdict that the `labnb` loop can break on. |
17
+
|[`labnb`](./skills/labnb/SKILL.md)| Create and maintain a concurrency-safe global lab notebook outside project roots, with startup summaries of related prior work, first-class idea capture and promotion, isolated experiment workspaces, focused companion skills, and append-only indexing across projects, investigations, and tasks. |
18
+
|[`labnb-idea`](./skills/labnb-idea/SKILL.md)| Record a promising but not-yet-implemented experiment idea in the shared lab notebook index. |
19
+
|[`labnb-promote`](./skills/labnb-promote/SKILL.md)| Promote a lab notebook idea into a concrete experiment with explicit budgets, source links, and provenance. |
20
+
|[`labnb-resume`](./skills/labnb-resume/SKILL.md)| Summarize prior ideas and experiments for a project slug, then choose whether to resume, promote, branch, or start new work. |
21
+
|[`labnb-run`](./skills/labnb-run/SKILL.md)| Create and run a concrete lab notebook experiment with isolated workspace, explicit budgets, and iterative logging. |
22
+
|[`structsense-skills`](./skills/structsense-skills/SKILL.md)| StructSense Skills transforms unstructured text and PDFs into validated, ontology-grounded structured JSON using a model-agnostic extraction pipeline. |
0 commit comments