Co-Pilot / 辅助式
更新于 25 days ago

eng0-template-skills

Rrebyteai-template
0.0k
eng0ai/eng0-template-skills
76
Agent 评分

💡 摘要

该存储库提供了在eng0平台上设置和部署各种项目的模板。

🎯 适合人群

寻求快速项目设置的Web开发人员需要简化部署流程的产品经理希望轻松启动作品集的设计师学习项目初始化和部署的学生需要快速原型工具的初创公司

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

eng0-template-skills

Centralized repository for all eng0 platform template skills. Each template has its own directory with specialized skills for setup and deployment.

Directory Structure

eng0-template-skills/
├── [template-id]/
│   ├── build-and-deploy/
│   │   └── SKILL.md       # Deployment instructions
│   └── setup/
│       └── SKILL.md       # Project setup from scratch
├── README.md

Available Templates

| Template ID | Name | Category | Skills | |-------------|------|----------|--------| | award-winning-website | Gaming Landing Page | landing | setup, build-and-deploy | | awwwards-landing-page | Designer Portfolio | landing, portfolio | setup, build-and-deploy | | gsap-awwwards-website | SPYLT Product Landing | landing | setup, build-and-deploy | | natural-language-postgres | Chat App On Your Data | ai | setup | | natural-language-postgres-presentation | Presentation On Your Data | ai, slides | setup | | happiness-dashboard | Dashboard App | ai | setup, build-and-deploy | | langchain-agent | LangChain Agent | ai | setup | | langchain-retrieval | LangChain Retrieval | ai | setup | | langchain-retrieval-agent | LangChain Retrieval Agent | ai | setup | | ai-chatbot | AI Chatbot (Chat SDK) | ai | setup, build-and-deploy | | nextjs-blog-netlify | Next.js Blog (Netlify) | blog | setup | | gatsby-ecommerce-netlify | Gatsby E-commerce | starter | setup | | tanstack-chat-netlify | TanStack Chat | starter | setup | | content-ops-netlify | Content Ops Starter | blog | setup | | dillion-portfolio | Developer Portfolio | portfolio | setup, build-and-deploy | | nuxt-starter-netlify | Nuxt Starter | starter | setup | | astro-supabase-netlify | Astro + Supabase | starter | setup | | nextjs-supabase | Next.js + Supabase | starter | setup | | fastapi-fullstack | FastAPI Full Stack | backend | setup | | express-mcp | Express MCP Server | tools | setup | | express-typescript-starter | Express TypeScript Starter | backend | setup | | fastapi-backend-template | FastAPI Backend | backend | setup | | nestjs-typescript-starter | NestJS TypeScript Starter | backend | setup | | deno-monorepo-template | Deno Monorepo API | backend | setup | | axum-rust-template | Axum Rust API | backend | setup | | go-backend-clean-architecture | Go Clean Architecture | backend | setup | | chrome-extension-boilerplate-react-vite | Chrome Extension Boilerplate | tools | setup | | vite-react | React + Vite | starter | setup, build-and-deploy | | vite-vue | Vue + Vite | starter | setup, build-and-deploy | | screwfast | ScrewFast Landing Page | landing, blog | setup, build-and-deploy | | mantis-react-admin | Mantis React Admin | dashboard | setup, build-and-deploy | | tailadmin-nextjs | TailAdmin Dashboard | dashboard | setup, build-and-deploy | | astrowind | AstroWind Landing Page | landing, blog | setup, build-and-deploy | | magic-portfolio | Magic Portfolio | portfolio | setup, build-and-deploy | | denuvo-slides | Denuvo Reverse Engineering Slides | slides | setup, build-and-deploy | | ncine-presentation | nCine Game Framework Slides | slides | setup, build-and-deploy | | py-intro | Python Zero To Hero Slides | slides | setup, build-and-deploy | | kubecon-llm-k8s | KubeCon LLM K8s Slides | slides | setup, build-and-deploy | | developer-portfolio | Developer Portfolio Pro | portfolio | setup, build-and-deploy | | stripe-one-time-payment | Stripe One-Time Payment | payments | setup, build-and-deploy | | stripe-subscription | Stripe Subscription | payments, saas | setup, build-and-deploy |

Skills

setup

The setup skill initializes a template in an empty project directory:

  1. Clones the template repository
  2. Installs dependencies
  3. Configures environment (if needed)
  4. Verifies the setup with a build

Usage: When starting a new project from a template, invoke the setup skill to bootstrap the entire project.

build-and-deploy

The build-and-deploy skill handles production deployment:

  1. Builds the project for production
  2. Deploys to Vercel or Netlify
  3. Handles environment variables
  4. Database migrations (if applicable)

Usage: After developing your project, invoke the build-and-deploy skill to deploy to production.

Usage with Claude Code

Skills are automatically available in Claude Code. Simply describe what you want to do:

  • "Set up the vite-react template in this directory"
  • "Deploy this project to Vercel"
  • "Initialize the ai-chatbot template here"

Usage with Other Code Agents

For other code agents (Cursor, Windsurf, Cline, etc.):

  1. Navigate to the template directory: eng0-template-skills/[template-id]/
  2. Read the relevant skill file: setup/SKILL.md or build-and-deploy/SKILL.md
  3. Follow the step-by-step instructions

Template Registry

The authoritative list of templates is maintained in: cctools/relay/src/data/project-templates.json

Contributing

To add a new template skill:

  1. Create a directory with the template ID
  2. Add setup/SKILL.md with initialization instructions
  3. Add build-and-deploy/SKILL.md with deployment instructions (if applicable)
  4. Update this README with the new template
五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性7/10
可维护性8/10
优缺点分析

优点

  • 提供多种不同用例的模板
  • 简化设置和部署流程
  • 支持多个部署平台
  • 鼓励社区贡献

缺点

  • 每个模板缺乏详细文档
  • 复杂项目可能需要额外配置
  • 并非所有模板都可能得到积极维护
  • 依赖管理可能具有挑战性

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 rebyteai-template.