Monoskill
Compile distributed agent skills into one provenance-aware router skill
npx -y skills add statechange/monoskill --skill monoskillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use the Monoskill CLI when explicitly asked to package or deploy a repository of agent skills as one provenance-aware router, or check or update Monoskill output. Do not trigger for general skill authoring or installing individual skills.
SKILL.md
1.5 KB, as published. Nobody here has run it
Monoskill
Turn many upstream skills into one compact router skill. Preserve every upstream skill tree under references/ and use provenance.json to detect and apply source drift.
Workflow
- Read references/cli.md before choosing or running a command.
- Prefer
add --dry-run --jsonto resolve the source and preview every deployment target without writing to a harness. - Inspect the source and destination. Never replace an existing build directory, archive, or installation unless the user explicitly authorized that exact target.
- Run the chosen command through the exact public-registry
npxinvocation in the reference, or an already-installedmonoskillexecutable of the same version. Use machine-readable output when available. - Verify the result, not just the exit code: inspect
SKILL.md,agents/openai.yaml,provenance.json, and a representative bundled reference or archive entry. - Run
checkafter deployment and report detected drift. Useupdateonly when the user has authorized replacing the installed output.
Keep the distinction clear: Monoskill compiles a repository of skills into one routed skill. It does not select or install individual upstream skills.