zolletta-metaskill-setup

仓库创建 2026年7月15日最近提交 7 天前SkillHot 收录 4 天前
这个 Skill 做什么

完成 .zolletta-metaskill 的项目初始化:创建 .zolletta-metaskill/ 目录、检测项目语言与 Docker、测试 tokensave、探测 Python/PHP 工具并写入 settings.json,同时把目录加到 .gitignore。缺少 settings.json 时会自动运行,也可手动 setup,目的是把项目级配置集中管理,保证其他子命令能正常使用。

▸ 展开 SKILL.md 英文原文

Project initialization for Zolletta-metaskill. Creates the .zolletta-metaskill/ directory, detects the project language, detects Docker container, tests tokensave availability, detects Python and PHP tooling, and writes settings.json. Also adds .zolletta-metaskill/ to .gitignore. Run automatically by the setup guard before any subcommand if settings.json is missing, or manually via /zolletta-metaskill setup.

0
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Zolletta/zolletta-metaskill/main/setup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Zolletta/zolletta-metaskill/main/setup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Zolletta-metaskill Setup

Initialize the `.zolletta-metaskill/` directory and write `settings.json` so that every other subcommand can read project-wide configuration from a single location.

## Shared resources

Read shared guidelines from the meta-skill (parent directory):

- `../docs/reference/tool-messages.md` — "not installed" messages for tokensave, Python skills, and PHP skills

## Procedure

### Step 1 — Create the .zolletta-metaskill directory

```bash
mkdir -p .zolletta-metaskill
```

### Step 2 — Add .zolletta-metaskill/ to .gitignore

1. Check if `.gitignore` exists in the project root. If it does not, create it.
2. Read `.gitignore` and check if `.zolletta-metaskill/` is alrea
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有