()
| 979 | * These are skills discovered from file paths during the session. |
| 980 | */ |
| 981 | export function getDynamicSkills(): Command[] { |
| 982 | return Array.from(dynamicSkills.values()) |
| 983 | } |
| 984 | |
| 985 | /** |
| 986 | * Activates conditional skills (skills with paths frontmatter) whose path |