# Install Plugins

> 当用户想安装插件、增强 Claude Code 功能、配置开发环境时使用 -- 按需安装社区插件

- **Type:** Skill
- **Install:** `agentstack add skill-lightpointventures-claude-code-starter-install-plugins`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [lightpointventures](https://agentstack.voostack.com/s/lightpointventures)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [lightpointventures](https://github.com/lightpointventures)
- **Source:** https://github.com/lightpointventures/claude-code-starter/tree/main/skills/install-plugins
- **Website:** https://github.com/lighthouse-strategy/claude-code-starter

## Install

```sh
agentstack add skill-lightpointventures-claude-code-starter-install-plugins
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 安装 Claude Code 插件

帮用户发现并安装适合自己的 Claude Code 社区插件。

## 步骤

### 1. 查看可用插件

先搜索当前可用的插件列表：

```bash
claude plugins list
```

如果命令不可用，用 `claude plugin search ` 按需搜索。

### 2. 按类别推荐

根据用户的技术栈和需求，从以下类别中推荐：

**通用推荐（适合所有用户）**
- context7 -- 自动获取最新库文档，避免使用过时 API
  安装：`claude plugin add context7/context7`

**效率工具**
- claude-tab-tracking -- 对话记忆：自动记录每次对话的决策和进度，新窗口 /recall 恢复上下文
  安装：`claude plugin add lighthouse-strategy/claude-tab-tracking`

**Python 开发**
- modern-python -- 现代 Python 项目配置（uv + ruff + ty）
  安装：`claude plugin add trailofbits/modern-python`

**安全相关**
- static-analysis -- 静态分析工具（Semgrep + CodeQL）
  安装：`claude plugin add trailofbits/static-analysis`
- differential-review -- 安全导向的代码差异审查
  安装：`claude plugin add trailofbits/differential-review`

**前端开发**
- 搜索适合用户框架的插件：`claude plugin search `

> 你的技术栈是什么？我帮你推荐最相关的插件。
> 也可以说"全部安装"或选择具体类别。

### 3. 安装 + 验证

每安装一个插件后，立即验证：

```bash
claude plugin add 
claude plugins list  # 确认出现在已安装列表中
```

安装成功后告知用户。如果某个安装失败，记录错误，继续安装其他的，最后汇总。

### 4. 安装完成

> 安装完成。已成功安装：xxx。
> 部分插件需要重启 Claude Code 后生效。
> 运行 `claude plugins list` 可随时查看已安装的插件。

## 遇到问题

- **安装失败（网络错误）？** 检查网络连接，重试一次。如果是 GitHub 仓库不存在，用 `claude plugin search` 确认插件名是否正确。
- **插件之间冲突？** 如果安装后某个功能异常，用 `claude plugin remove ` 卸载最近安装的插件，逐个排查。
- **想卸载插件？** 运行 `claude plugin remove `，然后重启 Claude Code。
- **插件列表过时？** 插件生态在快速发展，定期运行 `claude plugin search` 搜索新插件。本技能的推荐列表仅供参考，以实际搜索结果为准。

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [lightpointventures](https://github.com/lightpointventures)
- **Source:** [lightpointventures/claude-code-starter](https://github.com/lightpointventures/claude-code-starter)
- **License:** MIT
- **Homepage:** https://github.com/lighthouse-strategy/claude-code-starter

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lightpointventures-claude-code-starter-install-plugins
- Seller: https://agentstack.voostack.com/s/lightpointventures
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
