| Age | Commit message (Collapse) | Author |
|
Add one-liner on what Nostr is (decentralised signed-event protocol).
Note that grasp servers auto-create git repos when listed in ngit init
announcement events, requiring no prior setup unlike traditional servers.
|
|
Explain the two-layer model: git state (refs) on Nostr relays,
git data (objects) on git servers, and how grasp servers combine
both. Covers decentralisation and ease of switching providers.
|
|
Rewrite for conciseness: collapse concept sections to command
references, remove prose explanations Claude already knows,
merge workflows into inline examples, drop redundant comments.
|
|
- rewrite description in third person
- add machine-readable output section with --json guidance
- add grep pattern for is_nostr_repo check (no jq dependency)
- remove duplicate auth section, point to CONCEPT 5
- add verification steps to workflows
|
|
Adds SKILL.md under skills/ngit/ following the agentskills.io spec and
skills.sh distribution convention. Users can install globally with:
npx skills add DanConwayDev/ngit -g
|