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/skillkit/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "skillkit",
3
-
"version": "1.13.0",
3
+
"version": "1.14.0",
4
4
"description": "Supercharge AI coding agents with portable skills. Install, translate, and share skills across Claude Code, Cursor, Codex, Copilot & 13 more",
Copy file name to clipboardExpand all lines: docs/skillkit/components/AdvancedFeatures.tsx
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,24 @@ interface AdvancedFeature {
11
11
}
12
12
13
13
constADVANCED_FEATURES: AdvancedFeature[]=[
14
+
{
15
+
id: 'generate',
16
+
title: 'AI Generate',
17
+
subtitle: 'Create Skills from Natural Language',
18
+
description: 'Generate skills from plain English with multi-source context. Pulls from documentation (Context7), your codebase patterns, 15,000+ marketplace skills, and your corrections. Works with any LLM: Claude, GPT-4, Gemini, Ollama, or OpenRouter.',
19
+
highlight: 'Multi-provider AI with 4 context sources',
0 commit comments