You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/src/i18n.js
+41-41Lines changed: 41 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -8,41 +8,41 @@ const translations = {
8
8
usage: 'Usage',
9
9
},
10
10
hero: {
11
-
title: '@empjs/skill',
12
-
subtitle: 'Unified AI Agent Skills Management',
11
+
title: 'EMP Skill Hub',
12
+
subtitle: 'The Enterprise Distribution Hub for AI Agents',
13
13
description:
14
-
'Write once, distribute to 18+ agents. Manage skills for Claude, Cursor, Windsurf, Antigravity and more through one CLI.',
14
+
'Securely bridge your internal engineering standards with AI Agents. One CLI to manage, distribute, and trace skills across 18+ platforms with private repository support.',
15
15
unified: 'Unified AI Agent Skills Management',
16
-
howItWorks: 'How it Works',
17
-
viewCommands: 'View Commands',
18
-
gitInstall: '✨ Git URL Install',
16
+
howItWorks: 'Get Started',
17
+
viewCommands: 'CLI Reference',
18
+
gitInstall: '🚀 Private Repo Install',
19
19
stats: {
20
-
agents: 'AI Agents',
20
+
agents: 'Platforms',
21
21
skills: 'Skills',
22
-
cli: 'CLI Tool',
23
-
config: 'Config Files',
22
+
cli: 'Unified CLI',
23
+
config: 'Zero Config',
24
24
},
25
25
},
26
26
features: {
27
-
mainTitle: 'Everything You Need for Unified Skills',
27
+
mainTitle: 'Enterprise-Grade Skill Management',
28
28
mainDesc:
29
-
'Comprehensive skill management at your fingertips. Install, distribute, and manage skills across all AI agents with one CLI.',
30
-
title: 'Features',
29
+
'Built for modern engineering teams. Distribute knowledge, enforce standards, and scale AI productivity securely.',
30
+
title: 'Core Capabilities',
31
31
unified: {
32
-
title: 'Unified Storage',
33
-
desc: 'All skills stored centrally in ~/.emp-agent/skills/',
32
+
title: 'Unified Registry',
33
+
desc: 'Centralized skill management in ~/.emp-agent/skills/ with agent-native auto-linking.',
34
34
},
35
35
auto: {
36
-
title: 'Auto Distribution',
37
-
desc: 'Auto-detect and symlink to installed agents. Use --agent to target specific platform.',
36
+
title: 'Smart Distribution',
37
+
desc: 'Auto-detects 18+ agents. Inject skills into Claude, Cursor, or Windsurf with zero manual path config.',
38
38
},
39
39
dev: {
40
-
title: 'Dev Mode',
41
-
desc: 'Use --link for local development, changes take effect instantly',
40
+
title: 'B2B On-demand',
41
+
desc: 'Interactive multi-select for Monorepo skill sets. Install specifically what your project needs.',
42
42
},
43
43
git: {
44
-
title: 'B2B Ready: On-demand Install',
45
-
desc: 'Interactive multi-select from private GitLab/GitHub monorepos. Install only what you need.',
0 commit comments