@pymodel/niblet 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 +191 -0
- package/README.md +105 -0
- package/assets/niblet-banner.svg +20 -0
- package/assets/niblet-mascot-working.svg +20 -0
- package/assets/niblet-mascot.svg +20 -0
- package/mcp.json +14 -0
- package/package.json +52 -0
- package/skill/niblet/LICENSE +191 -0
- package/skill/niblet/NOTICE +6 -0
- package/skill/niblet/SKILL.md +100 -0
- package/skill/niblet/agents/openai.yaml +8 -0
- package/skill/niblet/references/commands.md +121 -0
- package/skill/niblet/references/connection.md +116 -0
- package/skill/niblet/references/evidence.md +34 -0
- package/skill/niblet/references/native.md +28 -0
- package/src/index.mjs +27 -0
- package/src/server.mjs +345 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to the Licensor for inclusion in the Work by the copyright
|
|
52
|
+
owner or by an individual or Legal Entity authorized to submit on
|
|
53
|
+
behalf of the copyright owner. For the purposes of this definition,
|
|
54
|
+
"submitted" means any form of electronic, verbal, or written
|
|
55
|
+
communication sent to the Licensor or its representatives, including
|
|
56
|
+
but not limited to communication on electronic mailing lists, source
|
|
57
|
+
code control systems, and issue tracking systems that are managed by,
|
|
58
|
+
or on behalf of, the Licensor for the purpose of discussing and
|
|
59
|
+
improving the Work, but excluding communication that is conspicuously
|
|
60
|
+
marked or otherwise designated in writing by the copyright owner as
|
|
61
|
+
"Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
Copyright 2026 Mohamed Elkholy (elkaix) and PyModel
|
|
180
|
+
|
|
181
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
182
|
+
you may not use this file except in compliance with the License.
|
|
183
|
+
You may obtain a copy of the License at
|
|
184
|
+
|
|
185
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
186
|
+
|
|
187
|
+
Unless required by applicable law or agreed to in writing, software
|
|
188
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
189
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
190
|
+
See the License for the specific language governing permissions and
|
|
191
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="assets/niblet-banner.svg" alt="Niblet" width="100%">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">Niblet MCP</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<img src="assets/niblet-mascot.svg" alt="" width="96" height="96">
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
By <a href="https://github.com/elkaix">elkaix</a> for <a href="https://github.com/PyModel">PyModel</a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
An MCP server that gives a coding agent two things while it builds UI: real screen references from the [Niblet](https://niblet.com) catalogue, and a design skill that keeps the agent working from your product instead of a generic template.
|
|
16
|
+
|
|
17
|
+
The skill works on its own. The MCP server is optional, and needs a token.
|
|
18
|
+
|
|
19
|
+
## What you get
|
|
20
|
+
|
|
21
|
+
Two tools, matching the hosted service exactly:
|
|
22
|
+
|
|
23
|
+
| Tool | Use it for |
|
|
24
|
+
| --- | --- |
|
|
25
|
+
| `find_ui_references` | One concrete unresolved question about a layout, state, or interaction. Returns one to three real screens as inline images. |
|
|
26
|
+
| `find_ui_materials` | A named font, icon, or animated icon role your design system does not already cover. Returns the recorded license with each result. |
|
|
27
|
+
|
|
28
|
+
Plus `niblet://skill`, which serves the bundled design workflow and needs no token.
|
|
29
|
+
|
|
30
|
+
## Connect
|
|
31
|
+
|
|
32
|
+
You do not have to run this server. If your host speaks HTTP MCP, point it at the hosted endpoint and skip to [the skill](#the-skill):
|
|
33
|
+
|
|
34
|
+
```sh
|
|
35
|
+
claude mcp add --transport http niblet https://api.niblet.com/mcp \
|
|
36
|
+
--header "Authorization: Bearer $NIBLET_TOKEN"
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
To run it locally over stdio instead, add this to your host's MCP config. Node.js 24.15 or later is required; npx fetches the package on first launch.
|
|
40
|
+
|
|
41
|
+
```json
|
|
42
|
+
{
|
|
43
|
+
"mcpServers": {
|
|
44
|
+
"niblet": {
|
|
45
|
+
"command": "npx",
|
|
46
|
+
"args": ["-y", "@pymodel/niblet"],
|
|
47
|
+
"env": { "NIBLET_TOKEN": "<your Niblet API token>" }
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Or with the Claude Code CLI:
|
|
54
|
+
|
|
55
|
+
```sh
|
|
56
|
+
claude mcp add niblet --env NIBLET_TOKEN=$NIBLET_TOKEN -- npx -y @pymodel/niblet
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Saving the config does not register the server — check the tool list your host actually reports.
|
|
60
|
+
|
|
61
|
+
Get a token from [niblet.com/docs](https://niblet.com/docs). Keep it in `.env` or your host's environment; never in a committed file or a chat message.
|
|
62
|
+
|
|
63
|
+
`NIBLET_API_ORIGIN` and `NIBLET_MEDIA_ORIGIN` retarget the server at a local deployment. Leave them unset for production.
|
|
64
|
+
|
|
65
|
+
## The skill
|
|
66
|
+
|
|
67
|
+
<img src="assets/niblet-mascot-working.svg" alt="" width="72" height="72" align="right">
|
|
68
|
+
|
|
69
|
+
Install it straight from the repository:
|
|
70
|
+
|
|
71
|
+
```sh
|
|
72
|
+
npx skills add PyModel/niblet-skill-mcp --skill niblet -y
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
Or copy [skill/niblet](skill/niblet) into your host's skill directory yourself, keeping `references/`, `agents/`, `LICENSE`, and `NOTICE` alongside it:
|
|
76
|
+
|
|
77
|
+
```sh
|
|
78
|
+
cp -r skill/niblet ~/.claude/skills/niblet
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
Then ask for it by name:
|
|
82
|
+
|
|
83
|
+
> Use Niblet to design the checkout empty and error states.
|
|
84
|
+
> Run a niblet-skill review of the settings screen.
|
|
85
|
+
|
|
86
|
+
The [workflow](skill/niblet/SKILL.md) makes the agent establish the screen's job, primary action, hierarchy, existing tokens, real states, and acceptance criteria before it writes anything. It pulls references only when a specific question is still open, and it finishes by rendering the surface and exercising it. A green build is not a pass.
|
|
87
|
+
|
|
88
|
+
## Contributing
|
|
89
|
+
|
|
90
|
+
```sh
|
|
91
|
+
git clone https://github.com/PyModel/niblet-skill-mcp
|
|
92
|
+
cd niblet-skill-mcp
|
|
93
|
+
npm ci --ignore-scripts
|
|
94
|
+
cp .env.example .env # then put your token in NIBLET_TOKEN
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
`npm test` covers the tool contract and its failure boundaries. For anything touching startup or configuration, also connect a real MCP client and confirm the tool list and `niblet://skill`. For documentation, check that relative links resolve and that `npm pack --dry-run` still ships what you expect.
|
|
98
|
+
|
|
99
|
+
[AGENTS.md](AGENTS.md) has the details if you are pointing a coding agent at this repository.
|
|
100
|
+
|
|
101
|
+
## License
|
|
102
|
+
|
|
103
|
+
Apache-2.0, copyright 2026 Mohamed Elkholy (elkaix) and PyModel. See [LICENSE](LICENSE).
|
|
104
|
+
|
|
105
|
+
The skill carries the same licence; keep [skill/niblet/NOTICE](skill/niblet/NOTICE) with it wherever it is installed.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1500" height="500" viewBox="0 0 1500 500" role="img" aria-labelledby="nb-title nb-desc">
|
|
3
|
+
<title id="nb-title">Niblet wide profile banner</title><desc id="nb-desc">Editable native SVG artwork. No embedded raster images.</desc>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="nb-hat" x1="0" y1="0.65" x2="0.9" y2="0.15" gradientUnits="objectBoundingBox"><stop stop-color="#115999"/><stop offset="0.46" stop-color="#1796B1"/><stop offset="0.8" stop-color="#25CBBB"/><stop offset="1" stop-color="#89F3D8"/></linearGradient>
|
|
6
|
+
<linearGradient id="nb-hat-fold" x1="0" y1="0.2" x2="1" y2="0.8"><stop stop-color="#0C5E8D"/><stop offset="0.62" stop-color="#117B90"/><stop offset="1" stop-color="#00A59F"/></linearGradient>
|
|
7
|
+
<linearGradient id="nb-brim" x1="0" y1="1" x2="1" y2="0"><stop stop-color="#2278D3"/><stop offset="0.5" stop-color="#28AADA"/><stop offset="1" stop-color="#67EAD0"/></linearGradient>
|
|
8
|
+
<radialGradient id="nb-face" cx="45%" cy="35%" r="70%"><stop stop-color="#FFF1CF"/><stop offset="0.65" stop-color="#FFDFBA"/><stop offset="1" stop-color="#F4AF91"/></radialGradient>
|
|
9
|
+
<linearGradient id="nb-ear" x1="0" y1="0" x2="0.8" y2="1"><stop stop-color="#FFD7B5"/><stop offset="1" stop-color="#F2A185"/></linearGradient>
|
|
10
|
+
<linearGradient id="nb-ear-inner" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#E98072"/><stop offset="1" stop-color="#F6B797"/></linearGradient>
|
|
11
|
+
<radialGradient id="nb-orb" cx="30%" cy="23%" r="80%"><stop stop-color="#ABFFEC"/><stop offset="0.4" stop-color="#16D7C5"/><stop offset="1" stop-color="#078899"/></radialGradient>
|
|
12
|
+
<linearGradient id="nb-cloak" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#169EAF"/><stop offset="0.5" stop-color="#08718D"/><stop offset="1" stop-color="#0A344F"/></linearGradient>
|
|
13
|
+
<linearGradient id="nb-app" x1="0" y1="1" x2="0.9" y2="0"><stop stop-color="#7360FF"/><stop offset="0.44" stop-color="#2E8BFF"/><stop offset="1" stop-color="#08DBC2"/></linearGradient>
|
|
14
|
+
<linearGradient id="nb-magic" x1="0" y1="1" x2="1" y2="0"><stop stop-color="#8B5CF6"/><stop offset="0.55" stop-color="#2E8BFF"/><stop offset="1" stop-color="#00D1B2"/></linearGradient>
|
|
15
|
+
<linearGradient id="nb-soft" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#EEF5FF"/><stop offset="0.6" stop-color="#F7F4FF"/><stop offset="1" stop-color="#E8FAF8"/></linearGradient>
|
|
16
|
+
<linearGradient id="nb-dark-surface" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#142A42"/><stop offset="1" stop-color="#0A1628"/></linearGradient>
|
|
17
|
+
<radialGradient id="nb-halo"><stop stop-color="#A8EEE7" stop-opacity="0.55"/><stop offset="1" stop-color="#DFEFFE" stop-opacity="0"/></radialGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
<rect x="0" y="0" width="1500" height="500" rx="0" fill="#0A1628" /><circle cx="1130" cy="263" r="420" fill="url(#nb-halo)" /><g transform="translate(78 64) scale(0.77)" ><g transform="translate(-5 -8) scale(0.17)" ><g id="mascot-cloak"><path d="M170 359C187 378 220 389 255 388C288 389 322 378 343 360L349 400L310 426L299 464L268 454L239 466L218 454L186 459L183 423L153 401Z" fill="url(#nb-cloak)" /><path d="M169 382Q244 432 335 384L320 411Q242 447 177 407Z" fill="#084E67" /><path d="M188 427L238 445L212 453L188 449Z" fill="#20A9B1" /><path d="M268 426L288 460L264 449L242 460L244 441Z" fill="#0D405E" /></g><g id="mascot-ears"><path d="M153 282C126 264 98 251 59 248C65 285 91 320 127 334L161 316Z" fill="url(#nb-ear)" /><path d="M350 277C377 248 404 232 448 221C441 267 418 306 380 326L350 311Z" fill="url(#nb-ear)" /><path d="M137 292Q115 273 79 264Q94 295 132 314Z" fill="url(#nb-ear-inner)" /><path d="M371 285Q395 255 429 240Q417 281 382 307Z" fill="url(#nb-ear-inner)" /></g><g id="mascot-hood"><path d="M118 276C127 219 151 166 183 112C217 55 258 29 303 44C344 58 365 87 386 109C359 101 337 112 325 137C331 177 361 210 367 248C392 276 391 320 368 353C345 390 304 407 252 407C191 405 149 388 126 353C109 327 108 299 118 276Z" fill="url(#nb-hat)" /><path d="M183 113C216 65 253 35 295 52C250 57 222 100 217 139C207 178 225 207 234 228L136 260C143 216 160 166 183 113Z" fill="#72E5D4" opacity="0.18"/><path d="M284 59C328 61 358 89 384 109C358 100 337 113 325 138C325 167 348 203 359 228C319 209 292 170 282 129C275 98 277 77 284 59Z" fill="url(#nb-hat-fold)" /><path d="M179 117C205 75 234 52 263 47" fill="none" stroke="#C2FFF0" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.66"/><path d="M135 256C197 224 296 222 362 255" fill="none" stroke="#076E91" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" /></g><g id="mascot-face"><path d="M137 290C153 265 189 252 245 251C301 247 340 260 362 288L365 325C361 371 315 397 253 397C192 397 146 375 139 337Z" fill="url(#nb-face)" /></g><g id="mascot-hatband"><path d="M120 279C142 245 181 228 239 224C292 219 336 231 364 252L369 289C333 261 293 251 245 255C191 256 150 273 131 308Z" fill="url(#nb-brim)" /><path d="M136 276C166 248 207 238 251 236C295 235 330 245 351 260" fill="none" stroke="#A5FBE8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.65"/><path d="M225 254L242 268L257 252Z" fill="#19C6B8" /></g><g id="mascot-expression"><ellipse cx="203" cy="312" rx="12" ry="19" fill="#0A1628"/><ellipse cx="295" cy="312" rx="12" ry="19" fill="#0A1628"/><circle cx="200" cy="305" r="4.1" fill="#FFFFFF" /><circle cx="292" cy="305" r="4.1" fill="#FFFFFF" /><path d="M187 280Q199 271 211 279M285 278Q297 268 309 278" fill="none" stroke="#0A1628" stroke-width="4.5" stroke-linecap="round" stroke-linejoin="round" /><path d="M232 343Q252 362 274 340" fill="none" stroke="#0A1628" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round" /><ellipse cx="178" cy="343" rx="17" ry="10" fill="#F58E85" opacity="0.38"/><ellipse cx="321" cy="341" rx="17" ry="10" fill="#F58E85" opacity="0.38"/><path d="M250 322Q256 328 250 330" fill="none" stroke="#ECA58E" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /></g><g id="mascot-hat-orb"><path d="M382 108Q392 111 394 121" fill="none" stroke="#148E9D" stroke-width="7" stroke-linecap="round" stroke-linejoin="round" /><circle cx="395" cy="126" r="18" fill="url(#nb-orb)" /><path d="M385 117Q392 110 402 116" fill="none" stroke="#D1FFF5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.8"/></g></g><g fill="#FFFFFF" transform="translate(85 57) scale(0.0288086 -0.0288086)"><path d="M111 0H419V691C419 755 418 882 412 1038C496 887 572 758 615 690L1049 0H1374V1490H1067V753C1067 690 1068 567 1072 452C1013 559 949 672 914 728L435 1490H111Z" transform="translate(0 0)"/><path d="M104 0H399V1056H104ZM251 1189C348 1189 419 1256 419 1346C419 1436 348 1503 251 1503C154 1503 83 1436 83 1346C83 1256 154 1189 251 1189Z" transform="translate(1413.32 0)"/><path d="M709 -22C985 -22 1166 198 1166 529C1166 853 981 1078 711 1078C574 1078 468 1024 400 910H399V1490H104V0H395V162H396C457 39 570 -22 709 -22ZM633 218C484 218 385 340 385 529C385 717 484 840 633 840C776 840 869 727 869 529C869 331 776 218 633 218Z" transform="translate(1844.64 0)"/><path d="M399 1490H104V0H399Z" transform="translate(2996.96 0)"/><path d="M586 -24C842 -24 1046 122 1085 332H816C789 250 710 197 595 197C440 197 350 298 345 454H1096V533C1096 855 887 1080 576 1080C273 1080 58 849 58 527C58 206 266 -24 586 -24ZM347 642C363 774 450 856 582 856C715 856 803 774 818 642Z" transform="translate(3428.28 0)"/><path d="M711 1056H495V1344H200V1056H18V825H200V280C200 88 307 0 539 0H711V231H598C518 231 495 254 495 326V825H711Z" transform="translate(4506.6 0)"/></g><path d="M249.514296875 11C251.014296875 19.0 251.514296875 19.5 259.514296875 21C251.514296875 22.5 251.014296875 23.0 249.514296875 31C248.014296875 23.0 247.514296875 22.5 239.514296875 21C247.514296875 19.5 248.014296875 19.0 249.514296875 11Z" fill="url(#nb-magic)" /></g><text x="77" y="263" font-family="Inter, Arial, sans-serif" font-size="70" font-weight="750" fill="#FFFFFF" text-anchor="start" letter-spacing="-2" >Design anything.</text><text x="77" y="345" font-family="Inter, Arial, sans-serif" font-size="70" font-weight="750" fill="#75B7FF" text-anchor="start" letter-spacing="-2" >With a little magic.</text><text x="81" y="428" font-family="Inter, Arial, sans-serif" font-size="15" font-weight="550" fill="#B1C4DA" text-anchor="start" letter-spacing="1.2" >UI / ICONS / ILLUSTRATIONS / BRAND ASSETS</text><g transform="translate(985 7) scale(0.94)" ><g id="mascot-cloak--instance-2"><path d="M170 359C187 378 220 389 255 388C288 389 322 378 343 360L349 400L310 426L299 464L268 454L239 466L218 454L186 459L183 423L153 401Z" fill="url(#nb-cloak)" /><path d="M169 382Q244 432 335 384L320 411Q242 447 177 407Z" fill="#084E67" /><path d="M188 427L238 445L212 453L188 449Z" fill="#20A9B1" /><path d="M268 426L288 460L264 449L242 460L244 441Z" fill="#0D405E" /></g><g id="mascot-ears--instance-2"><path d="M153 282C126 264 98 251 59 248C65 285 91 320 127 334L161 316Z" fill="url(#nb-ear)" /><path d="M350 277C377 248 404 232 448 221C441 267 418 306 380 326L350 311Z" fill="url(#nb-ear)" /><path d="M137 292Q115 273 79 264Q94 295 132 314Z" fill="url(#nb-ear-inner)" /><path d="M371 285Q395 255 429 240Q417 281 382 307Z" fill="url(#nb-ear-inner)" /></g><g id="mascot-hood--instance-2"><path d="M118 276C127 219 151 166 183 112C217 55 258 29 303 44C344 58 365 87 386 109C359 101 337 112 325 137C331 177 361 210 367 248C392 276 391 320 368 353C345 390 304 407 252 407C191 405 149 388 126 353C109 327 108 299 118 276Z" fill="url(#nb-hat)" /><path d="M183 113C216 65 253 35 295 52C250 57 222 100 217 139C207 178 225 207 234 228L136 260C143 216 160 166 183 113Z" fill="#72E5D4" opacity="0.18"/><path d="M284 59C328 61 358 89 384 109C358 100 337 113 325 138C325 167 348 203 359 228C319 209 292 170 282 129C275 98 277 77 284 59Z" fill="url(#nb-hat-fold)" /><path d="M179 117C205 75 234 52 263 47" fill="none" stroke="#C2FFF0" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.66"/><path d="M135 256C197 224 296 222 362 255" fill="none" stroke="#076E91" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" /></g><g id="mascot-face--instance-2"><path d="M137 290C153 265 189 252 245 251C301 247 340 260 362 288L365 325C361 371 315 397 253 397C192 397 146 375 139 337Z" fill="url(#nb-face)" /></g><g id="mascot-hatband--instance-2"><path d="M120 279C142 245 181 228 239 224C292 219 336 231 364 252L369 289C333 261 293 251 245 255C191 256 150 273 131 308Z" fill="url(#nb-brim)" /><path d="M136 276C166 248 207 238 251 236C295 235 330 245 351 260" fill="none" stroke="#A5FBE8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.65"/><path d="M225 254L242 268L257 252Z" fill="#19C6B8" /></g><g id="mascot-expression--instance-2"><ellipse cx="203" cy="312" rx="12" ry="19" fill="#0A1628"/><ellipse cx="295" cy="312" rx="12" ry="19" fill="#0A1628"/><circle cx="200" cy="305" r="4.1" fill="#FFFFFF" /><circle cx="292" cy="305" r="4.1" fill="#FFFFFF" /><path d="M187 280Q199 271 211 279M285 278Q297 268 309 278" fill="none" stroke="#0A1628" stroke-width="4.5" stroke-linecap="round" stroke-linejoin="round" /><path d="M232 343Q252 362 274 340" fill="none" stroke="#0A1628" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round" /><ellipse cx="178" cy="343" rx="17" ry="10" fill="#F58E85" opacity="0.38"/><ellipse cx="321" cy="341" rx="17" ry="10" fill="#F58E85" opacity="0.38"/><path d="M250 322Q256 328 250 330" fill="none" stroke="#ECA58E" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /></g><g id="mascot-hat-orb--instance-2"><path d="M382 108Q392 111 394 121" fill="none" stroke="#148E9D" stroke-width="7" stroke-linecap="round" stroke-linejoin="round" /><circle cx="395" cy="126" r="18" fill="url(#nb-orb)" /><path d="M385 117Q392 110 402 116" fill="none" stroke="#D1FFF5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.8"/></g><g id="mascot-magic"><path d="M85 165C87.1 176.2 87.8 176.9 99 179C87.8 181.1 87.1 181.8 85 193C82.9 181.8 82.2 181.1 71 179C82.2 176.9 82.9 176.2 85 165Z" fill="#F4B400" /><path d="M431 343C433.55 356.6 434.4 357.45 448 360C434.4 362.55 433.55 363.4 431 377C428.45 363.4 427.6 362.55 414 360C427.6 357.45 428.45 356.6 431 343Z" fill="#2E8BFF" /><path d="M390 188C391.2 194.4 391.6 194.8 398 196C391.6 197.2 391.2 197.6 390 204C388.8 197.6 388.4 197.2 382 196C388.4 194.8 388.8 194.4 390 188Z" fill="#00D1B2" /><circle cx="94" cy="380" r="3.5" fill="#00D1B2" /></g></g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" role="img" aria-labelledby="nb-title nb-desc">
|
|
3
|
+
<title id="nb-title">Niblet elf wizard mascot: happy coding</title><desc id="nb-desc">Editable native SVG artwork. No embedded raster images.</desc>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="nb-hat" x1="0" y1="0.65" x2="0.9" y2="0.15" gradientUnits="objectBoundingBox"><stop stop-color="#115999"/><stop offset="0.46" stop-color="#1796B1"/><stop offset="0.8" stop-color="#25CBBB"/><stop offset="1" stop-color="#89F3D8"/></linearGradient>
|
|
6
|
+
<linearGradient id="nb-hat-fold" x1="0" y1="0.2" x2="1" y2="0.8"><stop stop-color="#0C5E8D"/><stop offset="0.62" stop-color="#117B90"/><stop offset="1" stop-color="#00A59F"/></linearGradient>
|
|
7
|
+
<linearGradient id="nb-brim" x1="0" y1="1" x2="1" y2="0"><stop stop-color="#2278D3"/><stop offset="0.5" stop-color="#28AADA"/><stop offset="1" stop-color="#67EAD0"/></linearGradient>
|
|
8
|
+
<radialGradient id="nb-face" cx="45%" cy="35%" r="70%"><stop stop-color="#FFF1CF"/><stop offset="0.65" stop-color="#FFDFBA"/><stop offset="1" stop-color="#F4AF91"/></radialGradient>
|
|
9
|
+
<linearGradient id="nb-ear" x1="0" y1="0" x2="0.8" y2="1"><stop stop-color="#FFD7B5"/><stop offset="1" stop-color="#F2A185"/></linearGradient>
|
|
10
|
+
<linearGradient id="nb-ear-inner" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#E98072"/><stop offset="1" stop-color="#F6B797"/></linearGradient>
|
|
11
|
+
<radialGradient id="nb-orb" cx="30%" cy="23%" r="80%"><stop stop-color="#ABFFEC"/><stop offset="0.4" stop-color="#16D7C5"/><stop offset="1" stop-color="#078899"/></radialGradient>
|
|
12
|
+
<linearGradient id="nb-cloak" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#169EAF"/><stop offset="0.5" stop-color="#08718D"/><stop offset="1" stop-color="#0A344F"/></linearGradient>
|
|
13
|
+
<linearGradient id="nb-app" x1="0" y1="1" x2="0.9" y2="0"><stop stop-color="#7360FF"/><stop offset="0.44" stop-color="#2E8BFF"/><stop offset="1" stop-color="#08DBC2"/></linearGradient>
|
|
14
|
+
<linearGradient id="nb-magic" x1="0" y1="1" x2="1" y2="0"><stop stop-color="#8B5CF6"/><stop offset="0.55" stop-color="#2E8BFF"/><stop offset="1" stop-color="#00D1B2"/></linearGradient>
|
|
15
|
+
<linearGradient id="nb-soft" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#EEF5FF"/><stop offset="0.6" stop-color="#F7F4FF"/><stop offset="1" stop-color="#E8FAF8"/></linearGradient>
|
|
16
|
+
<linearGradient id="nb-dark-surface" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#142A42"/><stop offset="1" stop-color="#0A1628"/></linearGradient>
|
|
17
|
+
<radialGradient id="nb-halo"><stop stop-color="#A8EEE7" stop-opacity="0.55"/><stop offset="1" stop-color="#DFEFFE" stop-opacity="0"/></radialGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
<g id="mascot-cloak"><path d="M170 359C187 378 220 389 255 388C288 389 322 378 343 360L349 400L310 426L299 464L268 454L239 466L218 454L186 459L183 423L153 401Z" fill="url(#nb-cloak)" /><path d="M169 382Q244 432 335 384L320 411Q242 447 177 407Z" fill="#084E67" /><path d="M188 427L238 445L212 453L188 449Z" fill="#20A9B1" /><path d="M268 426L288 460L264 449L242 460L244 441Z" fill="#0D405E" /></g><g id="mascot-ears"><path d="M153 282C126 264 98 251 59 248C65 285 91 320 127 334L161 316Z" fill="url(#nb-ear)" /><path d="M350 277C377 248 404 232 448 221C441 267 418 306 380 326L350 311Z" fill="url(#nb-ear)" /><path d="M137 292Q115 273 79 264Q94 295 132 314Z" fill="url(#nb-ear-inner)" /><path d="M371 285Q395 255 429 240Q417 281 382 307Z" fill="url(#nb-ear-inner)" /></g><g id="mascot-hood"><path d="M118 276C127 219 151 166 183 112C217 55 258 29 303 44C344 58 365 87 386 109C359 101 337 112 325 137C331 177 361 210 367 248C392 276 391 320 368 353C345 390 304 407 252 407C191 405 149 388 126 353C109 327 108 299 118 276Z" fill="url(#nb-hat)" /><path d="M183 113C216 65 253 35 295 52C250 57 222 100 217 139C207 178 225 207 234 228L136 260C143 216 160 166 183 113Z" fill="#72E5D4" opacity="0.18"/><path d="M284 59C328 61 358 89 384 109C358 100 337 113 325 138C325 167 348 203 359 228C319 209 292 170 282 129C275 98 277 77 284 59Z" fill="url(#nb-hat-fold)" /><path d="M179 117C205 75 234 52 263 47" fill="none" stroke="#C2FFF0" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.66"/><path d="M135 256C197 224 296 222 362 255" fill="none" stroke="#076E91" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" /></g><g id="mascot-face"><path d="M137 290C153 265 189 252 245 251C301 247 340 260 362 288L365 325C361 371 315 397 253 397C192 397 146 375 139 337Z" fill="url(#nb-face)" /></g><g id="mascot-hatband"><path d="M120 279C142 245 181 228 239 224C292 219 336 231 364 252L369 289C333 261 293 251 245 255C191 256 150 273 131 308Z" fill="url(#nb-brim)" /><path d="M136 276C166 248 207 238 251 236C295 235 330 245 351 260" fill="none" stroke="#A5FBE8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.65"/><path d="M225 254L242 268L257 252Z" fill="#19C6B8" /></g><g id="mascot-expression"><ellipse cx="203" cy="312" rx="12" ry="19" fill="#0A1628"/><ellipse cx="295" cy="312" rx="12" ry="19" fill="#0A1628"/><circle cx="200" cy="305" r="4.1" fill="#FFFFFF" /><circle cx="292" cy="305" r="4.1" fill="#FFFFFF" /><path d="M187 280Q199 271 211 279M285 278Q297 268 309 278" fill="none" stroke="#0A1628" stroke-width="4.5" stroke-linecap="round" stroke-linejoin="round" /><path d="M232 343Q252 362 274 340" fill="none" stroke="#0A1628" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round" /><ellipse cx="178" cy="343" rx="17" ry="10" fill="#F58E85" opacity="0.38"/><ellipse cx="321" cy="341" rx="17" ry="10" fill="#F58E85" opacity="0.38"/><path d="M250 322Q256 328 250 330" fill="none" stroke="#ECA58E" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /></g><g id="mascot-hat-orb"><path d="M382 108Q392 111 394 121" fill="none" stroke="#148E9D" stroke-width="7" stroke-linecap="round" stroke-linejoin="round" /><circle cx="395" cy="126" r="18" fill="url(#nb-orb)" /><path d="M385 117Q392 110 402 116" fill="none" stroke="#D1FFF5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.8"/></g><g id="mascot-magic"><rect x="163" y="397" width="187" height="95" rx="12" fill="#132C46" /><rect x="174" y="408" width="165" height="67" rx="5" fill="#24516B" /><path d="M257 426C259.4 438.8 260.2 439.6 273 442C260.2 444.4 259.4 445.2 257 458C254.6 445.2 253.8 444.4 241 442C253.8 439.6 254.6 438.8 257 426Z" fill="#00D1B2" /><path d="M147 486H363L350 498H162Z" fill="#244C64" /></g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" role="img" aria-labelledby="nb-title nb-desc">
|
|
3
|
+
<title id="nb-title">Niblet elf wizard mascot: happy</title><desc id="nb-desc">Editable native SVG artwork. No embedded raster images.</desc>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="nb-hat" x1="0" y1="0.65" x2="0.9" y2="0.15" gradientUnits="objectBoundingBox"><stop stop-color="#115999"/><stop offset="0.46" stop-color="#1796B1"/><stop offset="0.8" stop-color="#25CBBB"/><stop offset="1" stop-color="#89F3D8"/></linearGradient>
|
|
6
|
+
<linearGradient id="nb-hat-fold" x1="0" y1="0.2" x2="1" y2="0.8"><stop stop-color="#0C5E8D"/><stop offset="0.62" stop-color="#117B90"/><stop offset="1" stop-color="#00A59F"/></linearGradient>
|
|
7
|
+
<linearGradient id="nb-brim" x1="0" y1="1" x2="1" y2="0"><stop stop-color="#2278D3"/><stop offset="0.5" stop-color="#28AADA"/><stop offset="1" stop-color="#67EAD0"/></linearGradient>
|
|
8
|
+
<radialGradient id="nb-face" cx="45%" cy="35%" r="70%"><stop stop-color="#FFF1CF"/><stop offset="0.65" stop-color="#FFDFBA"/><stop offset="1" stop-color="#F4AF91"/></radialGradient>
|
|
9
|
+
<linearGradient id="nb-ear" x1="0" y1="0" x2="0.8" y2="1"><stop stop-color="#FFD7B5"/><stop offset="1" stop-color="#F2A185"/></linearGradient>
|
|
10
|
+
<linearGradient id="nb-ear-inner" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#E98072"/><stop offset="1" stop-color="#F6B797"/></linearGradient>
|
|
11
|
+
<radialGradient id="nb-orb" cx="30%" cy="23%" r="80%"><stop stop-color="#ABFFEC"/><stop offset="0.4" stop-color="#16D7C5"/><stop offset="1" stop-color="#078899"/></radialGradient>
|
|
12
|
+
<linearGradient id="nb-cloak" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#169EAF"/><stop offset="0.5" stop-color="#08718D"/><stop offset="1" stop-color="#0A344F"/></linearGradient>
|
|
13
|
+
<linearGradient id="nb-app" x1="0" y1="1" x2="0.9" y2="0"><stop stop-color="#7360FF"/><stop offset="0.44" stop-color="#2E8BFF"/><stop offset="1" stop-color="#08DBC2"/></linearGradient>
|
|
14
|
+
<linearGradient id="nb-magic" x1="0" y1="1" x2="1" y2="0"><stop stop-color="#8B5CF6"/><stop offset="0.55" stop-color="#2E8BFF"/><stop offset="1" stop-color="#00D1B2"/></linearGradient>
|
|
15
|
+
<linearGradient id="nb-soft" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#EEF5FF"/><stop offset="0.6" stop-color="#F7F4FF"/><stop offset="1" stop-color="#E8FAF8"/></linearGradient>
|
|
16
|
+
<linearGradient id="nb-dark-surface" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#142A42"/><stop offset="1" stop-color="#0A1628"/></linearGradient>
|
|
17
|
+
<radialGradient id="nb-halo"><stop stop-color="#A8EEE7" stop-opacity="0.55"/><stop offset="1" stop-color="#DFEFFE" stop-opacity="0"/></radialGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
<g id="mascot-cloak"><path d="M170 359C187 378 220 389 255 388C288 389 322 378 343 360L349 400L310 426L299 464L268 454L239 466L218 454L186 459L183 423L153 401Z" fill="url(#nb-cloak)" /><path d="M169 382Q244 432 335 384L320 411Q242 447 177 407Z" fill="#084E67" /><path d="M188 427L238 445L212 453L188 449Z" fill="#20A9B1" /><path d="M268 426L288 460L264 449L242 460L244 441Z" fill="#0D405E" /></g><g id="mascot-ears"><path d="M153 282C126 264 98 251 59 248C65 285 91 320 127 334L161 316Z" fill="url(#nb-ear)" /><path d="M350 277C377 248 404 232 448 221C441 267 418 306 380 326L350 311Z" fill="url(#nb-ear)" /><path d="M137 292Q115 273 79 264Q94 295 132 314Z" fill="url(#nb-ear-inner)" /><path d="M371 285Q395 255 429 240Q417 281 382 307Z" fill="url(#nb-ear-inner)" /></g><g id="mascot-hood"><path d="M118 276C127 219 151 166 183 112C217 55 258 29 303 44C344 58 365 87 386 109C359 101 337 112 325 137C331 177 361 210 367 248C392 276 391 320 368 353C345 390 304 407 252 407C191 405 149 388 126 353C109 327 108 299 118 276Z" fill="url(#nb-hat)" /><path d="M183 113C216 65 253 35 295 52C250 57 222 100 217 139C207 178 225 207 234 228L136 260C143 216 160 166 183 113Z" fill="#72E5D4" opacity="0.18"/><path d="M284 59C328 61 358 89 384 109C358 100 337 113 325 138C325 167 348 203 359 228C319 209 292 170 282 129C275 98 277 77 284 59Z" fill="url(#nb-hat-fold)" /><path d="M179 117C205 75 234 52 263 47" fill="none" stroke="#C2FFF0" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.66"/><path d="M135 256C197 224 296 222 362 255" fill="none" stroke="#076E91" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" /></g><g id="mascot-face"><path d="M137 290C153 265 189 252 245 251C301 247 340 260 362 288L365 325C361 371 315 397 253 397C192 397 146 375 139 337Z" fill="url(#nb-face)" /></g><g id="mascot-hatband"><path d="M120 279C142 245 181 228 239 224C292 219 336 231 364 252L369 289C333 261 293 251 245 255C191 256 150 273 131 308Z" fill="url(#nb-brim)" /><path d="M136 276C166 248 207 238 251 236C295 235 330 245 351 260" fill="none" stroke="#A5FBE8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.65"/><path d="M225 254L242 268L257 252Z" fill="#19C6B8" /></g><g id="mascot-expression"><ellipse cx="203" cy="312" rx="12" ry="19" fill="#0A1628"/><ellipse cx="295" cy="312" rx="12" ry="19" fill="#0A1628"/><circle cx="200" cy="305" r="4.1" fill="#FFFFFF" /><circle cx="292" cy="305" r="4.1" fill="#FFFFFF" /><path d="M187 280Q199 271 211 279M285 278Q297 268 309 278" fill="none" stroke="#0A1628" stroke-width="4.5" stroke-linecap="round" stroke-linejoin="round" /><path d="M232 343Q252 362 274 340" fill="none" stroke="#0A1628" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round" /><ellipse cx="178" cy="343" rx="17" ry="10" fill="#F58E85" opacity="0.38"/><ellipse cx="321" cy="341" rx="17" ry="10" fill="#F58E85" opacity="0.38"/><path d="M250 322Q256 328 250 330" fill="none" stroke="#ECA58E" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /></g><g id="mascot-hat-orb"><path d="M382 108Q392 111 394 121" fill="none" stroke="#148E9D" stroke-width="7" stroke-linecap="round" stroke-linejoin="round" /><circle cx="395" cy="126" r="18" fill="url(#nb-orb)" /><path d="M385 117Q392 110 402 116" fill="none" stroke="#D1FFF5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.8"/></g><g id="mascot-magic"><path d="M85 165C87.1 176.2 87.8 176.9 99 179C87.8 181.1 87.1 181.8 85 193C82.9 181.8 82.2 181.1 71 179C82.2 176.9 82.9 176.2 85 165Z" fill="#F4B400" /><path d="M431 343C433.55 356.6 434.4 357.45 448 360C434.4 362.55 433.55 363.4 431 377C428.45 363.4 427.6 362.55 414 360C427.6 357.45 428.45 356.6 431 343Z" fill="#2E8BFF" /><path d="M390 188C391.2 194.4 391.6 194.8 398 196C391.6 197.2 391.2 197.6 390 204C388.8 197.6 388.4 197.2 382 196C388.4 194.8 388.8 194.4 390 188Z" fill="#00D1B2" /><circle cx="94" cy="380" r="3.5" fill="#00D1B2" /></g>
|
|
20
|
+
</svg>
|
package/mcp.json
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@pymodel/niblet",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Niblet MCP server and design skill: real UI screen references for coding agents",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"mcp",
|
|
7
|
+
"model-context-protocol",
|
|
8
|
+
"ui-design",
|
|
9
|
+
"design-system",
|
|
10
|
+
"agent-skill",
|
|
11
|
+
"niblet"
|
|
12
|
+
],
|
|
13
|
+
"homepage": "https://github.com/PyModel/niblet-skill-mcp",
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/PyModel/niblet-skill-mcp.git"
|
|
17
|
+
},
|
|
18
|
+
"bugs": {
|
|
19
|
+
"url": "https://github.com/PyModel/niblet-skill-mcp/issues"
|
|
20
|
+
},
|
|
21
|
+
"license": "Apache-2.0",
|
|
22
|
+
"author": "Mohamed Elkholy (elkaix) <melkholy@techmatrix.com> (https://github.com/elkaix)",
|
|
23
|
+
"contributors": [
|
|
24
|
+
"PyModel (https://github.com/PyModel)"
|
|
25
|
+
],
|
|
26
|
+
"type": "module",
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=24.15.0"
|
|
29
|
+
},
|
|
30
|
+
"bin": {
|
|
31
|
+
"niblet-mcp": "src/index.mjs"
|
|
32
|
+
},
|
|
33
|
+
"files": [
|
|
34
|
+
"src",
|
|
35
|
+
"skill",
|
|
36
|
+
"assets",
|
|
37
|
+
"mcp.json",
|
|
38
|
+
"LICENSE",
|
|
39
|
+
"README.md"
|
|
40
|
+
],
|
|
41
|
+
"publishConfig": {
|
|
42
|
+
"access": "public"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"start": "node src/index.mjs",
|
|
46
|
+
"test": "node --test test/*.test.mjs"
|
|
47
|
+
},
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@modelcontextprotocol/sdk": "1.30.0",
|
|
50
|
+
"zod": "3.25.76"
|
|
51
|
+
}
|
|
52
|
+
}
|