You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌐 Browse / download: site source repo (enable GitCode Pages for a live site, already synced to v0.19.0):
gitcode.com/badhope/skillkit-site.
Per-pack and full _all.zip are on each platform's Releases (see "Platform sync status" below).
Deploy guide: docs/DEPLOY-SITE.md
Curated scene packs for AI tools. Each pack = one real-world scenario, containing multiple hand-picked skills. Download a zip → unzip → drag the skill folders into your AI tool's skills directory → it just works.
Positioning
The scenario is the answer — grounded in platform + tool.
flowchart LR
A[Real-world scenario] --> B[Scene pack<br/>1 pack = 1 scenario]
B --> C[Group of collaborating skills<br/>2–18 of them]
C --> D[Drop into AI tool<br/>skills dir]
D --> E[Works in new session]
style A fill:#eaf2ff,stroke:#5b8def
style E fill:#eafaea,stroke:#4caf72
Loading
Every pack maps to a concrete scenario ("review a PR", "build CI/CD", "post to my blog"), not a broad domain.
Every pack bundles the skills that work together for that scenario — from a focused pair to an 18-skill suite (Content Publishing Automation covers 16 Chinese platforms end-to-end).
Every skill's source is clearly attributed (upstream curated / self-authored / open-source distilled).
Generation-quality skills live or die on how detailed the prompt is. We ship high-density detail lexicons — term + effect/mood + when-to-use + example — to consult before writing a prompt:
Lexicon
Domain
Coverage
cinematography-lexicon.md
视频
17 种转场 / 动作动词空间语义 / 微表情表演 / 速度节奏 / 五模型方言 / 迭代修复对照
Representative skill chains (pipelines, not single points)
flowchart LR
subgraph Short-video pipeline
S[video-script-writer] --> V[video-voice-synth]
V --> L[video-lip-sync] --> E[video-editor]
E --> SUB[video-subtitles] --> T[video-thumbnail] --> P[Publish]
end
subgraph Research-writing chain
R[deep-research] --> O[article-outliner] --> D[article-drafter]
D --> C[content-editor] --> Q[seo-optimizer]
end
subgraph Publishing chain
W[Article/Video] --> A[ai-cover-generator] --> X[cross-post-orchestrator]
X --> Z[16+ platforms]
end
Loading
skill_chains.json ships 18 chain domains / 58 chains, pinning "who runs first, who hands off to whom" so cross-module calls never get lost.
Platform sync status
Platform
Repo
Code sync
Release / assets
Status
GitCode
badhope/awesome-skillkit
✅ through 0.19.0
✅ created
OK
Gitee
badhope/awesome-skillkit
✅ through 0.19.0
✅ v0.19.0, 36 zip assets
OK
GitHub
x33834/awesome-skillkit
⚠️ push from local
⚠️ none
Sandbox egress ACL cuts TLS; run git push origin main --follow-tags locally (token needs repo+workflow)
Site
badhope/skillkit-site
✅ synced v0.19.0
—
Enable GitCode Pages to go live
Directory layout
packs/ # scene pack definitions (one dir per scenario; pack.json = metadata + skill list + sources)
skills/ # single source of truth for all skills (multi-level taxonomy)
├─ programming/ # upstream curated (alirezarezvani, 33 programming skills)
├─ writing/ # self-authored scenario skills
├─ video/ design/ audio/ marketing/ education/ scenarios/ …
└─ skill_chains.json # 13 domains / 48 chains
dist/ # build output: one zip per pack (gitignored)
Sources & attribution
Two tracks, fully attributed per-skill in manifest.json, each packs/*/pack.json, and SOURCES.md:
Self-authored (105): skills/writing/, scenarios/, design/, audio/ etc. — China-platform automation, video/image/audio pipelines, de-AI writing, memory systems, homework autopilot, all original workflows with executable lint scripts + unit tests, dry-run by default.
Other distilled (10): methodology distilled from Anthropic public skills docs, mem0/letta/Claude memory tool, Kokoro/Qwen3-TTS ecosystem — all credited in references/sources-and-methodology.md, zero content copied.
Build & release
python3 build.py # single build entry: dist/*.zip per pack + dist/_all.zip
python3 tools/release.py 0.19.0 --commit # validate CHANGELOG → bump → commit → tag
git push origin main --follow-tags # push code + three version tags# Create the release on Gitee / GitCode and upload dist/*.zip (manifest.json version is the single source of truth)
Curated Agent Skills scene-packs for AI tools: 27 packs / 113 skills — AI media generation, research & writing, content publishing (18+ Chinese platforms), dev & ops, office productivity.