Skip to content

Commit 9889b0c

Browse files
committed
feat(seo): add homepage + bugs + expand keywords for npm discovery
npm package page leaves crawlable backlinks on the table without a homepage URL. Add agentos.sh as homepage, add bugs URL, and expand keywords to include the full surface (skill-md, skill-modules, prompt engineering, registry) plus 'framers-agentos' as disambiguator so the package surfaces for searches that compete with the crowded AgentOS namespace.
1 parent dec46ed commit 9889b0c

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

package.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@framers/agentos-skills",
33
"version": "1.0.0",
4-
"description": "Curated SKILL.md prompt modules for AgentOS with a machine-readable registry index",
4+
"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.",
5+
"homepage": "https://agentos.sh",
6+
"bugs": {
7+
"url": "https://github.com/framersai/agentos-skills/issues"
8+
},
59
"type": "module",
610
"sideEffects": false,
711
"exports": {
@@ -26,12 +30,22 @@
2630
},
2731
"keywords": [
2832
"agentos",
33+
"framers-agentos",
34+
"agentos-skills",
2935
"skills",
30-
"prompts",
3136
"skill-modules",
32-
"ai-agent",
37+
"skill-md",
38+
"prompts",
39+
"prompt-modules",
3340
"prompt-engineering",
34-
"curated-catalog"
41+
"ai-agent",
42+
"ai-agents",
43+
"ai-agent-skills",
44+
"agent-framework",
45+
"curated-catalog",
46+
"registry",
47+
"framers",
48+
"frame-dev"
3549
],
3650
"author": {
3751
"name": "Framers AI",

0 commit comments

Comments
 (0)