From eb377821e1ac6047ba0dd061513e18170dda7b1f Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:48:28 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 43 ++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..6a38e38 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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}" + } + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bdfb2b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# p-assist + +Productivity plugin for article summarization, journal management, and bookmark organization using Claude Code diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..e7846f3 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file