TimeWarp.Skills
1.0.0-beta.23
Prefix Reserved
This is a prerelease version of TimeWarp.Skills.
dotnet tool install --global TimeWarp.Skills --version 1.0.0-beta.23
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local TimeWarp.Skills --version 1.0.0-beta.23
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=TimeWarp.Skills&version=1.0.0-beta.23&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package TimeWarp.Skills --version 1.0.0-beta.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TimeWarp.Skills
CLI for managing agent skill sources and syncing them into harness skill directories
(OpenCode, Claude, Grok, and other tools that load skills from a skills/ folder).
Install
# Ephemeral (like npx)
dnx TimeWarp.Skills -- list
# Global tool
dotnet tool install -g TimeWarp.Skills
skills list
Config home
| Path | |
|---|---|
| Skills home (default) | ~/.timewarp/skills/ |
| Config file | ~/.timewarp/skills/config.json |
| HTTP stage cache | ~/.timewarp/skills/cache/skill-sources/ |
| Override | SKILLS_HOME environment variable |
Config holds skill sources and distribution targets only.
Quick start
# Add a skill from a local path (folder containing SKILL.md)
skills add my-skill ~/projects/my-repo/skills/my-skill
# Or from a GitHub tree URL
skills add blazor-css \
https://github.com/TimeWarpEngineering/timewarp-architecture/tree/master/skills/blazor-css-strategy
# Configure where skills are written (harness config dir → <dir>/skills/)
skills target add opencode --env OPENCODE_CONFIG_DIR
# or
skills target add claude --path ~/.claude
# Sync sources into all enabled targets
skills sync
# Inspect
skills list
skills targets
skills audit
Commands
| Command | Description |
|---|---|
skills add <name> <source> |
Register a source (path or GitHub tree URL) |
skills list |
List configured sources |
skills remove <name> |
Remove a source and prune managed copies |
skills sync |
Copy sources into all enabled targets |
skills audit |
Report drift (missing / stale / orphaned) |
skills target add\|remove\|enable\|disable |
Manage distribution targets |
skills targets |
List targets and resolution status |
Source locators
- Local path — absolute,
~/…, or an existing relative directory that containsSKILL.md - GitHub tree URL —
https://github.com/<owner>/<repo>/tree/<ref>/<path-to-skill>
License
Unlicense — public domain.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-beta.23 | 54 | 8/13/2026 |
| 1.0.0-beta.22 | 77 | 7/20/2026 |