gin-skills 1.0.6 → 1.0.8
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/landing/index.html +38 -38
- package/package.json +4 -4
package/landing/index.html
CHANGED
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
<div class="container">
|
|
690
690
|
<div class="hero-badge fade-up">
|
|
691
691
|
<span class="dot"></span>
|
|
692
|
-
<!-- AUTO:BADGE -->v1.0.
|
|
692
|
+
<!-- AUTO:BADGE -->v1.0.7 — 17 Skills · 6 Agents<!-- /AUTO:BADGE -->
|
|
693
693
|
</div>
|
|
694
694
|
<h1 class="fade-up"><span>Supercharge</span> Claude Code<br>with One Command</h1>
|
|
695
695
|
<p class="hero-sub fade-up">
|
|
@@ -716,13 +716,13 @@
|
|
|
716
716
|
<a href="#cli" class="btn-secondary">View CLI Docs</a>
|
|
717
717
|
</div>
|
|
718
718
|
|
|
719
|
-
<!-- AUTO:STATS -->
|
|
720
|
-
<div class="stats-bar fade-up">
|
|
721
|
-
<div class="stat"><span class="stat-number">17</span><span class="stat-label">Skills</span></div>
|
|
722
|
-
<div class="stat"><span class="stat-number">6</span><span class="stat-label">Agents</span></div>
|
|
723
|
-
<div class="stat"><span class="stat-number">1</span><span class="stat-label">Command</span></div>
|
|
724
|
-
<div class="stat"><span class="stat-number">MIT</span><span class="stat-label">License</span></div>
|
|
725
|
-
</div>
|
|
719
|
+
<!-- AUTO:STATS -->
|
|
720
|
+
<div class="stats-bar fade-up">
|
|
721
|
+
<div class="stat"><span class="stat-number">17</span><span class="stat-label">Skills</span></div>
|
|
722
|
+
<div class="stat"><span class="stat-number">6</span><span class="stat-label">Agents</span></div>
|
|
723
|
+
<div class="stat"><span class="stat-number">1</span><span class="stat-label">Command</span></div>
|
|
724
|
+
<div class="stat"><span class="stat-number">MIT</span><span class="stat-label">License</span></div>
|
|
725
|
+
</div>
|
|
726
726
|
<!-- /AUTO:STATS -->
|
|
727
727
|
</div>
|
|
728
728
|
</section>
|
|
@@ -1220,7 +1220,7 @@
|
|
|
1220
1220
|
<footer class="footer">
|
|
1221
1221
|
<div class="container">
|
|
1222
1222
|
<div class="footer-content">
|
|
1223
|
-
<div class="footer-brand">GinStudio Skills v1.0.
|
|
1223
|
+
<div class="footer-brand">GinStudio Skills v1.0.7</div>
|
|
1224
1224
|
<div class="footer-links">
|
|
1225
1225
|
<a href="https://www.npmjs.com/package/gin-skills" target="_blank" rel="noopener">npm</a>
|
|
1226
1226
|
<a href="https://github.com/vuduynhiennn/ginskills" target="_blank" rel="noopener">GitHub</a>
|
|
@@ -1237,37 +1237,37 @@
|
|
|
1237
1237
|
|
|
1238
1238
|
<script>
|
|
1239
1239
|
/* ─── Data (auto-generated by gen-readme.mjs — do not edit manually) ─── */
|
|
1240
|
-
/* AUTO:SKILLS_DATA */
|
|
1241
|
-
const SKILLS = [
|
|
1242
|
-
{ name: 'active-life-dev', desc: 'Active Life Backend Dev Guide: Comprehensive development guide for the Active Life Global Store NestJS backend (be-store-active-life-global).', color: 'var(--cyan)' },
|
|
1243
|
-
{ name: 'ai-asset-generator', desc: 'AI Asset Generator: Generate production-ready images, icons, videos, and visual assets using KIE AI and background removal APIs.', color: 'var(--green)' },
|
|
1244
|
-
{ name: 'ai-build-ai', desc: 'AI Build AI: Master guide for extending Claude Code — creating skills, custom subagents (agents), MCP servers, hooks, plugins, agent teams, running...', color: 'var(--rose)' },
|
|
1245
|
-
{ name: 'ant-design', desc: 'Ant Design (antd) Expert: Production patterns for building React UIs with Ant Design v5/v6 — components, theming, Form, Table, Modal, layout, icons...', color: 'var(--purple)' },
|
|
1246
|
-
{ name: 'flutter-performance', desc: 'Flutter Performance Optimization: Comprehensive guide for optimizing Flutter app performance — widget rebuilds, jank reduction, memory leaks, Dart ...', color: 'var(--amber)' },
|
|
1247
|
-
{ name: 'icon-generator', desc: 'SVG Icon Generator: Generate beautiful, clean SVG icon components (.tsx) for React Native apps using react-native-svg.', color: 'var(--blue)' },
|
|
1248
|
-
{ name: 'mobile-app-review', desc: 'Mobile App Store Review Checklist: Comprehensive pre-submission audit for Apple App Store and Google Play Store.', color: 'var(--cyan)' },
|
|
1249
|
-
{ name: 'mongodb', desc: 'MongoDB & Mongoose Best Practices: Production patterns for schema design, indexing, aggregation pipelines, transactions, connection management, and...', color: 'var(--green)' },
|
|
1250
|
-
{ name: 'nestjs-architecture', desc: 'NestJS Feature-Based Architecture: Production patterns for organizing NestJS backends — feature modules, core infrastructure, shared utilities, gua...', color: 'var(--rose)' },
|
|
1251
|
-
{ name: 'openclaw-builder', desc: 'Guide for setting up, configuring, and extending OpenClaw — an AI gateway for connecting LLM agents to messaging channels (Telegram, Discord, Whats...', color: 'var(--purple)' },
|
|
1252
|
-
{ name: 'react-fsd-architecture', desc: 'Feature-Sliced Design (FSD) Architecture: Architectural methodology for organizing frontend projects by business features — layers, slices, segment...', color: 'var(--amber)' },
|
|
1253
|
-
{ name: 'react-native-expo', desc: 'React Native Expo (Sty AI Mobile): Production patterns for the Sty AI React Native app — Expo SDK 54, Expo Router v5, React Query v5, Zustand v5, R...', color: 'var(--blue)' },
|
|
1254
|
-
{ name: 'react-native-performance', desc: 'React Native Performance Optimization: Comprehensive guide — rendering, memory leaks, bundle size, startup, animations, navigation, algorithms, and...', color: 'var(--cyan)' },
|
|
1255
|
-
{ name: 'react-query', desc: 'TanStack React Query Best Practices: Comprehensive guide for writing production-quality React Query code — query keys, mutations, caching, optimist...', color: 'var(--green)' },
|
|
1256
|
-
{ name: 'review-code', desc: 'Code Review: Comprehensive code review and quality analysis for fullstack monorepos (NestJS backend, Next.js frontend, React Native mobile).', color: 'var(--rose)' },
|
|
1257
|
-
{ name: 'security-scanner', desc: 'Security Scanner: Comprehensive security audit for fullstack monorepos — NestJS backend, Next.js frontend, and React Native mobile app.', color: 'var(--purple)' },
|
|
1258
|
-
{ name: 'ui-ux-pro-max', desc: 'UI/UX design intelligence.', color: 'var(--amber)' },
|
|
1259
|
-
];
|
|
1240
|
+
/* AUTO:SKILLS_DATA */
|
|
1241
|
+
const SKILLS = [
|
|
1242
|
+
{ name: 'active-life-dev', desc: 'Active Life Backend Dev Guide: Comprehensive development guide for the Active Life Global Store NestJS backend (be-store-active-life-global).', color: 'var(--cyan)' },
|
|
1243
|
+
{ name: 'ai-asset-generator', desc: 'AI Asset Generator: Generate production-ready images, icons, videos, and visual assets using KIE AI and background removal APIs.', color: 'var(--green)' },
|
|
1244
|
+
{ name: 'ai-build-ai', desc: 'AI Build AI: Master guide for extending Claude Code — creating skills, custom subagents (agents), MCP servers, hooks, plugins, agent teams, running...', color: 'var(--rose)' },
|
|
1245
|
+
{ name: 'ant-design', desc: 'Ant Design (antd) Expert: Production patterns for building React UIs with Ant Design v5/v6 — components, theming, Form, Table, Modal, layout, icons...', color: 'var(--purple)' },
|
|
1246
|
+
{ name: 'flutter-performance', desc: 'Flutter Performance Optimization: Comprehensive guide for optimizing Flutter app performance — widget rebuilds, jank reduction, memory leaks, Dart ...', color: 'var(--amber)' },
|
|
1247
|
+
{ name: 'icon-generator', desc: 'SVG Icon Generator: Generate beautiful, clean SVG icon components (.tsx) for React Native apps using react-native-svg.', color: 'var(--blue)' },
|
|
1248
|
+
{ name: 'mobile-app-review', desc: 'Mobile App Store Review Checklist: Comprehensive pre-submission audit for Apple App Store and Google Play Store.', color: 'var(--cyan)' },
|
|
1249
|
+
{ name: 'mongodb', desc: 'MongoDB & Mongoose Best Practices: Production patterns for schema design, indexing, aggregation pipelines, transactions, connection management, and...', color: 'var(--green)' },
|
|
1250
|
+
{ name: 'nestjs-architecture', desc: 'NestJS Feature-Based Architecture: Production patterns for organizing NestJS backends — feature modules, core infrastructure, shared utilities, gua...', color: 'var(--rose)' },
|
|
1251
|
+
{ name: 'openclaw-builder', desc: 'Guide for setting up, configuring, and extending OpenClaw — an AI gateway for connecting LLM agents to messaging channels (Telegram, Discord, Whats...', color: 'var(--purple)' },
|
|
1252
|
+
{ name: 'react-fsd-architecture', desc: 'Feature-Sliced Design (FSD) Architecture: Architectural methodology for organizing frontend projects by business features — layers, slices, segment...', color: 'var(--amber)' },
|
|
1253
|
+
{ name: 'react-native-expo', desc: 'React Native Expo (Sty AI Mobile): Production patterns for the Sty AI React Native app — Expo SDK 54, Expo Router v5, React Query v5, Zustand v5, R...', color: 'var(--blue)' },
|
|
1254
|
+
{ name: 'react-native-performance', desc: 'React Native Performance Optimization: Comprehensive guide — rendering, memory leaks, bundle size, startup, animations, navigation, algorithms, and...', color: 'var(--cyan)' },
|
|
1255
|
+
{ name: 'react-query', desc: 'TanStack React Query Best Practices: Comprehensive guide for writing production-quality React Query code — query keys, mutations, caching, optimist...', color: 'var(--green)' },
|
|
1256
|
+
{ name: 'review-code', desc: 'Code Review: Comprehensive code review and quality analysis for fullstack monorepos (NestJS backend, Next.js frontend, React Native mobile).', color: 'var(--rose)' },
|
|
1257
|
+
{ name: 'security-scanner', desc: 'Security Scanner: Comprehensive security audit for fullstack monorepos — NestJS backend, Next.js frontend, and React Native mobile app.', color: 'var(--purple)' },
|
|
1258
|
+
{ name: 'ui-ux-pro-max', desc: 'UI/UX design intelligence.', color: 'var(--amber)' },
|
|
1259
|
+
];
|
|
1260
1260
|
/* /AUTO:SKILLS_DATA */
|
|
1261
1261
|
|
|
1262
|
-
/* AUTO:AGENTS_DATA */
|
|
1263
|
-
const AGENTS = [
|
|
1264
|
-
{ name: 'developer', icon: 'D', color: 'var(--green)', bg: 'var(--green-glow)', desc: 'Full-stack developer agent for implementing features, fixing bugs, and writing production-quality code' },
|
|
1265
|
-
{ name: 'frontend-design', icon: 'F', color: 'var(--cyan)', bg: 'var(--cyan-dim)', desc: 'Frontend design agent for building beautiful, accessible UI components and pages' },
|
|
1266
|
-
{ name: 'mobile-reviewer', icon: 'M', color: 'var(--purple)', bg: 'var(--purple-dim)', desc: 'Reviews React Native / Expo apps for App Store & Google Play compliance, UX best practices, and platform-specific issues' },
|
|
1267
|
-
{ name: 'review-code', icon: 'R', color: 'var(--amber)', bg: 'var(--amber-dim)', desc: 'Reviews code for quality, architecture, and best practices across the fullstack monorepo' },
|
|
1268
|
-
{ name: 'security-scanner', icon: 'S', color: 'var(--rose)', bg: 'var(--rose-dim)', desc: 'Scans for security vulnerabilities aligned with OWASP Top 10:2025, LLM Top 10, and Mobile Top 10' },
|
|
1269
|
-
{ name: 'tester', icon: 'T', color: 'var(--blue)', bg: 'var(--blue-dim)', desc: 'Testing agent for writing and running unit tests, integration tests, and e2e tests' },
|
|
1270
|
-
];
|
|
1262
|
+
/* AUTO:AGENTS_DATA */
|
|
1263
|
+
const AGENTS = [
|
|
1264
|
+
{ name: 'developer', icon: 'D', color: 'var(--green)', bg: 'var(--green-glow)', desc: 'Full-stack developer agent for implementing features, fixing bugs, and writing production-quality code' },
|
|
1265
|
+
{ name: 'frontend-design', icon: 'F', color: 'var(--cyan)', bg: 'var(--cyan-dim)', desc: 'Frontend design agent for building beautiful, accessible UI components and pages' },
|
|
1266
|
+
{ name: 'mobile-reviewer', icon: 'M', color: 'var(--purple)', bg: 'var(--purple-dim)', desc: 'Reviews React Native / Expo apps for App Store & Google Play compliance, UX best practices, and platform-specific issues' },
|
|
1267
|
+
{ name: 'review-code', icon: 'R', color: 'var(--amber)', bg: 'var(--amber-dim)', desc: 'Reviews code for quality, architecture, and best practices across the fullstack monorepo' },
|
|
1268
|
+
{ name: 'security-scanner', icon: 'S', color: 'var(--rose)', bg: 'var(--rose-dim)', desc: 'Scans for security vulnerabilities aligned with OWASP Top 10:2025, LLM Top 10, and Mobile Top 10' },
|
|
1269
|
+
{ name: 'tester', icon: 'T', color: 'var(--blue)', bg: 'var(--blue-dim)', desc: 'Testing agent for writing and running unit tests, integration tests, and e2e tests' },
|
|
1270
|
+
];
|
|
1271
1271
|
/* /AUTO:AGENTS_DATA */
|
|
1272
1272
|
|
|
1273
1273
|
/* ─── Render Skills ─── */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gin-skills",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Install GinStudio skills and agents for Claude Code",
|
|
5
5
|
"homepage": "https://skills.ginstudio.asia",
|
|
6
6
|
"repository": {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"gen-readme": "node scripts/gen-readme.mjs",
|
|
24
24
|
"check-upstream": "node scripts/check-upstream.mjs",
|
|
25
25
|
"deploy": "npx wrangler pages deploy landing --project-name ginskill --branch main",
|
|
26
|
-
"release": "git add -A && git diff-index --quiet HEAD || git commit -m
|
|
27
|
-
"release:minor": "git add -A && git diff-index --quiet HEAD || git commit -m
|
|
28
|
-
"release:major": "git add -A && git diff-index --quiet HEAD || git commit -m
|
|
26
|
+
"release": "node scripts/gen-readme.mjs && git add -A && git diff-index --quiet HEAD || git commit -m \"chore: pre-release\" && npm version patch && npm publish && git push && git push --tags && npm run deploy",
|
|
27
|
+
"release:minor": "node scripts/gen-readme.mjs && git add -A && git diff-index --quiet HEAD || git commit -m \"chore: pre-release\" && npm version minor && npm publish && git push && git push --tags && npm run deploy",
|
|
28
|
+
"release:major": "node scripts/gen-readme.mjs && git add -A && git diff-index --quiet HEAD || git commit -m \"chore: pre-release\" && npm version major && npm publish && git push && git push --tags && npm run deploy"
|
|
29
29
|
},
|
|
30
30
|
"bin": {
|
|
31
31
|
"gin-skills": "bin/cli.js"
|