litestartup-com/litestartup-skills
Publish blog, docs, website, changelog, send campaign email directly from your AI agent. Write content, run one prompt, go live in seconds.
项目介绍Project Overview
LiteStartup Skills 是面向 LiteStartup 的模块化 AI 技能包,让 AI 编辑器直接完成内容发布。核心能力是通过单一提示同步发布博客、文档、网站、变更日志及营销邮件,无需切换工具。适用于需要在编辑器内一站式管理并部署内容的开发者与团队。注意:需先绑定 LiteStartup 账号并配置 litestartup.yaml,部分功能依赖 Codex、Claude Code 或 Cursor 等支持适配器的编辑器。
LiteStartup Skills is a modular AI skill package for LiteStartup that enables direct content publishing from an AI editor. Its core capability is one-prompt syncing of blogs, docs, websites, changelogs, and campaign emails without leaving the workspace. Use it when developers or teams need to author and deploy content end-to-end inside their editor. Note: it requires binding a LiteStartup account, configuring litestartup.yaml, and an editor with adapter support such as Codex, Claude Code, or Cursor.
请帮我了解并安装插件:【litestartup-skills】【https://github.com/litestartup-com/litestartup-skills】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add github:litestartup-com/litestartup-skills
把 litestartup-com/litestartup-skills 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
LiteStartup Skills
Modular AI skill packages for LiteStartup. Install all or pick what you need.
What Problem Does It Solve?
Your AI editor writes great code — but publishing content still requires dashboards, CLIs, or manual deploys. LiteStartup Skills bridges that gap:
- One prompt to publish — write content in your editor, say "sync", and it's live
- No context switching — blog, docs, website, changelog, email all from the same workspace
- Spec-driven quality — AI follows precise format rules, no broken pages or bad frontmatter
- Git-native — your content repo is the single source of truth
Available Skills
| Skill | Description | Directory |
|---|---|---|
| Publish | Publish blog, docs, website, changelog, and send campaign emails from your AI editor | skills/litestartup-publish/ |
| Admin | Initialize, configure and deploy SaaS applications using litesaas-admin boilerplate | skills/litestartup-admin/ |
More skills coming soon: video-generator, deploy.
Quick Start
Option A: npx (recommended)
# Install a specific skill
npx skills add litestartup-com/litestartup-skills --skill litestartup-publish
npx skills add litestartup-com/litestartup-skills --skill litestartup-admin
Option B: Manual
# 1. Clone
git clone https://github.com/litestartup-com/litestartup-skills.git
# 2. Copy adapter to your content repo
cp litestartup-skills/adapters/codex/AGENTS.md my-content/AGENTS.md
# 3. Open your content repo in AI editor, then say:
# "Bind this repo to my LiteStartup account"
# "Write a blog post about our launch"
# "Sync all content to production"
Your Content Repo Structure
After binding and writing content, your repo will look like this:
my-content/
├── litestartup.yaml ← Auto-generated config (binding, domain, sync rules)
├── blog/
│ └── announcing-myapp-launch.md
├── campaign/
│ └── june-product-launch.md
├── website/
│ ├── index.html
│ └── about.html
├── docs/
│ ├── config.json
│ └── en/
│ ├── _nav.md
│ ├── _sidebar.md
│ └── index.md
└── changelog/
└── v1.0.0.md
Editor Support
| Editor | Adapter file | Copy to |
|---|---|---|
| Codex | adapters/codex/AGENTS.md |
AGENTS.md |
| Claude Code | adapters/claude/CLAUDE.md |
CLAUDE.md |
| Cursor | adapters/cursor/litestartup.mdc |
.cursor/rules/litestartup.mdc |
Repo Structure
litestartup-skills/
├── skills/ ← npx skills add scans this directory
│ ├── litestartup-publish/ ← Publish Skill
│ │ ├── SKILL.md ← AI entry point (router)
│ │ ├── references/ ← Capabilities + content specs
│ │ ├── assets/ ← Starter templates
│ │ └── scripts/ ← Linux/macOS fallback scripts
│ └── litestartup-admin/ ← Admin Skill (agent-native, no scripts)
│ ├── SKILL.md ← AI entry point (router)
│ ├── references/ ← Init, configure, status, feature specs
│ └── assets/ ← .env template
└── adapters/ ← Per-editor integration files
Security
- API keys NEVER appear in AI conversation or logs
- Keys stored in
~/.litestartup/credentials, read only by scripts - Scope-limited:
system.publish(publish),auth(admin)
Links
- Product page: https://www.litestartup.com/products/litestartup-skills
- Documentation: https://www.litestartup.com/docs/en/features/litestartup-skills
- Demo content repo: https://github.com/litestartup-com/litestartup-workspace
License
MIT
nexu-io/open-design
ruvnet/ruflo
amruthpillai/reactive-resume
esengine/DeepSeek-Reasonix
volcengine/OpenViking
Molunerfinn/PicGo
titanwings/distilly
titanwings/colleague-skill