专属项目学习导师 - 当用户希望学习项目、特定代码文件或底层技术时,以交互式问答驱动教学,并将每次讲解持久化为结构化学习日志(overview + 主题笔记)
研究 GitHub 仓库的特定技术实现。触发词:调研下、研究下、学习下、看看 xxx 仓库、分析开源项目、repo-study
将任意内容(文件夹/文件/文字)转换为交互式教程并启动预览服务。触发词:文档转教程、生成交互式教程、创建教程、制作教程、tutorial、interactive tutorial、转教程、做教程、写教程、文档变教程、把文档做成教程
Analyze YouTube or local videos for private learning notes: transcript-first summarization, timestamped evidence, authorized keyframe extraction with yt-dlp/ffmpeg, adversarial viewpoint analysis, and original local hand-drawn explainer visuals. Trigger when user asks to summarize, study, extract notes, capture key frames, critique viewpoints, or create visual learning reports from a video.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
模块化的 Agent Skills 集合。仓库同时包含可由 Claude Code Plugin Marketplace 安装的 Plugin、位于 skills/ 下的独立 Skill,以及位于 harness/ 下的长期经验 Ops Skills。
每个 Plugin 的版本与 Skill 列表以对应的 .claude-plugin/plugin.json 为准。根目录的 .claude-plugin/marketplace.json 收录全部 Plugin。
| Plugin | 版本 | 说明 | Skills |
|---|---|---|---|
| claude-config | 0.3.0 | Claude Code 配置 | statusline-setup |
| dev-tools | 2.6.0 | 发布、任务管理、联网与效率审计 | github-repo-publish, efficiency-audit, todo, web-search, animate-prompt, web-connect, remote-dev-sync, ssh-connect |
| distiller-tools | 1.1.0 | 资源蒸馏与知识提炼 | distiller |
| evaluators | 1.1.0 | 任务目标与 Skill 设计质量评估 | harness-benchmark, skill-design-benchmark |
| knowledge-base | 1.3.0 | 开发教程、经验与参考方案 | npm-publish, vsix-publish, vscode-extension-dev, gh-workflow-generator, github-profile-coolify, chrome-ext-ai-script, web-to-tauri-migration-loop, llm-wiki, codex-env-config |
| language-skills | 1.0.1 | 语言学习与表达训练 | spoken-english-coach |
| learning-tools | 2.4.1 | 仓库学习、文档教程与技术调研 | learn-repo, repo-study, doc-to-tutorial, youtube-study-note |
| monitoring | 2.5.5 | Claude Code 运行监控与历史查询 | claude-monitor, cc-history |
| obsidian-tools | 2.13.1 | Obsidian 同步、采集、编译与知识库管理 | config-obsidian, ob-collect, ob-index, ob-chat, ob-tidy, ob-project-log, ob-benchmark, ob-topic, ob-bridge, ob-compile, ob-router |
| skill-stats | 0.1.1 | Skill 调用统计与使用分析 | skill-stats |
| skill-tooling | 1.1.1 | Skill 优化与调研 | skill-optimizer, skill-researcher |
| skills-management | 1.0.2 | Skills 链接、安装与批量管理 | j-skills, link-all-skills |
| thinking-tools | 0.1.0 | 结构化对话与思考 | sounding-board |
| ticktick-manager | 1.2.1 | 滴答清单任务与日程管理 | tt, tt-defer, tt-worker |
| translation-tools | 1.0.1 | 单文件与多文件并行翻译 | parallel-translation |
| troubleshooting | 1.1.1 | CLI、浏览器自动化与 Tauri 故障排查 | agent-browser-troubleshooting, tauri-troubleshooting, cli-tool-troubleshooting |
| video-processing | 3.0.2 | 音视频 ASR 转录 | audio-to-subtitle |
下列 Skill 位于 skills/,不属于任何 Plugin,因此不会通过 Plugin Marketplace 安装:
| Skill | Skill | Skill |
|---|---|---|
| crafted-web | spec-debate | topic-debate |
| tutorial-to-hyperframes-demo |
harness/ 保存工程、工具和第三方 Skills 的长期经验层。具体 Skill 统一使用 <target>-ops 命名:harness 表示稳定的读取、验证和写回框架,ops(Operations)表示目标对象的运行、维护、适配和持续改进。
| Skill | 对象 | 主要职责 |
|---|---|---|
| happy-ops | Happy/Paws 自托管工程 | 拓扑理解、运行维护、故障路由和复盘经验 |
| opencli-ops | OpenCLI | 站点配方、adapter 缺口、浏览器兜底和本机实测经验 |
| hyperframes-ops | HyperFrames 官方 Skills | 最佳实践、复杂能力组合、本机水土不服和环境兼容性 |
每个 Ops Skill 的 SKILL.md 保存可分享协议,gitignored 的 experience.local.md 保存本机路径、代理、版本、拓扑和验证记录。创建新的 harness skill 时,默认放到 harness/<target>-ops/;详细规范见 harness/CLAUDE.md。
archived/ 下的内容是历史归档,不参与批量链接和安装。
labs/ 用于验证尚未稳定的新型 Skill 和轻量 Workflow,不计入正式独立 Skill。当前实验包括:
SKILL.md 结构的内容可由 skills.sh、Codex 等兼容 Agent 或技能管理器读取。.claude-plugin/plugin.json、Plugin hooks,以及 AskUserQuestion、Skill、Agent 等工具语义属于 Claude Code 能力;包含这些依赖的 Skill 不能视为在其他 Agent 中完整兼容。j-skills 只负责本地链接与分发,不是跨 Agent 兼容层。安装脚本会扫描 plugins/、skills/ 和 harness/,排除 archived/,逐个链接并安装。默认目标环境为 claude-code,codex。
git clone https://github.com/wangjs-jacky/jacky-skills.git
cd jacky-skills
./install.sh --all
通过环境变量覆盖安装目标:
J_SKILLS_ENVS=claude-code,codex,cursor ./install.sh --all
也可以只安装单个 Skill 或一个 Plugin:
./install.sh --skill youtube-study-note
./install.sh --plugin dev-tools
从仓库 checkout 执行时,脚本直接使用当前目录且不会自动 git pull。只有通过 curl | bash 或显式设置 JACKY_SKILLS_REPO_DIR 时,才会克隆或更新目标目录。
脚本需要 Node.js 18+,并默认锁定 j-skills 0.1.0;若未安装会自动安装该版本,版本不匹配时会停止并给出错误。Apple Silicon Mac 会拒绝 Rosetta/x86_64 Node.js;Intel Mac 可正常使用 x64 Node.js。
脚本可重复执行:已经正确链接到当前目录的 Skill 会跳过;同名 Skill 若已链接到其他目录,会明确报错并停止,不会覆盖现有链接或吞掉安装错误。
npx claudepluginhub wangjs-jacky/jacky-skills --plugin learning-toolsClaude Code 配置管理 - 状态栏、环境变量等配置的自动设置
音视频处理工具集 - ASR 转录能力
评估器合集——对任务产出和 Agent Skill 设计做证据化、多维度质量评估
Skills 管理工具 - 链接、安装、批量管理
谈话型思考工具集 - 以 AI 为第三视角,通过结构化对话帮你把工作/生活/学习/情感抽丝剥茧地理清
个人知识库 - 教程、经验总结、参考方案,只读查阅型(类似个人版 Context7)
Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo.
Adaptive technical tutoring skill that builds a persistent knowledge graph and learner profile across sessions
한국어 기술 문서 작성 스킬
Transform 17 source types (docs, GitHub, PDFs, videos, Jupyter, Confluence, Notion, Slack, and more) into AI-ready skills and RAG knowledge for 16+ LLM platforms.
Generate personalized, annotated code-reading tutorials from your own codebase. Three surfaces (tutorial generation, vocabulary management, learning-state inspection), six writing-to-learn entry points, and five audience-facing entry points. Tracks vocabulary with a status state machine.