@skillkit/core 1.7.9 → 1.7.11
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/README.md +2 -2
- package/dist/index.d.ts +856 -1
- package/dist/index.js +1313 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @skillkit/core
|
|
|
14
14
|
## Key Features
|
|
15
15
|
|
|
16
16
|
- **Skill Discovery**: Find and parse SKILL.md files from any source
|
|
17
|
-
- **Cross-Agent Translation**: Convert skills between
|
|
17
|
+
- **Cross-Agent Translation**: Convert skills between 32 agent formats (Claude Code, Cursor, Windsurf, etc.)
|
|
18
18
|
- **Project Context Detection**: Analyze project stack, dependencies, and configurations
|
|
19
19
|
- **Smart Recommendations**: AI-powered skill suggestions based on project profile
|
|
20
20
|
- **Session Memory**: Capture and persist learnings across AI coding sessions
|
|
@@ -278,7 +278,7 @@ await hooks.trigger('pre-commit', { files: ['src/index.ts'] });
|
|
|
278
278
|
|
|
279
279
|
## Supported Agents
|
|
280
280
|
|
|
281
|
-
The translator supports all
|
|
281
|
+
The translator supports all 32 SkillKit-compatible agents:
|
|
282
282
|
|
|
283
283
|
| Agent | Format |
|
|
284
284
|
|-------|--------|
|