설치
npx -y @deepseek-ai/dsh plugin --profile web add github:litestartup-com/litestartup-skills이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
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
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- Shell
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 16. 오전 4:36
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.