Skip to content

Commit 2fabafc

Browse files
committed
chore: rename to @Framers npm scope and framerslab org/handle
1 parent a9ada50 commit 2fabafc

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Curated skills ship pre-verified and are maintained by the Framers team. Communi
1919

2020
### Step 1 — Fork the repo
2121

22-
Fork [framersai/agentos-skills-registry](https://github.com/framersai/agentos-skills-registry) and clone it locally.
22+
Fork [framersai/agentos-skills-registry](https://github.com/framerslab/agentos-skills-registry) and clone it locally.
2323

2424
```bash
2525
git clone https://github.com/<your-username>/agentos-skills-registry.git

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ npm install @framers/agentos-skills
1818
> the auto-generated `registry.json` index — no runtime code, no dependencies.
1919
>
2020
> For the **catalog SDK** (query helpers, lazy loading, factory functions), see
21-
> [`@framers/agentos-skills-registry`](https://github.com/framersai/agentos-skills-registry).
21+
> [`@framers/agentos-skills-registry`](https://github.com/framerslab/agentos-skills-registry).
2222
>
2323
> For the **runtime engine** (SkillLoader, SkillRegistry, path utilities), see
24-
> [`@framers/agentos`](https://github.com/framersai/agentos) (`@framers/agentos/skills`).
24+
> [`@framers/agentos`](https://github.com/framerslab/agentos) (`@framers/agentos/skills`).
2525
2626
## What's Inside
2727

@@ -81,9 +81,9 @@ metadata:
8181

8282
| Package | Role | What | Runtime Code |
8383
| --- | --- | --- | :---: |
84-
| [**@framers/agentos/skills**](https://github.com/framersai/agentos/tree/master/src/cognition/skills) | **Engine** | [SkillLoader](https://github.com/framersai/agentos/blob/master/src/cognition/skills/SkillLoader.ts), [SkillRegistry](https://github.com/framersai/agentos/blob/master/src/cognition/skills/SkillRegistry.ts), [path utils](https://github.com/framersai/agentos/blob/master/src/cognition/skills/paths.ts) | Yes |
85-
| [**@framers/agentos-skills**](https://github.com/framersai/agentos-skills) | **Content** | 88 [SKILL.md files](https://github.com/framersai/agentos-skills/tree/master/registry/curated) + [registry.json](https://github.com/framersai/agentos-skills/blob/master/registry.json) index | No |
86-
| [**@framers/agentos-skills-registry**](https://github.com/framersai/agentos-skills-registry) | **Catalog SDK** | SKILLS_CATALOG, query helpers, lazy loaders, factories | Yes |
84+
| [**@framers/agentos/skills**](https://github.com/framerslab/agentos/tree/master/src/cognition/skills) | **Engine** | [SkillLoader](https://github.com/framerslab/agentos/blob/master/src/cognition/skills/SkillLoader.ts), [SkillRegistry](https://github.com/framerslab/agentos/blob/master/src/cognition/skills/SkillRegistry.ts), [path utils](https://github.com/framerslab/agentos/blob/master/src/cognition/skills/paths.ts) | Yes |
85+
| [**@framers/agentos-skills**](https://github.com/framerslab/agentos-skills) | **Content** | 88 [SKILL.md files](https://github.com/framerslab/agentos-skills/tree/master/registry/curated) + [registry.json](https://github.com/framerslab/agentos-skills/blob/master/registry.json) index | No |
86+
| [**@framers/agentos-skills-registry**](https://github.com/framerslab/agentos-skills-registry) | **Catalog SDK** | SKILLS_CATALOG, query helpers, lazy loaders, factories | Yes |
8787

8888
> This layout mirrors the extensions ecosystem:
8989
> `@framers/agentos-extensions` (content) + `@framers/agentos-extensions-registry` (SDK).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Curated SKILL.md prompt modules for AgentOS — machine-readable registry of skills, prompts, and reusable agent capabilities. Companion to the @framers/agentos TypeScript AI agent runtime.",
55
"homepage": "https://agentos.sh",
66
"bugs": {
7-
"url": "https://github.com/framersai/agentos-skills/issues"
7+
"url": "https://github.com/framerslab/agentos-skills/issues"
88
},
99
"type": "module",
1010
"sideEffects": false,
@@ -59,7 +59,7 @@
5959
"license": "Apache-2.0",
6060
"repository": {
6161
"type": "git",
62-
"url": "https://github.com/framersai/agentos-skills.git"
62+
"url": "https://github.com/framerslab/agentos-skills.git"
6363
},
6464
"publishConfig": {
6565
"access": "public"

0 commit comments

Comments
 (0)