Class AiPromptSkillsReadiness
Inspects, per SerenityAiAgentDirectoryCatalog agent, whether its skills directory carries
every bundled Serenity skill (BundledSkillNames()). Pure
File/Directory IO over an explicit projectRoot — no AssetDatabase — so this feature's
wizard step can inspect skill readiness without a live editor.
Inheritance
AiPromptSkillsReadiness
Assembly: Serenity.AiPromptBuilder.Editor.dll
Syntax
public static class AiPromptSkillsReadiness
Methods
BuildSkillsStatusLine(AiPromptSkillsReadinessReport)
The {{SKILLS_STATUS_LINE}} token value: the short "installed, use them" line when
every detected agent is fully covered, otherwise the fallback paragraph that tells the agent to read
the skill files directly instead of assuming they are loaded.
Declaration
public static string BuildSkillsStatusLine(AiPromptSkillsReadinessReport report)
Parameters
Returns
Inspect(string)
Declaration
public static AiPromptSkillsReadinessReport Inspect(string projectRoot)
Parameters
| Type |
Name |
Description |
| string |
projectRoot |
|
Returns