skillfile 是 AI Skill Hub 本期精选Prompt模板之一。综合评分 7.6 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
skillfile 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
skillfile 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
# Prompt 无需安装,直接复制使用 # 支持:Claude / ChatGPT / Gemini / 通义千问 等主流模型 # 使用步骤 # 1. 复制 Prompt 模板内容 # 2. 粘贴到 AI 对话框 # 3. 替换 [占位符] 为实际内容 # 4. 发送后获取结构化输出 # 获取原始文件 git clone https://github.com/eljulians/skillfile
# 粘贴到 Claude/ChatGPT 使用 # 示例 Prompt 结构: 你是一位 [角色],擅长 [领域]。 请根据以下要求完成任务: 任务背景:[描述背景] 具体要求:[详细说明] 输出格式:[期望格式] # 将 [] 内内容替换为实际需求
# skillfile 配置说明 # 查看配置选项 skillfile --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export SKILLFILE_CONFIG="/path/to/config.yml"
Track AI skills and agents declaratively, like dependencies. Pin them. Patch them. Deploy everywhere.
Declare your skills in a manifest. Pinned to exact commits. Deploys to Claude Code, Cursor, Codex, Antigravity, and more. Customize without losing upstream updates. Search 110K+ skills from the terminal.

You found a great skill on GitHub and copied the markdown into .claude/skills/. Maybe you grabbed one from agentskill.sh. So what now?
skillfile fixes all of that. One manifest, one lock file, every platform.
curl -fsSL https://github.com/eljulians/skillfile/releases/latest/download/install.sh | sh
Or with cargo:
cargo install skillfile
Pre-built binaries for Linux (x86_64, aarch64), macOS (x86_64, aarch64), and Windows (x86_64) are available on GitHub Releases. Single binary, no runtime dependencies.
GitHub token recommended. skillfile uses the GitHub API to resolve commits. Without a token you're limited to 60 req/hour. SetGITHUB_TOKEN,GH_TOKEN, or rungh auth login.
Every GitHub entry is pinned to an exact commit SHA in Skillfile.lock. Commit this file. On any machine, skillfile install fetches the exact same bytes. install --update re-resolves to the latest upstream, and the lock diff shows exactly what changed in code review.
skillfile install # fetch locked content
skillfile install --update # update to latest upstream
skillfile install --dry-run # preview without fetching
skillfile status --check-upstream # see which entries have updates
skillfile init # pick your platforms
skillfile add # guided wizard
skillfile add github skill anthropics/skills skills/ # or add directly
That's it. Skills are fetched, locked to exact SHAs, and deployed. On a fresh clone, skillfile install reproduces the exact same setup.
Optional: set up tab completion with skillfile completions <bash|zsh|fish> — see Shell completions below.
Looking for skills to install? See awesome-agents-and-skills for a curated collection with a ready-to-use Skillfile.
| Variable | Description |
|---|---|
GITHUB_TOKEN / GH_TOKEN | GitHub API token. **Recommended** - without it, you're limited to 60 req/hour. Set a token or run gh auth login for 5,000 req/hour. |
MERGETOOL | Merge tool for skillfile resolve |
EDITOR | Fallback editor for skillfile resolve |
SKILLFILE_QUIET | Suppress progress output (same as --quiet) |
Commit Skillfile, Skillfile.lock, and .skillfile/patches/ to your repo. That's it.
The most common team setup: write your own skills in the repo and mix in community ones. Everyone gets the same AI behavior.
```bash
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,skillfile 在Prompt模板赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | skillfile |
| 原始描述 | 开源Prompt模板:One-stop shop for AI skills and agents. Search 110K+ community skills, install a。⭐125 · Rust |
| Topics | promptai-agentsai-skillsai-toolsantigravityclauderust |
| GitHub | https://github.com/eljulians/skillfile |
| License | Apache-2.0 |
| 语言 | Rust |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端