원클릭으로
general-slack
Use when working with Slack Lists URLs, record IDs, or Slack-related tasks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when working with Slack Lists URLs, record IDs, or Slack-related tasks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when deploying Cloudflare Workers, managing R2 storage, or working with Cloudflare infrastructure
Use when working with ANTD components, theme tokens, icons, forms, or feedback components (message/notification/modal)
Use when adding, referencing, or serving static assets (images, fonts, videos, 3D models) through the R2 CDN pipeline with type-safe imports
Use when writing or reviewing JavaScript/TypeScript code for style patterns like concise arrows, inline handlers, expression formatting, or when tempted to use eslint-disable
Use when working with environment variables in frontend code
Use when creating or modifying keyboard shortcuts/hotkeys in frontend code
| name | general-slack |
| description | Use when working with Slack Lists URLs, record IDs, or Slack-related tasks |
Use MCP tools for Slack Lists operations. Full documentation: .claude/commands/slack.md
This skill applies when you encounter:
lightcraftstudios.slack.com/lists/*Rec0A... (e.g., Rec0A3T2NMK5W)Extract list_id and record_id from URLs:
https://lightcraftstudios.slack.com/lists/THS95RHGC/<list_id>?record_id=<record_id>
Example: https://lightcraftstudios.slack.com/lists/THS95RHGC/F0A0WK6KR8U?record_id=Rec0A2HTC7AM6
list_id: F0A0WK6KR8Urecord_id: Rec0A2HTC7AM6| List | ID |
|---|---|
| Requests | F0A0WK6KR8U |
| Features | F0A13TAUWKH |
| Tool | Use When |
|---|---|
mcp__slack__lists_get_items | Fetch all items from a list |
mcp__slack__lists_get_item | Get single item by record ID |
mcp__slack__lists_update_item | Update item fields |
mcp__slack__lists_create_item | Create new item |
mcp__slack__chat_post_message | Post to channel/DM |
mcp__slack__files_upload | Upload file to Slack |
mcp__slack__cache_query | Query PostgreSQL cache |
mcp__slack__cache_sync | Sync lists to cache |
Get item details:
mcp__slack__lists_get_item(list_id="<list_id>", item_id="<record_id>")
Update status/deployment: Use mcp__slack__lists_update_item with field_type="select" and option IDs from slack.md.
For column IDs, option IDs, and field type formats, see .claude/commands/slack.md.
List item titles follow this pattern:
[Domain]: [Sub-Domain]: [Theme] - [Feature]
:Examples:
| Title | Domain | Sub-Domain | Theme - Feature |
|---|---|---|---|
USDZ Objects: MaterialX & Texture Support | USDZ Objects | — | MaterialX & Texture Support |
Scene: Timeline: Stage 1 - Layout Foundation | Scene | Timeline | Stage 1 - Layout Foundation |
Scene: Canvas: Fix - Play head jittering | Scene | Canvas | Fix - Play head jittering |
Auth: OAuth2 - Google Integration | Auth | — | OAuth2 - Google Integration |
Sub-domains are optional—use them only when the domain has distinct sub-areas (e.g., Scene has Timeline, Canvas, Outliner).