blueprint-os 1.0.0 → 1.0.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.
@@ -32,7 +32,7 @@ Before building anything, search the [skills.sh registry](https://skills.sh) —
32
32
  **Search via agent:**
33
33
 
34
34
  ```bash
35
- npx skills add find-skills
35
+ npx skills add https://github.com/vercel-labs/skills --skill find-skills
36
36
  ```
37
37
 
38
38
  Then ask the `find-skills` skill to search for what you need.
package/README.md CHANGED
@@ -124,7 +124,7 @@ your-project/
124
124
  **Adding a new skill:**
125
125
 
126
126
  ```
127
- 1. Browse https://skills.sh or run: npx skills add find-skills
127
+ 1. Browse https://skills.sh or run: npx skills add https://github.com/vercel-labs/skills --skill find-skills
128
128
  2. If found: npx skills add <owner/repo>
129
129
  3. If not found: ask your agent "Read .agent/skills/creating-skills/SKILL.md and create a skill for [task]"
130
130
  ```
@@ -260,7 +260,7 @@ You want the agent to follow a strict TDD workflow but Blueprint OS has no skill
260
260
 
261
261
  **Step 1: Check skills.sh first**
262
262
  ```
263
- npx skills add find-skills
263
+ npx skills add https://github.com/vercel-labs/skills --skill find-skills
264
264
  ```
265
265
  Then: `Use the find-skills skill to search for a test-driven development skill`
266
266
 
@@ -133,7 +133,7 @@ Use the `creating-skills` skill — it searches skills.sh first, then creates fr
133
133
  Find or create a skill for [task]
134
134
  ```
135
135
 
136
- The agent will check [skills.sh](https://skills.sh) first (`npx skills add find-skills`), install a community skill if available, or create a new one following `.agent/skills/creating-skills/SKILL.md`.
136
+ The agent will check [skills.sh](https://skills.sh) first (`npx skills add https://github.com/vercel-labs/skills --skill find-skills`), install a community skill if available, or create a new one following `.agent/skills/creating-skills/SKILL.md`.
137
137
 
138
138
  ---
139
139
 
@@ -21,7 +21,7 @@ Skills.sh supports Cursor, Antigravity, Claude Code, Codex, Cline, Windsurf, and
21
21
  **Option 1 — Use the find-skills skill:**
22
22
 
23
23
  ```bash
24
- npx skills add find-skills
24
+ npx skills add https://github.com/vercel-labs/skills --skill find-skills
25
25
  ```
26
26
 
27
27
  This installs a meta-skill that can search the registry for you. Then ask your agent:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blueprint-os",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A portable, tool-agnostic AI agent workflow system built on skills and standards",
5
5
  "bin": {
6
6
  "blueprint-os": "./bin/blueprint-os.js"