Agents\AspireSkillsBundleTests.cs (19)
38["SKILL.md"] = CreateSkillFileContent(),
65["SKILL.md"] = CreateSkillFileContent(),
76skillFile => Assert.Equal(CreateSkillFileContent(), skillFile.Content),
97["SKILL.md"] = CreateSkillFileContent(),
126["SKILL.md"] = CreateSkillFileContent()
146await File.WriteAllTextAsync(skillPath, CreateSkillFileContent());
189await File.WriteAllTextAsync(Path.Combine(skillDirectory, "SKILL.md"), CreateSkillFileContent());
313["SKILL.md"] = CreateSkillFileContent(description: new string('a', 1025))
334await WriteSkillAsync(bundleDirectory, CommonAgentApplicators.AspireSkillName, CreateSkillFileContent());
397["SKILL.md"] = CreateSkillFileContent(name: CommonAgentApplicators.AspireifySkillName)
491new Dictionary<string, string> { ["SKILL.md"] = CreateSkillFileContent() },
510await File.WriteAllTextAsync(Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName, "SKILL.md"), CreateSkillFileContent());
558await File.WriteAllTextAsync(skillPath, CreateSkillFileContent());
639var skillContent = CreateSkillFileContent(CommonAgentApplicators.AspireifySkillName, AspireifySkillDescription, "# Aspireify");
685await File.WriteAllTextAsync(skillPath, CreateSkillFileContent());
731new Dictionary<string, string> { ["SKILL.md"] = CreateSkillFileContent() },
754new Dictionary<string, string> { ["SKILL.md"] = CreateSkillFileContent() },
777new Dictionary<string, string> { ["SKILL.md"] = CreateSkillFileContent() },
800new Dictionary<string, string> { ["SKILL.md"] = CreateSkillFileContent() });