Angri450.Nong.Skill.Manager
3.0.2
dotnet tool install --global Angri450.Nong.Skill.Manager --version 3.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Angri450.Nong.Skill.Manager --version 3.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Angri450.Nong.Skill.Manager&version=3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Angri450.Nong.Skill.Manager --version 3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Angri450.Nong.Skill.Manager
CLI tool for managing Claude Code skills. Validate, scan, package, evaluate, and scaffold skills.
Supported Platforms
.NET 8.0 and above (net8.0, net9.0, net10.0, net11.0). Windows, macOS, Linux.
Install
dotnet tool install -g Angri450.Nong.Skill.Manager
Commands
# Validate SKILL.md format and structure
skill-manager validate ./my-skill/
# Security scan — check for common vulnerabilities
skill-manager scan ./my-skill/
# Package skill as distributable .zip
skill-manager package ./my-skill/
# Blind evaluation — run eval suite
skill-manager eval ./my-skill/
# Scaffold a new skill from template
skill-manager scaffold my-new-skill
# List all files in a skill directory
skill-manager inventory ./my-skill/
Quick Start
# Create a new skill
skill-manager scaffold hello-world
cd hello-world
# Edit SKILL.md, add your code
# Validate
skill-manager validate .
# Package for distribution
skill-manager package .
Dependencies
YamlDotNet— YAML parsing for SKILL.md frontmatter
API Reference
| Command | Description |
|---|---|
validate <dir> |
Check SKILL.md structure, required fields, reference integrity |
scan <dir> |
Security analysis: dependency checks, injection risks, permission audit |
package <dir> |
Bundle skill into .zip with manifest |
eval <dir> |
Run blind evaluation suite, output score report |
scaffold <name> |
Generate new skill from template with proper structure |
inventory <dir> |
List all files with sizes and types |
Source
https://github.com/angri450/Nong.NET — Issues and PRs welcome.
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.