·makefile-for-telegram
</>

makefile-for-telegram

Generate a Makefile for Telegram bot projects with LaunchAgent service management. Use when setting up a new Telegram bot project or adding service management to an existing one.

28Installs·0Trend·@htlin222

Installation

$npx skills add https://github.com/htlin222/dotfiles --skill makefile-for-telegram

How to Install makefile-for-telegram

Quickly install makefile-for-telegram AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/htlin222/dotfiles --skill makefile-for-telegram
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: htlin222/dotfiles.

SKILL.md

View raw

Generate a production-ready Makefile for Telegram bot projects running on macOS with LaunchAgent background service support.

| make setup | First-time setup (install deps, create .env) | | make run | Run bot in foreground | | make dev | Run with auto-reload (watch mode) |

| make start | Install and start background service | | make stop | Stop background service | | make restart | Restart background service | | make status | Check if service is running | | make logs | Tail stdout logs | | make logs-err | Tail stderr logs | | make uninstall | Remove background service |

Generate a Makefile for Telegram bot projects with LaunchAgent service management. Use when setting up a new Telegram bot project or adding service management to an existing one. Source: htlin222/dotfiles.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/htlin222/dotfiles --skill makefile-for-telegram
Category
</>Dev Tools
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from htlin222/dotfiles

Quick answers

What is makefile-for-telegram?

Generate a Makefile for Telegram bot projects with LaunchAgent service management. Use when setting up a new Telegram bot project or adding service management to an existing one. Source: htlin222/dotfiles.

How do I install makefile-for-telegram?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/htlin222/dotfiles --skill makefile-for-telegram Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/htlin222/dotfiles

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-06