datamaker-kr
- 36 skills
- 0 followers
- 1 week ago last updated
- ▌ Update Config Command · datamaker-krRun the `synapse-plugin-helper:update-config` workflow from the original Claude slash command. Use when the user asks to sync action metadata from code into config.yaml
- ▌ Update Docs Command · datamaker-krRun the `platform-dev-team-common:update-docs` workflow from the original Claude slash command. Use when the user asks to manually triggers documentation analysis and updates. Scans repository for outdated documentation and generates Mermaid charts for architectural changes.
- ▌ Add Changelog Command · datamaker-krRun the `platform-dev-team-common:add-changelog` workflow from the original Claude slash command. Use when the user asks to add a changelog entry to CHANGELOG.md in the Unreleased section following Keep a Changelog format with CalVer versioning.
- ▌ Update Pr Desc Command · datamaker-krRun the `platform-dev-team-common:update-pr-desc` workflow from the original Claude slash command. Use when the user asks to updates PR description with comprehensive template compliance, mandatory Mermaid charts, and support for Korean/English. Auto-detects project type and adapts content accordingly.
- ▌ Update Pr Title Command · datamaker-krRun the `platform-dev-team-common:update-pr-title` workflow from the original Claude slash command. Use when the user asks to updates PR title with auto-generated description based on commits and changes. Supports Korean and English, preserves ticket IDs.
- ▌ Sync Jira Tickets Command · datamaker-krRun the `platform-dev-team-common:sync-jira-tickets` workflow from the original Claude slash command. Use when the user asks to 현재 프로젝트의 CHANGELOG.md에 있는 Jira 티켓들을 Git 브랜치 상태에 맞게 동기화합니다.
- ▌ Migrate Plugin To Server Command · datamaker-krRun the `synapse-plugin-helper:migrate-plugin-to-server` workflow from the original Claude slash command. Use when the user asks to migrate plugins and their latest releases from one Synapse server to another
- ▌ Analyze Command · datamaker-krRun the `speckit-helper:analyze` workflow from the original Claude slash command. Use when the user asks to analyze specifications for consistency, gaps, and quality issues (read-only)
- ▌ Specify Command · datamaker-krRun the `speckit-helper:specify` workflow from the original Claude slash command. Use when the user asks to create a feature specification from natural language requirements
- ▌ Checklist Command · datamaker-krRun the `speckit-helper:checklist` workflow from the original Claude slash command. Use when the user asks to generate quality checklists that validate specification completeness and clarity
- ▌ Implement Command · datamaker-krRun the `speckit-helper:implement` workflow from the original Claude slash command. Use when the user asks to execute implementation from task list with dependency-aware ordering
- ▌ Plan With Requirements · datamaker-krLite 파이프라인 — requirements.md에서 곧장 plans.md를 생성합니다. low 난이도 / 단순 작업에 사용. specs.md 단계를 건너뜁니다.
- ▌ Logs Command · datamaker-krRun the `synapse-plugin-helper:logs` workflow from the original Claude slash command. Use when the user asks to stream logs from a running Synapse job
- ▌ Test Command · datamaker-krRun the `synapse-plugin-helper:test` workflow from the original Claude slash command. Use when the user asks to run a plugin action locally for testing
- ▌ Constitution Command · datamaker-krRun the `speckit-helper:constitution` workflow from the original Claude slash command. Use when the user asks to create or update project constitution defining principles and governance rules
- ▌ Debug Command · datamaker-krRun the `synapse-plugin-helper:debug` workflow from the original Claude slash command. Use when the user asks to diagnose and fix common Synapse plugin issues
- ▌ Specify With Requirements · datamaker-krRead requirements markdown and generate detailed technical specifications. Analyzes requirements, clarifies ambiguities, and updates the specs document. Use when user has written requirements and wants to generate specs. Also handles lite→full pipeline escalation.
- ▌ Export Status Command · datamaker-krRun the `synapse-export:export-status` workflow from the original Claude slash command. Use when the user asks to check status and logs of a Synapse export job
- ▌ Config Command · datamaker-krRun the `synapse-plugin-helper:config` workflow from the original Claude slash command. Use when the user asks to show current plugin configuration, categories, and connected Synapse agents
- ▌ Create Command · datamaker-krRun the `synapse-plugin-helper:create` workflow from the original Claude slash command. Use when the user asks to create a new Synapse plugin with guided setup
- ▌ Upload Status Command · datamaker-krRun the `synapse-upload:upload-status` workflow from the original Claude slash command. Use when the user asks to check status and logs of a Synapse upload job
- ▌ Dry Run Command · datamaker-krRun the `synapse-plugin-helper:dry-run` workflow from the original Claude slash command. Use when the user asks to validate Synapse plugin before deployment
- ▌ Publish Command · datamaker-krRun the `synapse-plugin-helper:publish` workflow from the original Claude slash command. Use when the user asks to publish Synapse plugin to the platform
- ▌ Tasks To Issues Command · datamaker-krRun the `speckit-helper:tasks-to-issues` workflow from the original Claude slash command. Use when the user asks to convert tasks from tasks.md into GitHub Issues with labels and dependencies
- ▌ Synapse Config YAML Guide · datamaker-kr bundleExplains how to write Synapse plugin config.yaml files. Use when the user asks about "config.yaml", "plugin configuration", "action definition", "execution method", "runtime environment", or needs help with synapse plugin settings.
- ▌ Synapse Applications · datamaker-kr bundleBuild a new Synapse App as an OCI image and publish it to the Datamaker registry so the workspace can install it via the App Store. Use when the user asks to create/scaffold a Synapse App, sub-app, plugin, iframe app, or embedded dashboard, or mentions synapse-app.yaml, /plugins registry, apiVersion synapse.datamaker.io/v1, or the iframe bridge. Supports React, Vue, Next.js, Nuxt 3, Gradio, Streamlit, Static HTML, Django, FastAPI (priority in that order).
- ▌ Init Specs · datamaker-krInitialize spec documents (requirements, specs, plans) for a new task. Creates scaffolded markdown files in specs/ directory. Use when user wants to start a new task specification.
- ▌ Spec Manager · datamaker-kr bundleOrchestrates specification management workflow by coordinating init-specs, specify-with-requirements, plan-with-specs, plan-with-requirements, update-requirements, and sync-to-jira skills. Manages the full lifecycle of task specifications from requirements through implementation planning and Jira push-back.
- ▌ Sync To Jira · datamaker-kr완성된 specs/plans 문서를 Jira 이슈로 push-back 합니다 (Markdown → ADF 자동 변환). Jira MCP가 가용한 환경에서만 동작합니다.
- ▌ Help Command · datamaker-krRun the `speckit-helper:help` workflow from the original Claude slash command. Use when the user asks to show all available Speckit Helper commands, workflow, and quick-start guide
- ▌ Plan Command · datamaker-krRun the `speckit-helper:plan` workflow from the original Claude slash command. Use when the user asks to generate technical design and planning documents from specification
- ▌ Tasks Command · datamaker-krRun the `speckit-helper:tasks` workflow from the original Claude slash command. Use when the user asks to decompose specifications and plans into executable, dependency-ordered tasks
- ▌ Refine Command · datamaker-krRun the `speckit-helper:refine` workflow from the original Claude slash command. Use when the user asks to update an existing specification with new information or changed requirements
- ▌ Export Command · datamaker-krRun the `synapse-export:export` workflow from the original Claude slash command. Use when the user asks to export annotations, ground truth, or task data from a Synapse project
- ▌ Upload Command · datamaker-krRun the `synapse-upload:upload` workflow from the original Claude slash command. Use when the user asks to upload files from a local or remote source to a Synapse data collection
- ▌ Update Requirements · datamaker-krUpdate requirements and cascade changes to specs and plans. Accepts natural language change descriptions to modify the full spec chain. Use when user wants to add, remove, or modify requirements.