rss-agent-discovery 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,18 @@ npm install
23
23
  npm run build
24
24
  ```
25
25
 
26
+ ### Agent Skills
27
+
28
+ Install the `skills/rss-agent-discovery` skill with the Skills CLI:
29
+
30
+ ```bash
31
+ npx skills add <owner/repo>
32
+ # example:
33
+ npx skills add brooksy4503/rss-agent-discovery
34
+ ```
35
+
36
+ More info about the Skills CLI: https://skills.sh/
37
+
26
38
  ## Usage
27
39
 
28
40
  ### Basic usage:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rss-agent-discovery",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "AI agent-focused RSS feed discovery. JSON output, semantic exit codes.",
5
5
  "main": "dist/find-rss-feeds.js",
6
6
  "type": "module",