经 AI Skill Hub 精选评估,AI工作流模板 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
AI工作流模板 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI工作流模板 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/snowdreamtech/template cd template # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 template --help # 基本运行 template [options] <input> # 详细使用说明请查阅文档 # https://github.com/snowdreamtech/template
# template 配置说明 # 查看配置选项 template --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export TEMPLATE_CONFIG="/path/to/config.yml"
An enterprise-grade, foundational template designed for multi-AI IDE collaboration. This repository serves as a Single Source of Truth for AI agent rules, workflows, and project configurations, supporting over 50 different AI-assisted IDEs with massive multi-language support.
The Snowdream Tech Template is a foundational scaffold engineered to solve the "N-IDE Fragmentation" problem. It standardizes the development environment, AI agent rules, and automation pipelines across varied platforms and languages.
Key Capabilities:
.agent/rules/. Changes propagate automatically to all supported IDEs via a secure symlink/redirect pattern..agent/workflows/ commands (speckit.plan, speckit.analyze, snowdreamtech.init) that behave consistently across all supported environments.make verify to ensure all quality gates are green.make audit to verify security compliance.CHANGELOG.md is updated.git clone <repo>
cd <repo>
git config core.ignorecase false # MANDATORY for Mac/Windows
make setup
make install
make setup (bootstraps mise and core tools).make install (installs project dependencies).make verify (ensures everything is green).The GITHUB_PROXY (default: https://gh-proxy.sn0wdr1am.com/) is optimized for specific network acceleration scenarios. Misusing it for unsupported protocols (like Git) will result in errors.
| Scenario | Supported? | Example / Note |
|---|---|---|
| **Release Files** | ✅ Yes | .../releases/download/v1.0/tool.zip |
| **Source Archives** | ✅ Yes | .../archive/master.zip or .tar.gz |
| **Direct File Links** | ✅ Yes | .../blob/master/filename |
| **Git Clone** | ❌ **No** | Do **not** use for git clone or insteadOf configs. |
| **Project Folders** | ❌ **No** | Browsing/cloning via proxy is not supported. |
[!IMPORTANT] To prevent breaking toolchains (likemiseorasdf), this template explicitly disables Git redirection via this proxy. Use it only for direct HTTP downloads in scripts.
| Parameter | Purpose | Location |
|---|---|---|
PROJECT_NAME | Project identity | init-project.sh |
GITHUB_PROXY | Network optimization (See [Proxy Usage](#-proxy-usage-scenarios)) | scripts/lib/common.sh |
VERSION | Semantic versioning | package.json |
.md file in .agent/rules/ and link it in 00-index.md..md files to .agent/workflows/..myide/) following the symlink pattern in Rule 03.make install fails on Windows.ExecutionPolicy allows script execution.Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass..gitleaks.toml allowlist..gitleaksignore.make install with Python errors.ls .venv/bin/python.rm -rf .venv && make install.---
高质量AI工作流模板,适合企业级开发
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:AI工作流模板 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | template |
| 原始描述 | 开源AI工作流:An enterprise-grade, foundational template designed for multi-AI IDE collaborati。⭐13 · Shell |
| Topics | aienterprisetemplateshell |
| GitHub | https://github.com/snowdreamtech/template |
| License | MIT |
| 语言 | Shell |
收录时间:2026-05-25 · 更新时间:2026-05-26 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端