lilienblumlilienblumCommunityยท3 Agent Skills Included

tako

Deploy apps to your own servers with HTTPS and rollbacks

Deploys web apps to your own servers with rolling updates, load balancing, HTTPS, secrets, and logs built in. Removes the need for complex cloud configs, manual server setup, and stitched-together deployment scripts. Includes SDKs for JavaScript, Go, and Rust plus CLI commands for local development, scaling, rollbacks, and server management.
npx skills add lilienblum/tako --all -g -y
Available:

Gives your AI agent architectural rules, testing requirements, and workflow conventions to follow when writing or modifying code in the Tako codebase.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Tako?โ–ผ

Run `npx skills add lilienblum/tako --all -g -y` in your terminal to install all Tako skills globally for your agent.

How to deploy an app to my own server?โ–ผ

Run `tako init` in your project, add a server with `tako servers add`, then run `tako deploy`. Tako handles the build, rolling update, HTTPS, and health checks automatically.

Does Tako work with Next.js and Vite apps?โ–ผ

Yes. The JavaScript SDK ships adapters for Next.js standalone builds and Vite-based SSR frameworks like TanStack Start, Nuxt, and SolidStart.

Can I use Tako with Go or Rust apps?โ–ผ

Yes. Tako provides Go and Rust SDKs that wrap your existing HTTP handlers with health checks, graceful shutdown, and typed secrets.

Does Tako work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’