community-project-publish
Installation
SKILL.md
What this is
Skill-side client for the community-projects ecosystem. Backed by:
- Gateway:
https://community.iamstarchild.com/api/code-projects/*(X-Internal-Key auth) - Storage:
Starchild-ai-agent/community-projectsGitHub repo - Install target:
output/projects/{slug}/
Project ≠ Skill. Skills are workflow instructions (this thing). Projects are runnable code (what this thing publishes/forks).
When to use
| User says | Action |
|---|---|
| "Share / publish / 发布 my project" | publish_project(project_dir) |
| "Fork / install / 拉取 a project" | fork_project(source) |
| "Browse / list / search projects" | list_projects(...) |
| "I have some scattered code, make it a project" | tidy_project(any_dir) |
| "Update my published project" | update_project(project_dir) |