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.

main技能 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:litestartup-com/litestartup-skills

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 0392921同步于 2026年8月18日

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

SkillDescriptionDirectory
PublishPublish blog, docs, website, changelog, and send campaign emails from your AI editorskills/litestartup-publish/
AdminInitialize, configure and deploy SaaS applications using litesaas-admin boilerplateskills/litestartup-admin/

More skills coming soon: video-generator, deploy.

Quick Start

# 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

EditorAdapter fileCopy to
Codexadapters/codex/AGENTS.mdAGENTS.md
Claude Codeadapters/claude/CLAUDE.mdCLAUDE.md
Cursoradapters/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)

License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

文档已检测

仓库信息

开发语言
Shell
许可证
MIT
最后更新
2026年8月16日 04:36

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。