ワンクリックで
fork-system-builder
Use when working with the skill fork system
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when working with the skill fork system
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | fork-system-builder |
| description | Use when working with the skill fork system |
Creates new Skill with status=draft, links via forks table.
fork = Fork(
original_skill_id=original.id,
forked_skill_id=new_skill.id,
forked_by=user["user_id"],
upstream_version_at_fork=original.current_version,
)
upstream_version_at_fork enables diff detection against newer upstream versions.
original.fork_count += 1 on fork creation.
apps/api/skillhub/routers/social.pylibs/db/skillhub_db/models/social.pyapps/mcp-server/skillhub_mcp/tools/fork.pyRecord browser-based feature demos as GIFs via Playwright and optionally document them in docs/features/index.md. Trigger with "Demo <feature>" or "Demo and Document <feature>".
Use when creating service modules in apps/api/skillhub/services/
Use when writing API tests in apps/api/tests/
Use when implementing division-based access control on any endpoint
Use when adding services to docker-compose.yml or creating Dockerfiles
Use when implementing error handling across the API, frontend, or MCP server