用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill skill-name命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | skill-name |
| description | | Use when this capability is needed. |
Philosophy: Default to natural language. Use scripts ONLY for deterministic operations, complex I/O, or external API integration.
[Concise example showing the most common use case - assume Claude is smart]
Example:
# Process document
python3 scripts/process.py input.pdf --output result.txt
Use this skill when:
DO NOT use when:
Use when: [Specific trigger or scenario]
Steps:
Example:
1. Check if document exists: `ls docs/*.pdf`
2. If PDF found: Extract text using `scripts/extract.py`
3. If no PDF: Search for DOCX alternatives
4. Validate output has non-zero size
Common Issues:
[Follow same pattern as Workflow 1]
For detailed information, see:
Note: Claude loads these files ONLY when needed (progressive disclosure).
Why this script is needed: [ONE of these justifications]:
Usage:
python3 scripts/script-name.py --arg value
Arguments:
--arg: DescriptionOutput:
Expected output format
Error Handling: Script handles these errors explicitly (doesn't punt to Claude):
Why needed: [Justification - e.g., "Bash validation faster than Python for simple checks"]
Usage:
./scripts/validation-script.sh file.txt
Returns:
# Unit tests
pytest tests/unit/ -v
# Integration tests
pytest tests/integration/ -v
# Specific test
pytest tests/test_specific.py::test_function -v
Current coverage: XX%
pytest --cov=scripts --cov-report=html
open htmlcov/index.html
Scenario: [Describe the situation]
Input:
[What user provides]
Process:
1. Claude reads input
2. Validates format
3. Calls script if needed: `python3 scripts/process.py`
4. Formats output
Output:
[What user gets]
[Same structure as Example 1]
This skill integrates with:
Agents that use this skill:
| Variable | Required | Default | Description |
|---|---|---|---|
VAR_NAME | No | default | What this controls |
Create ~/.config/skill-name/settings.yml:
option1: value1
option2: value2
Issue: Script fails with "Module not found"
Solution:
pip install required-package
Issue: Permission denied
Solution:
chmod +x scripts/*.sh
chmod +x scripts/*.py
Issue: Output is empty
Solution: Check input file format. Expected: [format description]
pytest -v❌ DON'T:
✅ DO:
Skill maintained by: [Team/Person] Last updated: YYYY-MM-DD Questions: Contact [channel/person]
Converted and distributed by TomeVault — claim your Tome and manage your conversions.