{
  "markdown": "# eng0-template-skills\n\nCentralized repository for all eng0 platform template skills. Each template has its own directory with specialized skills for setup and deployment.\n\n## Directory Structure\n\n```\neng0-template-skills/\n├── [template-id]/\n│   ├── build-and-deploy/\n│   │   └── SKILL.md       # Deployment instructions\n│   └── setup/\n│       └── SKILL.md       # Project setup from scratch\n├── README.md\n```\n\n## Available Templates\n\n| Template ID | Name | Category | Skills |\n|-------------|------|----------|--------|\n| award-winning-website | Gaming Landing Page | landing | setup, build-and-deploy |\n| awwwards-landing-page | Designer Portfolio | landing, portfolio | setup, build-and-deploy |\n| gsap-awwwards-website | SPYLT Product Landing | landing | setup, build-and-deploy |\n| natural-language-postgres | Chat App On Your Data | ai | setup |\n| natural-language-postgres-presentation | Presentation On Your Data | ai, slides | setup |\n| happiness-dashboard | Dashboard App | ai | setup, build-and-deploy |\n| langchain-agent | LangChain Agent | ai | setup |\n| langchain-retrieval | LangChain Retrieval | ai | setup |\n| langchain-retrieval-agent | LangChain Retrieval Agent | ai | setup |\n| ai-chatbot | AI Chatbot (Chat SDK) | ai | setup, build-and-deploy |\n| nextjs-blog-netlify | Next.js Blog (Netlify) | blog | setup |\n| gatsby-ecommerce-netlify | Gatsby E-commerce | starter | setup |\n| tanstack-chat-netlify | TanStack Chat | starter | setup |\n| content-ops-netlify | Content Ops Starter | blog | setup |\n| dillion-portfolio | Developer Portfolio | portfolio | setup, build-and-deploy |\n| nuxt-starter-netlify | Nuxt Starter | starter | setup |\n| astro-supabase-netlify | Astro + Supabase | starter | setup |\n| nextjs-supabase | Next.js + Supabase | starter | setup |\n| fastapi-fullstack | FastAPI Full Stack | backend | setup |\n| express-mcp | Express MCP Server | tools | setup |\n| express-typescript-starter | Express TypeScript Starter | backend | setup |\n| fastapi-backend-template | FastAPI Backend | backend | setup |\n| nestjs-typescript-starter | NestJS TypeScript Starter | backend | setup |\n| deno-monorepo-template | Deno Monorepo API | backend | setup |\n| axum-rust-template | Axum Rust API | backend | setup |\n| go-backend-clean-architecture | Go Clean Architecture | backend | setup |\n| chrome-extension-boilerplate-react-vite | Chrome Extension Boilerplate | tools | setup |\n| vite-react | React + Vite | starter | setup, build-and-deploy |\n| vite-vue | Vue + Vite | starter | setup, build-and-deploy |\n| screwfast | ScrewFast Landing Page | landing, blog | setup, build-and-deploy |\n| mantis-react-admin | Mantis React Admin | dashboard | setup, build-and-deploy |\n| tailadmin-nextjs | TailAdmin Dashboard | dashboard | setup, build-and-deploy |\n| astrowind | AstroWind Landing Page | landing, blog | setup, build-and-deploy |\n| magic-portfolio | Magic Portfolio | portfolio | setup, build-and-deploy |\n| denuvo-slides | Denuvo Reverse Engineering Slides | slides | setup, build-and-deploy |\n| ncine-presentation | nCine Game Framework Slides | slides | setup, build-and-deploy |\n| py-intro | Python Zero To Hero Slides | slides | setup, build-and-deploy |\n| kubecon-llm-k8s | KubeCon LLM K8s Slides | slides | setup, build-and-deploy |\n| developer-portfolio | Developer Portfolio Pro | portfolio | setup, build-and-deploy |\n| stripe-one-time-payment | Stripe One-Time Payment | payments | setup, build-and-deploy |\n| stripe-subscription | Stripe Subscription | payments, saas | setup, build-and-deploy |\n\n## Skills\n\n### setup\n\nThe `setup` skill initializes a template in an empty project directory:\n\n1. Clones the template repository\n2. Installs dependencies\n3. Configures environment (if needed)\n4. Verifies the setup with a build\n\n**Usage:** When starting a new project from a template, invoke the `setup` skill to bootstrap the entire project.\n\n### build-and-deploy\n\nThe `build-and-deploy` skill handles production deployment:\n\n1. Builds the project for production\n2. Deploys to Vercel or Netlify\n3. Handles environment variables\n4. Database migrations (if applicable)\n\n**Usage:** After developing your project, invoke the `build-and-deploy` skill to deploy to production.\n\n## Usage with Claude Code\n\nSkills are automatically available in Claude Code. Simply describe what you want to do:\n\n- \"Set up the vite-react template in this directory\"\n- \"Deploy this project to Vercel\"\n- \"Initialize the ai-chatbot template here\"\n\n## Usage with Other Code Agents\n\nFor other code agents (Cursor, Windsurf, Cline, etc.):\n\n1. Navigate to the template directory: `eng0-template-skills/[template-id]/`\n2. Read the relevant skill file: `setup/SKILL.md` or `build-and-deploy/SKILL.md`\n3. Follow the step-by-step instructions\n\n## Template Registry\n\nThe authoritative list of templates is maintained in:\n`cctools/relay/src/data/project-templates.json`\n\n## Contributing\n\nTo add a new template skill:\n\n1. Create a directory with the template ID\n2. Add `setup/SKILL.md` with initialization instructions\n3. Add `build-and-deploy/SKILL.md` with deployment instructions (if applicable)\n4. Update this README with the new template\n",
  "bytes": 5139,
  "sha": "1441630bc5635b171d2f293805c37d3acfce462694bf657023001323a5a3524b",
  "repo_slug": "rebyteai-template/rebyte-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_rebyteai_template_rebyte_skills_awwwards_97f68af4/readme"
}