# Skill2 Package

> 用户要把 skill repo 做成可安装候选物、补 manifest/installer，或检查跨 harness 兼容性时使用。

- **Type:** Skill
- **Install:** `agentstack add skill-misterbrookt-skill2-skill2-package`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [MisterBrookT](https://agentstack.voostack.com/s/misterbrookt)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [MisterBrookT](https://github.com/MisterBrookT)
- **Source:** https://github.com/MisterBrookT/skill2/tree/main/skills/skill2-package

## Install

```sh
agentstack add skill-misterbrookt-skill2-skill2-package
```

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

## About

# Skill2 Package

目标：生成可安装、可审查、可复现的 skill repo 候选物。

## 边界

- Package：结构、manifest、installer、artifact、安装 smoke test。
- Publish：README、repo metadata、tag、release、registry/marketplace。
- 禁止 tag、push、release、upload。

## 推荐结构

```text
README.md
LICENSE
CHANGELOG.md
install.sh
skills//SKILL.md
cases/
.codex-plugin/
.claude-plugin/
```

只创建目标 harness 需要的 metadata。通用 skill 内容留在 `skills/`。

## 质量门

- frontmatter 有效；`name` 和目录一致。
- references/scripts/assets 路径存在。
- scripts 可审计；执行权限正确。
- installer 支持明确目标；重复执行可预测。
- 无 secrets、机器本地路径、无用大文件。
- 全新临时环境安装通过。
- README 存在且安装命令指向当前 artifact；具体文案交给 `skill2-publish`。

## CLI

```bash
skill2 scaffold skill-repo 
skill2 lint skills
skill2 package-check . --json
```

输出候选 artifact、版本、校验和、检查结果。交给 `skill2-publish`。

## Source & license

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

- **Author:** [MisterBrookT](https://github.com/MisterBrookT)
- **Source:** [MisterBrookT/skill2](https://github.com/MisterBrookT/skill2)
- **License:** MIT

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-misterbrookt-skill2-skill2-package
- Seller: https://agentstack.voostack.com/s/misterbrookt
- 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%.
