content-ops-netlify
π―Skillfrom eng0ai/eng0-template-skills
Provisions and configures a Netlify-hosted content operations starter project for streamlined blog or content management workflows.
Installation
npx skills add https://github.com/eng0ai/eng0-template-skills --skill content-ops-netlifySkill Details
Overview
# 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:
- Clones the template repository
- Installs dependencies
- Configures environment (if needed)
- 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:
- Builds the project for production
2.
More from this repository10
Creates a product landing page for SPYLT with advanced GSAP animations and an Awwwards-style design aesthetic.
Performs comprehensive financial analysis by leveraging AI to generate in-depth research reports, extracting insights from multiple financial data sources and company documents.
Creates a professional designer portfolio landing page optimized for Awwwards design competition standards and showcasing creative work.
Creates a professional gaming landing page with high-end design and interactive elements optimized for winning web design awards.
Provides a starter template for building a chat application using TanStack (React Query) and deploying it on Netlify.
stripe-one-time-payment skill from eng0ai/eng0-template-skills
Creates a Vue.js project template using Vite, providing a quick and modern setup for developing Vue web applications with fast build tooling.
Generates and sets up an Astro-based landing page template with modern web design and wind-based styling for quick website creation.
Manages Stripe subscription creation, configuration, and lifecycle handling for seamless recurring payment integration in web applications.
Provides a structured template for setting up a monorepo-style backend API project using Deno, facilitating modular and scalable TypeScript microservices development.