eve-project-bootstrap by incept5/eve-skillpacks
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-project-bootstrap使用此流程将现有仓库连接到 Eve 并运行首次部署。
从管理员处获取暂存环境 API URL。
创建并使用一个配置文件:
eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging
eve org ensure my-org --slug myorg
eve project ensure --name "My App" --slug my-app --repo-url git@github.com:me/my-app.git --branch main
URL 影响: 这些 slug 决定了您的部署 URL 和 K8s 命名空间:
{service}.{orgSlug}-{projectSlug}-{env}.{domain} (例如,api.myorg-my-app-staging.eh1.incept5.dev)eve-{orgSlug}-{projectSlug}-{env} (例如,eve-myorg-my-app-staging)Use this flow to connect an existing repo to Eve and get the first deploy running.
Get the staging API URL from your admin.
Create and use a profile:
eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging
eve org ensure my-org --slug myorg
eve project ensure --name "My App" --slug my-app --repo-url git@github.com:me/my-app.git --branch main
URL impact: These slugs determine your deployment URLs and K8s namespaces:
{service}.{orgSlug}-{projectSlug}-{env}.{domain} (e.g., api.myorg-my-app-staging.eh1.incept5.dev)eve-{orgSlug}-{projectSlug}-{env} (e.g., eve-myorg-my-app-staging)广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Slug 是不可变的——请选择简短且有意义的名称。
设置默认值:
eve profile set --org org_xxx --project proj_xxx
.eve/manifest.yaml 文件存在并使用 schema: eve/compose/v1。eve-manifest-authoring 技能获取结构详情。# 如果需要,创建环境
eve env create staging --project proj_xxx --type persistent
# 部署(需要 --ref 参数,值为 40 字符的 SHA 或相对于 --repo-dir 解析的引用)
eve env deploy staging --ref main --repo-dir .
# 如果环境配置了流水线,这将触发流水线。
# 使用 --direct 绕过流水线直接部署:
eve env deploy staging --ref main --repo-dir . --direct
eve system health
eve job list --phase active
eve job follow <job-id>
eve job result <job-id>
通过 {service}.{orgSlug}-{projectSlug}-{env}.{domain} 访问应用。
每周安装数
157
仓库
首次出现
2026年2月8日
安全审计
安装于
gemini-cli157
codex157
claude-code154
pi59
opencode36
github-copilot36
Slugs are immutable — choose short, meaningful values.
Set defaults:
eve profile set --org org_xxx --project proj_xxx
.eve/manifest.yaml is present and uses schema: eve/compose/v1.eve-manifest-authoring skill for structure details.# Create environment if needed
eve env create staging --project proj_xxx --type persistent
# Deploy (requires --ref with 40-char SHA or a ref resolved against --repo-dir)
eve env deploy staging --ref main --repo-dir .
# If the environment has a pipeline configured, this triggers the pipeline.
# Use --direct to bypass pipeline and deploy directly:
eve env deploy staging --ref main --repo-dir . --direct
eve system health
eve job list --phase active
eve job follow <job-id>
eve job result <job-id>
Access apps via {service}.{orgSlug}-{projectSlug}-{env}.{domain}.
Weekly Installs
157
Repository
First Seen
Feb 8, 2026
Security Audits
Installed on
gemini-cli157
codex157
claude-code154
pi59
opencode36
github-copilot36
iOS Vision框架开发指南:计算机视觉、OCR、姿态检测与Visual Intelligence集成
152 周安装
cc-skill-continuous-learning:Claude代码模板持续学习技能,提升开发效率与代码质量
152 周安装
Git提交工作流优化工具 - 遵循Conventional Commits规范,提升代码审查效率
152 周安装
测试自动化框架指南:Playwright与pytest最佳实践,提升测试效率与可维护性
152 周安装
nf-core 流程部署指南:生物信息学分析自动化与Nextflow开发
152 周安装
解决方案架构师技能:复杂销售场景技术需求分析、解决方案设计与集成架构
152 周安装