nanocorp 0.1.4 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@ npm i -g nanocorp
|
|
|
13
13
|
Then:
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
+
nanocorp signup # create an account (opens the sign-up screen; falls back to a device code)
|
|
16
17
|
nanocorp login # sign in (opens your browser; falls back to a device code)
|
|
17
18
|
nanocorp init --name acme --one-liner "AI for vets" # create + clone a company
|
|
18
19
|
nanocorp --help
|
|
@@ -33,15 +34,17 @@ npm reports a clean `EBADPLATFORM` there.
|
|
|
33
34
|
|
|
34
35
|
## Agent skills
|
|
35
36
|
|
|
36
|
-
The CLI bundles a set of `nanocorp-*` agent skills (
|
|
37
|
-
files) that teach a coding agent how to drive each primitive. On install
|
|
38
|
-
written into the
|
|
39
|
-
`~/.
|
|
40
|
-
|
|
37
|
+
The CLI bundles a set of `nanocorp-*` agent skills ([Agent Skills](https://agentskills.io)
|
|
38
|
+
`SKILL.md` files) that teach a coding agent how to drive each primitive. On install
|
|
39
|
+
they are written into the skill directories of any supported coding agent you
|
|
40
|
+
already have — Claude Code (`~/.claude/skills/`), Codex (`~/.codex/skills/`),
|
|
41
|
+
Cursor (`~/.cursor/skills/`), Gemini CLI (`~/.gemini/skills/`), GitHub Copilot
|
|
42
|
+
(`~/.copilot/skills/`), and the vendor-neutral `~/.agents/skills/`. Directories
|
|
43
|
+
that do not exist are left untouched, so a non-agent setup is unaffected.
|
|
41
44
|
|
|
42
45
|
```sh
|
|
43
46
|
nanocorp skills list # show the bundled skills
|
|
44
|
-
nanocorp skills install # (re)install them into
|
|
47
|
+
nanocorp skills install # (re)install them into every supported agent you have
|
|
45
48
|
```
|
|
46
49
|
|
|
47
50
|
Set `NANOCORP_NO_AGENT_SKILLS=1` to opt out of the automatic install.
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|