@latellu/atlas-agent-skills 0.5.1 → 0.5.2
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.
- package/.claude-plugin/plugin.json +2 -2
- package/README.md +1 -1
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "atlas",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Work with Atlas CMS from Claude Code: bundles the Atlas MCP server (read/write content via tools) and the atlas-cms skill that teaches agents when and how to use the MCP tools, the @latellu/atlas-sdk delivery/management clients, and the @latellu/atlas-cli type generator.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Latellu",
|
|
7
7
|
"url": "https://github.com/tenriajeng"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://docs.atlas.latellu.com/docs/
|
|
9
|
+
"homepage": "https://docs.atlas.latellu.com/docs/agent-skill",
|
|
10
10
|
"repository": "https://github.com/tenriajeng/atlas-agent-skills",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"keywords": ["atlas", "cms", "headless-cms", "mcp", "sdk"]
|
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ export ATLAS_LIVE_API_KEY="atlas_live_xxx..." # read tools
|
|
|
18
18
|
export ATLAS_MGMT_API_KEY="atlas_mgmt_xxx..." # write tools
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
Create keys at [cms.atlas.latellu.com/dashboard/api-keys](https://cms.atlas.latellu.com/dashboard/api-keys). Full guide: [docs.atlas.latellu.com/docs/
|
|
21
|
+
Create keys at [cms.atlas.latellu.com/dashboard/api-keys](https://cms.atlas.latellu.com/dashboard/api-keys). Full guide: [docs.atlas.latellu.com/docs/agent-skill](https://docs.atlas.latellu.com/docs/agent-skill).
|
|
22
22
|
|
|
23
23
|
## Other agents (Cursor, Codex, opencode, Gemini CLI, ...)
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latellu/atlas-agent-skills",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Agent skill + MCP configuration for Atlas CMS. Works as a Claude Code plugin and as plain markdown guidance for any AI coding agent (Cursor, Codex, opencode, Gemini CLI, ...).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Latellu (https://github.com/tenriajeng)",
|
|
7
|
-
"homepage": "https://docs.atlas.latellu.com/docs/
|
|
7
|
+
"homepage": "https://docs.atlas.latellu.com/docs/agent-skill",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/tenriajeng/atlas-agent-skills.git"
|