Initial commit
This commit is contained in:
43
.claude-plugin/plugin.json
Normal file
43
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"name": "p-assist",
|
||||||
|
"description": "Productivity plugin for article summarization, journal management, and bookmark organization using Claude Code",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "irfansofyana"
|
||||||
|
},
|
||||||
|
"mcp": {
|
||||||
|
"logseq": {
|
||||||
|
"type": "stdio",
|
||||||
|
"command": "uv",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"--with",
|
||||||
|
"mcp-logseq",
|
||||||
|
"mcp-logseq"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"LOGSEQ_API_TOKEN": "${LOGSEQ_API_TOKEN}",
|
||||||
|
"LOGSEQ_API_URL": "http://localhost:12315"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"linkwd": {
|
||||||
|
"type": "stdio",
|
||||||
|
"command": "docker",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"--rm",
|
||||||
|
"-i",
|
||||||
|
"--init",
|
||||||
|
"-e",
|
||||||
|
"LINKWARDEN_BASE_URL=${LINKWARDEN_BASE_URL}",
|
||||||
|
"-e",
|
||||||
|
"LINKWARDEN_TOKEN=${LINKWARDEN_TOKEN}",
|
||||||
|
"ghcr.io/irfansofyana/linkwarden-mcp-server:v0.1.0"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"LINKWARDEN_BASE_URL": "${LINKWARDEN_BASE_URL}",
|
||||||
|
"LINKWARDEN_TOKEN": "${LINKWARDEN_TOKEN}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# p-assist
|
||||||
|
|
||||||
|
Productivity plugin for article summarization, journal management, and bookmark organization using Claude Code
|
||||||
41
plugin.lock.json
Normal file
41
plugin.lock.json
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||||
|
"pluginId": "gh:irfansofyana/my-claude-code-marketplace:plugins/01-p-assist",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "b1e539ce861ba0be624f995ac1ee6cd5f1cfb427",
|
||||||
|
"treeHash": "777abb55b4942eab60de47bb80635458ef400e1af8e39775bf841a2c6ea4c83a",
|
||||||
|
"generatedAt": "2025-11-28T10:17:40.807825Z",
|
||||||
|
"toolVersion": "publish_plugins.py@0.2.0"
|
||||||
|
},
|
||||||
|
"origin": {
|
||||||
|
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||||
|
"branch": "master",
|
||||||
|
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||||
|
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||||
|
},
|
||||||
|
"manifest": {
|
||||||
|
"name": "p-assist",
|
||||||
|
"description": "Productivity plugin for article summarization, journal management, and bookmark organization using Claude Code",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "c9d4bd26a196fa00694bf37533e8c644c530f8847cceb9f6e60cba1c6d55ecad"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "79a77d32ea0071df5893a56f570fac3cc98ccf1ab2216e4b530ff3cf8ad684bb"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "777abb55b4942eab60de47bb80635458ef400e1af8e39775bf841a2c6ea4c83a"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user