Skip to content

Commit 2af96b6

Browse files
committed
docs(readme): hyperlink package + file references to GitHub
1 parent 9889b0c commit 2af96b6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ metadata:
7979
@framers/agentos-skills-registry ← Catalog SDK (SKILLS_CATALOG, query helpers, factories)
8080
```
8181

82-
| Package | Role | What | Runtime Code |
83-
| ------------------------------------ | --------------- | ------------------------------------------------------- | :----------: |
84-
| **@framers/agentos/skills** | **Engine** | SkillLoader, SkillRegistry, path utils | Yes |
85-
| **@framers/agentos-skills** | **Content** | 88 SKILL.md files + registry.json index | No |
86-
| **@framers/agentos-skills-registry** | **Catalog SDK** | SKILLS_CATALOG, query helpers, lazy loaders, factories | Yes |
82+
| Package | Role | What | Runtime Code |
83+
| --- | --- | --- | :---: |
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 |
8787

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

0 commit comments

Comments
 (0)