Source-file knowledge for agents_engine/core/Skill.kt — the Skill<IN, OUT> unit-of-work class, deterministic vs agentic flavors (implementedBy vs tools(...)), the freeze contract (#668), knowledge entries surfaced via toLlmContext() and knowledgeTools(), memory opt-in (#856 useMemory()), output transformer for typed OUT, auto-description with kotlin-reflect graceful degradation (#1718). Call when the IDE LLM needs to reason about how skills are declared, what they do, or how they're frozen.
$npx -y skills add deep-codeai/agents.kt --skill coreInstalls into the current project.
Run `npx skills use "https://github.com/deep-codeai/agents.kt" --skill "deep-codeai/agents.kt/core"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/deep-codeai/agents.kt" that are relevant to the current task. Run `npx skills add "https://github.com/deep-codeai/agents.kt"` and select the relevant skills, then follow their instructions.