Skip to content

Commit 2c1ccf6

Browse files
committed
Move skill to top-level skills folder
Allows future added skills, better alignment with spec
1 parent 893e770 commit 2c1ccf6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SKILL.md renamed to skills/go-sharp/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ license: MIT
88

99
`go#` runs `.cs` files like scripts with the full .NET SDK (packages, multi-file composition, AOT publish). It optimizes `dotnet publish` / `dotnet run` with smart up-to-date checks across every C# input (including `#:include` and `#:ref`, transitively).
1010

11+
> go# == dnx go
12+
1113
**Always invoke via `dnx go`.** Do not use shebangs or direct `./app.cs` execution.
1214

1315
| Phase | Command | Behavior |

0 commit comments

Comments
 (0)