@devxiyang/agent-skill 0.0.4 → 0.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devxiyang/agent-skill",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "SDK for skill discovery and registration — integrates into any agent",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -2,6 +2,7 @@
2
2
  name: git
3
3
  description: Local git operations — branching, committing, merging, rebasing, history inspection, and conflict resolution.
4
4
  requires: bin:git
5
+ tags: vcs,git
5
6
  ---
6
7
 
7
8
  # Git Skill
@@ -2,6 +2,7 @@
2
2
  name: github
3
3
  description: Interact with GitHub using the `gh` CLI. Use for issues, pull requests, CI runs, code review, and GitHub API queries.
4
4
  requires: bin:gh
5
+ tags: vcs,github
5
6
  ---
6
7
 
7
8
  # GitHub Skill
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: skill-creator
3
3
  description: Create or update skills. Use when designing, structuring, or writing a new skill folder with SKILL.md and optional resources.
4
+ tags: skill,meta
4
5
  ---
5
6
 
6
7
  # Skill Creator
@@ -3,6 +3,7 @@ name: tmux
3
3
  description: Remote-control tmux sessions for interactive CLIs by sending keystrokes and reading pane output. Use when a command requires an interactive TTY.
4
4
  requires: bin:tmux
5
5
  os: darwin,linux
6
+ tags: terminal,tmux
6
7
  ---
7
8
 
8
9
  # tmux Skill
@@ -2,6 +2,7 @@
2
2
  name: weather
3
3
  description: Get current weather and forecasts for any location. No API key required.
4
4
  requires: bin:curl
5
+ tags: weather,web
5
6
  ---
6
7
 
7
8
  # Weather Skill
@@ -2,6 +2,7 @@
2
2
  name: web
3
3
  description: Fetch web pages, call REST APIs, download files, and extract content from URLs using curl.
4
4
  requires: bin:curl
5
+ tags: web,http
5
6
  ---
6
7
 
7
8
  # Web Skill