Local skill sample
A tool that mirrors agent skills from GitHub or local directories into your agent folders, driven by a conduit.json manifest.
npx -y skills add MoaidHathot/Zakira.Conduit --skill local-skill-sampleAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 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.
SKILL.md
0.8 KB, 185 tokens by cl100k_base, as published. Nobody here has run it
Sample local skill
This directory is referenced by ../conduit.json as a type: "local" source.
It exists to make the sample manifest runnable as-is: after conduit sync
points at example/conduit.json, the contents of this folder will be mirrored
into each configured target as <target>/local-skill-sample/.
Real skills typically include:
- A
SKILL.md(this file, but with the actual skill prompt / instructions). - Supporting data files in adjacent folders (see
./data/). - Anything else your agent needs to read at runtime.
Edit any of these files and re-run conduit sync to see the updated content
propagate to every target. Files that you delete locally will also disappear
from each target on the next sync \u2014 the per-entry sub-directory is
mirrored as a whole.
What ships with it: 1 file
156 B alongside SKILL.md
data/
- rules.json156 B