easyrunner-skills
NewAI skills (skill.md) for the EasyRunner.xyz CLI - the single-server self-hosting tool.
Summary
xyz CLI, a single-server self-hosting tool.
- It helps developers deploy, manage, and troubleshoot applications on a single server with ease, leveraging AI to automate common tasks and provide guidance.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/easyrunner-skills.md https://raw.githubusercontent.com/janaka/easyrunner-skills/main/SKILL.md/easyrunner-skillsUse Cases
Usage Examples
/easyrunner-skills deploy my-app --repo https://github.com/user/app --port 3000
Help me set up a Node.js app on my EasyRunner server with SSL and a custom domain.
Check the logs for my deployed app and suggest why it's returning 502 errors.
Security Audits
Frequently Asked Questions
What is easyrunner-skills?
The easyrunner-skills skill provides AI-powered assistance for the EasyRunner.xyz CLI, a single-server self-hosting tool. It helps developers deploy, manage, and troubleshoot applications on a single server with ease, leveraging AI to automate common tasks and provide guidance.
How to install easyrunner-skills?
To install easyrunner-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/easyrunner-skills.md https://raw.githubusercontent.com/janaka/easyrunner-skills/main/SKILL.md. Finally, /easyrunner-skills in Claude Code.
What is easyrunner-skills best for?
easyrunner-skills is a skill categorized under General. Created by janaka.
What can I use easyrunner-skills for?
easyrunner-skills is useful for: Deploy a web application to a single server using EasyRunner CLI with AI-guided configuration.; Troubleshoot deployment failures by analyzing logs and suggesting fixes.; Automate server setup and dependency installation for a new project.; Manage multiple applications on the same server with resource allocation recommendations.; Generate Docker Compose files and Nginx configurations optimized for single-server hosting.; Monitor server health and receive proactive alerts for potential issues..