MCPcopy
hub / github.com/codeaashu/claude-code / getDynamicSkills

Function getDynamicSkills

src/skills/loadSkillsDir.ts:981–983  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

getCommandsFunction · 0.85

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected