Core domain models and metadata types for the Agent Skills open standard.
$ dotnet add package AgentSkillsA .NET implementation of the Agent Skills open standard by Anthropic.
AgentSkills.NET enables .NET-based AI agents to discover, load, and execute skills defined in a standardized format. It provides:
SKILL.md files with frontmatter and instructions# Coming soon - NuGet packages will be available after initial release
dotnet add package AgentSkills
// Coming soon - walking skeleton sample
// scan → metadata → validate → render list → activate skill → render instructions
🚧 Early Development - This project is in active development. APIs may change.
├── src/ # Core library source code
│ ├── AgentSkills/ # Core domain models
│ ├── AgentSkills.Loader/ # Skill loading
│ ├── AgentSkills.Validation/ # Validation rules
│ └── AgentSkills.Prompts/ # Prompt rendering
├── tests/ # Test projects
├── samples/ # Sample applications
├── docs/ # Documentation
├── fixtures/ # Test fixtures and samples
└── .github/workflows/ # CI/CD automation
# Restore dependencies
dotnet restore
# Build all projects
dotnet build
# Run tests
dotnet test
Contributions are welcome! Please read our Contributing Guide before submitting PRs.
Key points:
See docs/project_brief.md for details.
This project is licensed under the MIT License - see the LICENSE file for details.