knowledge-base
v1.3.0个人知识库 - 教程、经验总结、参考方案,只读查阅型(类似个人版 Context7)
By Jacky WangLicense: MIT14 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install knowledge-base-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wangjs-jacky/jacky-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/knowledge-base/.
Plugin files
├── .claude-plugin/plugin.json├── skills/chrome-ext-ai-script/SKILL.md├── skills/codex-env-config/SKILL.md├── skills/gh-workflow-generator/SKILL.md├── skills/github-profile-coolify/SKILL.md├── skills/llm-wiki/SKILL.md├── skills/npm-publish/SKILL.md├── skills/vscode-extension-dev/SKILL.md├── skills/vsix-publish/SKILL.md└── skills/web-to-tauri-migration-loop/SKILL.md
Included Skills9
📖 参考方案 | AI 驱动的 Chrome Extension 架构方案:Plasmo + Vercel AI SDK,侧边栏对话生成并执行页面脚本。此为蒸馏产物,供开发时参考查阅。触发词:Chrome 扩展参考、AI 脚本方案、Plasmo 参考、侧边栏脚本方案
记录、迁移和排查 Codex CLI 环境配置。适用于 Codex 安装升级、订阅制认证、代理注入、Homebrew、skills 同步及远端环境适配。
快速生成带 GitHub Actions Workflow 的自动化采集项目。当用户想要创建定时采集、数据处理、自动化发布的 GitHub 仓库时触发。
一键优化 GitHub Profile README(酷炫风格、Snake 动画、图卡健康检查与自动回退),适用于主页升级和图片失效排查场景。
LLM 驱动的 Obsidian 个人知识库管理。当需要评估、优化、索引 Obsidian vault,或讨论知识管理、wiki 构建、LLM 辅助笔记、索引优先检索时触发。
npm 包发布知识库与自动化指南。当用户需要发布 npm 包、配置 npm 自动化发布、解决 npm publish 2FA/OTP 问题、创建 npm Access Token 时触发。关键词:npm publish、发布 npm 包、npm automation token、npm 2FA。
VSCode 插件完整开发脚手架。从项目初始化、开发环境配置、功能模块生成到发布自动化。触发词:VSCode 插件开发、vscode extension、创建插件、插件脚手架、发布到 Marketplace
VSCode 扩展 (.vsix) 发布知识库与自动化指南。当用户需要发布 VSCode 插件、配置 vsce 自动化发布、解决 VSCode Marketplace PAT 问题、创建 Personal Access Token 时触发。关键词:vsix publish、发布 VSCode 插件、vsce publish、VSCode Marketplace、Open VSX、PAT token。
Drive Web-first to Tauri v2 migration with contract-first architecture, dual transport adapters, fail-fast runtime checks, and loop-based quality gates. Use when user mentions Tauri migration, dev:tauri crash, ECONNREFUSED, invoke/HTTP fallback, TDD strategy, e2e setup, or ralph loop workflows.
Plugin manifests1
{
"name": "knowledge-base",
"version": "1.3.0",
"description": "个人知识库 - 教程、经验总结、参考方案,只读查阅型(类似个人版 Context7)",
"author": {
"name": "Jacky Wang",
"email": "[email protected]",
"url": "https://github.com/wangjs-jacky"
},
"homepage": "https://github.com/wangjs-jacky/jacky-skills/tree/main/plugins/knowledge-base",
"repository": "https://github.com/wangjs-jacky/jacky-skills",
"license": "MIT",
"keywords": [
"claude-code",
"knowledge-base",
"tutorial",
"reference",
"personal-docs"
],
"skills": [
"./skills/npm-publish/",
"./skills/vsix-publish/",
"./skills/vscode-extension-dev/",
"./skills/gh-workflow-generator/",
"./skills/github-profile-coolify/",
"./skills/chrome-ext-ai-script/",
"./skills/web-to-tauri-migration-loop/",
"./skills/llm-wiki/",
"./skills/codex-env-config/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[knowledge-base on Agent Plugins Marketplace](https://pluginsmp.com/plugins/knowledge-base-2)