skillfoxx 0.1.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 SkillFoxx
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.en.md ADDED
@@ -0,0 +1,61 @@
1
+ # skillfoxx
2
+
3
+ Installs skills, MCP servers and CLI tools from the [SkillFoxx](https://skillfoxx.ru) catalog into your agents with one command.
4
+
5
+ ```bash
6
+ npx skillfoxx add mcp/vv-mcp-server
7
+ ```
8
+
9
+ Requires Node.js 18.18 or newer.
10
+
11
+ ## Commands
12
+
13
+ | Command | What it does |
14
+ |---|---|
15
+ | `add <section>/<slug>` | installs a catalog entry into your agents |
16
+ | `remove <entry>` | removes what SkillFoxx installed |
17
+ | `update [entry]` | updates to the version SkillFoxx has rechecked |
18
+ | `list` | shows what is installed |
19
+ | `doctor` | checks installs: edited by hand, outdated, removed from the catalog |
20
+ | `search <query>` | searches the catalog |
21
+
22
+ Options: `--agent claude-code,cursor` (or `all`), `--project`, `--global`, `-y`/`--yes`, `--force`, `--dry-run`, `--json`, `--lang ru|en`.
23
+
24
+ ## Agents
25
+
26
+ Claude Code, Cursor, VS Code, Codex, Gemini CLI, Devin, Cline, Zoo Code, OpenCode, Zed, Goose, Amp, SourceCraft, Coddy.
27
+
28
+ Without `--agent` the CLI picks the agent it runs inside, otherwise every agent found on the machine.
29
+
30
+ ## What is checked before install
31
+
32
+ - The recipe is signed with the SkillFoxx key (Ed25519). Unsigned, forged or expired recipes are refused. Keys: https://skillfoxx.ru/.well-known/skillfoxx-recipe-keys.json
33
+ - Skill files come from GitHub at the pinned commit and are checked by the sha of every file and a combined digest.
34
+ - High risk entries install only after explicit consent. With `--yes` the reasons are printed to stderr.
35
+ - Entries with an open incident and entries removed from the catalog are refused.
36
+ - Recipes built automatically and not yet checked by hand come with a warning.
37
+
38
+ ## Configs and secrets
39
+
40
+ - The agent config is edited one key at a time: comments, indentation and other servers stay. A backup goes to `~/.skillfoxx/backups` before every edit.
41
+ - A key SkillFoxx did not install, or one edited by hand, is not replaced without `--force`.
42
+ - In a project a secret never goes into a file: the CLI writes an environment variable reference if the agent supports it, otherwise it prints instructions and suggests installing with `--global`.
43
+ - For the user scope the secret value goes into the agent config, the way the agents do it themselves. Lock files hold no values.
44
+
45
+ ## Lock files
46
+
47
+ `skillfoxx-lock.json` at the project root (worth committing) and `~/.skillfoxx/lock.json` for the user: entry, recipe hash, commit, agents, paths, dates. Override the user folder with `SKILLFOXX_HOME`.
48
+
49
+ ## Telemetry
50
+
51
+ After `add`, `remove` and `update` the CLI sends an anonymous event: entry, agent, event, CLI version, a CI flag and a random install id from `~/.skillfoxx/config.json`. Paths, variables and user names are never sent. Disable it with `DO_NOT_TRACK=1`, `DISABLE_TELEMETRY=1` or `SKILLFOXX_TELEMETRY=0`.
52
+
53
+ ## Exit codes
54
+
55
+ 0 success, 1 failure, 2 `doctor` found problems, 3 the entry was removed or is blocked, 4 no automatic install, 5 a risk question needs an answer, 64 argument error.
56
+
57
+ ## What the CLI does not do
58
+
59
+ It does not install arbitrary repositories outside the catalog, does not keep third party code at SkillFoxx and does not run commands from READMEs. Claude Code plugins are installed with the commands the CLI prints: it never runs them itself.
60
+
61
+ MIT license. Licenses of bundled packages: `dist/THIRD_PARTY_LICENSES.txt`.
package/README.md ADDED
@@ -0,0 +1,61 @@
1
+ # skillfoxx
2
+
3
+ Ставит скиллы, MCP-серверы и CLI-инструменты из каталога [SkillFoxx](https://skillfoxx.ru) в ваших агентов одной командой.
4
+
5
+ ```bash
6
+ npx skillfoxx add mcp/vv-mcp-server
7
+ ```
8
+
9
+ Нужен Node.js 18.18 или новее.
10
+
11
+ ## Команды
12
+
13
+ | Команда | Что делает |
14
+ |---|---|
15
+ | `add <раздел>/<slug>` | ставит запись каталога в агентов |
16
+ | `remove <запись>` | удаляет то, что поставил SkillFoxx |
17
+ | `update [запись]` | обновляет до версии, которую сверил SkillFoxx |
18
+ | `list` | показывает установленное |
19
+ | `doctor` | проверяет: изменено руками, устарело, снято из каталога |
20
+ | `search <запрос>` | ищет в каталоге |
21
+
22
+ Параметры: `--agent claude-code,cursor` (или `all`), `--project`, `--global`, `-y`/`--yes`, `--force`, `--dry-run`, `--json`, `--lang ru|en`.
23
+
24
+ ## Агенты
25
+
26
+ Claude Code, Cursor, VS Code, Codex, Gemini CLI, Devin, Cline, Zoo Code, OpenCode, Zed, Goose, Amp, SourceCraft, Coddy.
27
+
28
+ Без `--agent` CLI берет агента, внутри которого запущен, иначе все найденные на машине.
29
+
30
+ ## Что проверяется до установки
31
+
32
+ - Рецепт подписан ключом SkillFoxx (Ed25519). Неподписанный, подделанный или просроченный рецепт не принимается. Ключи: https://skillfoxx.ru/.well-known/skillfoxx-recipe-keys.json
33
+ - Файлы скилла берутся с GitHub на зафиксированном коммите и сверяются по sha каждого файла и общему отпечатку.
34
+ - Запись с высоким риском ставится только после явного согласия. С `--yes` причины печатаются в stderr.
35
+ - Запись с открытым инцидентом и снятая из каталога не ставятся.
36
+ - Рецепт, собранный автоматически и еще не проверенный вручную, помечается предупреждением.
37
+
38
+ ## Конфиги и секреты
39
+
40
+ - Конфиг агента правится по одному ключу: комментарии, отступы и чужие серверы остаются. Перед правкой делается резервная копия в `~/.skillfoxx/backups`.
41
+ - Ключ, который поставил не SkillFoxx или который изменили руками, без `--force` не заменяется.
42
+ - В проекте секрет не пишется в файл никогда: пишется ссылка на переменную окружения, если агент ее понимает, иначе печатается инструкция и совет поставить с `--global`.
43
+ - Для пользователя значение секрета пишется в конфиг агента, как это делают сами агенты. В lock-файле значений нет.
44
+
45
+ ## Lock-файлы
46
+
47
+ `skillfoxx-lock.json` в корне проекта (стоит коммитить) и `~/.skillfoxx/lock.json` для пользователя: запись, хеш рецепта, коммит, агенты, пути, даты. Папку пользователя можно переопределить переменной `SKILLFOXX_HOME`.
48
+
49
+ ## Телеметрия
50
+
51
+ После `add`, `remove` и `update` уходит анонимное событие: запись, агент, событие, версия CLI, признак CI и случайный идентификатор установки из `~/.skillfoxx/config.json`. Пути, переменные, имя пользователя не отправляются. Отключить: `DO_NOT_TRACK=1`, `DISABLE_TELEMETRY=1` или `SKILLFOXX_TELEMETRY=0`.
52
+
53
+ ## Коды выхода
54
+
55
+ 0 успех, 1 сбой, 2 `doctor` нашел проблемы, 3 запись снята или заблокирована, 4 автоматической установки нет, 5 нужен ответ на вопрос о риске, 64 ошибка аргументов.
56
+
57
+ ## Чего CLI не делает
58
+
59
+ Не ставит произвольные репозитории вне каталога, не хранит чужой код у SkillFoxx, не выполняет команды из README. Плагины Claude Code ставятся командами, которые CLI печатает: сам он их не запускает.
60
+
61
+ Лицензия MIT. Лицензии вшитых пакетов: `dist/THIRD_PARTY_LICENSES.txt`.
@@ -0,0 +1,96 @@
1
+ jsonc-parser@3.3.1 (MIT)
2
+
3
+ The MIT License (MIT)
4
+
5
+ Copyright (c) Microsoft
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
24
+
25
+ ---
26
+
27
+ smol-toml@1.9.0 (BSD-3-Clause)
28
+
29
+ Copyright (c) Squirrel Chat et al., All rights reserved.
30
+
31
+ Redistribution and use in source and binary forms, with or without
32
+ modification, are permitted provided that the following conditions are met:
33
+
34
+ 1. Redistributions of source code must retain the above copyright notice, this
35
+ list of conditions and the following disclaimer.
36
+ 2. Redistributions in binary form must reproduce the above copyright notice,
37
+ this list of conditions and the following disclaimer in the
38
+ documentation and/or other materials provided with the distribution.
39
+ 3. Neither the name of the copyright holder nor the names of its contributors
40
+ may be used to endorse or promote products derived from this software without
41
+ specific prior written permission.
42
+
43
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
44
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
45
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
46
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
47
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
48
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
49
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
50
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
51
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53
+
54
+ ---
55
+
56
+ yaml@2.9.1 (ISC)
57
+
58
+ Copyright Eemeli Aro <eemeli@gmail.com>
59
+
60
+ Permission to use, copy, modify, and/or distribute this software for any purpose
61
+ with or without fee is hereby granted, provided that the above copyright notice
62
+ and this permission notice appear in all copies.
63
+
64
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
65
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
66
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
67
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
68
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
69
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
70
+ THIS SOFTWARE.
71
+
72
+ ---
73
+
74
+ zod@4.6.5 (MIT)
75
+
76
+ MIT License
77
+
78
+ Copyright (c) 2025 Colin McDonnell
79
+
80
+ Permission is hereby granted, free of charge, to any person obtaining a copy
81
+ of this software and associated documentation files (the "Software"), to deal
82
+ in the Software without restriction, including without limitation the rights
83
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
84
+ copies of the Software, and to permit persons to whom the Software is
85
+ furnished to do so, subject to the following conditions:
86
+
87
+ The above copyright notice and this permission notice shall be included in all
88
+ copies or substantial portions of the Software.
89
+
90
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
91
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
92
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
93
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
94
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
95
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
96
+ SOFTWARE.