skill-tags 1.1.0 → 1.1.1
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 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
# skill-tags
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Generates consolidated command files (`@skill-tags.md` and custom `@skills-<category>.md` indexes) for all installed Cursor skills. Reference them in any chat to give the agent a complete directory of your available skills, enabling it to autonomously select and apply the right tools for the task.
|
|
4
4
|
|
|
5
|
-
> [
|
|
6
|
-
> Cursor's Agent Skills feature only loads skill frontmatter into the agent's context window. Skills are "intelligently applied", but I have had little to no success with them unless I explicitly ask the model to apply the skill.
|
|
7
|
-
|
|
8
|
-
skill-tags bypasses this by generating a single command file (`~/.cursor/commands/skill-tags.md`) that lists all available skills, their paths, and their descriptions. By referencing this single file, you give the agent a complete index of all skills on your system and instruct it to autonomously choose the best skill(s) for the current task.
|
|
9
|
-
|
|
10
|
-
> [!TIP]
|
|
11
|
-
> Stay tuned for a more permanent solution to this problem: I'm developing an open source community called [Cursor Kits](https://cursorkits.com). Cursor Kits is something I started before Cursor launched their [Plugin Marketplace](https://cursor.com/marketplace). It's the same idea, but built for the community (vs integration providers).
|
|
5
|
+
> **Coming soon:** Stay tuned for a more permanent solution to this problem: I'm developing an open source community called [Cursor Kits](https://cursorkits.com). Cursor Kits is something I started before Cursor launched their [Plugin Marketplace](https://cursor.com/marketplace). It's the same idea, but built for the community (vs integration providers).
|
|
12
6
|
|
|
13
7
|
If you're interested in contributing to Cursor Kits, please let me know!
|
|
14
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skill-tags",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Generates consolidated command files (@skill-tags.md and custom @skills-<category>.md indexes) for all installed Cursor skills.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"skill-tags": "bin/skill-tags.js"
|
|
7
7
|
},
|