Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

twicc

twicc에는 twidi에서 수집한 skills 29개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
29
Stars
25
업데이트
2026-07-21
Forks
4
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

twicc-create-session
기타 컴퓨터 관련 직업

Create a new TwiCC session with a prompt and optional agent settings (provider, model, effort, permission mode, etc.). Use when you or the user want to spawn a fresh Claude Code/Codex session, kick off a sub-task in another project, or scaffold from a script.

2026-07-21
twicc-update-session
기타 컴퓨터 관련 직업

Update an existing TwiCC session — change settings, title, annotations, archive/unarchive, pin/unpin, hide/unhide. Use when you or the user want to change a session without sending a message.

2026-07-21
twicc-info
기타 컴퓨터 관련 직업

Read-only inspection of TwiCC — version, providers (and enabled state), slash/dollar commands, supported models, agent-settings choices/constraints, and presets — any subset composed into one JSON. Use when you or the user need a machine-readable picture of what's available before scripting a session, picking a preset/model, or filtering commands.

2026-07-18
twicc-update-project
기타 컴퓨터 관련 직업

Update an existing TwiCC project — rename, change color, archive/unarchive, set its default provider, worktree directory or saved browser URLs, or edit per-provider agent-settings defaults. The directory is immutable; projects are archived, never deleted.

2026-07-18
twicc-update-sessions
기타 컴퓨터 관련 직업

Apply the same update to several TwiCC sessions — archive/unarchive, pin/unpin, hide/unhide, annotations, or settings. Use when you or the user want to change many sessions in one call (e.g. hide a whole batch, tag every worker in an orchestration, or bump model/effort of all your children).

2026-07-18
twicc-create-workspace
소프트웨어 개발자

Create a new TwiCC workspace — a group of projects, optionally with a color, auto-add directory patterns, an initial project list, and a browser URL. Use when you or the user want to create a workspace.

2026-07-16
twicc-update-workspace
소프트웨어 개발자

Update an existing TwiCC workspace — rename, change color, add/remove projects, add/remove auto-add patterns, manage its saved browser URLs, archive/unarchive. Use when you or the user want to tweak a workspace.

2026-07-16
twicc-orchestration-leader
기타 컴퓨터 관련 직업

Act as the leader of a TwiCC orchestration tree — decompose a user's task, spawn managers and/or workers, aggregate, and report back. Load when a user puts you in charge; read twicc-orchestration first.

2026-07-06
twicc-orchestration-manager
기타 컴퓨터 관련 직업

Act as a manager in a TwiCC orchestration tree — take your parent's mandate, decompose it across your children, aggregate, and report up. Load when a parent makes you a manager; read twicc-orchestration first.

2026-07-06
twicc-orchestration
기타 컴퓨터 관련 직업

Shared model and conventions for multi-session orchestration in TwiCC — the leader/manager/worker tree, talking to children, visibility/permission propagation. Load this first, then the skill for your mode.

2026-07-06
twicc-orchestration-worker
기타 컴퓨터 관련 직업

Act as a worker in a TwiCC orchestration tree — execute one concrete task and deliver the result to your parent. Load when a parent gives you a task; read twicc-orchestration first.

2026-07-06
twicc-artifacts
기타 컴퓨터 관련 직업

List bookmarked artifacts (viewable files saved from a session's Artifacts tab), or bookmark/unbookmark one. Use when you or the user want to browse bookmarks, filter them by project/workspace/scope, or add, rename, re-scope, or remove one from the CLI.

2026-07-06
twicc-create-project
기타 컴퓨터 관련 직업

Create a new TwiCC project from a directory path — optionally with a display name and a color. One project per directory. Use when you or the user want to register a directory as a TwiCC project before any session has run in it.

2026-07-06
twicc-delete-workspace
기타 컴퓨터 관련 직업

Delete a TwiCC workspace by id. Projects are NOT deleted — only the grouping disappears. Use when you or the user want to drop a workspace.

2026-07-06
twicc-process
기타 컴퓨터 관련 직업

Inspect or control (stop or wait for state) the live process of a single TwiCC session. Use when you or the user want details on a live process, stop a running agent, or block a script until a session finishes.

2026-07-06
twicc-processes
기타 컴퓨터 관련 직업

List live TwiCC processes, batch-look up states by session_id, batch-stop agents, or batch-wait until sessions reach a given state. Use when you or the user want to see what's running, track spawned sessions, or gate a script on multiple sessions finishing.

2026-07-06
twicc-project
소프트웨어 개발자

Show details of a single project by directory path or ID. Use when you or the user want to inspect a project's metadata, cost, or directory.

2026-07-06
twicc-projects
소프트웨어 개발자

List all projects tracked by TwiCC, or batch-look up specific ones by directory path or id. Use when you or the user want to browse projects, find a project ID, or batch-fetch metadata for known ones.

2026-07-06
twicc-search
소프트웨어 개발자

Search TwiCC's session history (full-text index). Use when you or the user want to find past conversations, look up what was discussed, or locate specific content across sessions.

2026-07-06
twicc-send-message
소프트웨어 개발자

Send a message (and optional attachments) to an existing TwiCC session. Use when you or the user want to continue a conversation, drop a follow-up from a script, or attach files.

2026-07-06
twicc-send-messages
소프트웨어 개발자

Send the SAME message (and optional attachments) to several TwiCC sessions, selected by id and/or --spawned-by/--descendants/--siblings/--annotation. Use to broadcast a steering instruction, status request, or correction to a batch (e.g. every worker in an orchestration), or for a worker to message peers with --siblings self.

2026-07-06
twicc-session
소프트웨어 개발자

Inspect a single session — view metadata, read raw item content by line number, read user/assistant messages, list subagents, read its plan, or list/inspect its workflows. Use when you or the user want to examine a session, read conversation content, or explore subagent activity.

2026-07-06
twicc-sessions
소프트웨어 개발자

List sessions tracked by TwiCC, or batch-look up specific session_ids. Use when you or the user want to browse sessions, find a session ID, filter by project, or batch-fetch metadata for known ids.

2026-07-06
twicc-status
소프트웨어 개발자

Report the live TwiCC backend's status. Use when you or the user want to know whether TwiCC is up, diagnose a failing CLI command, or grab the PID/port.

2026-07-06
twicc-topology
소프트웨어 개발자

Show the spawned-session tree around a session, rooted at its top-level ancestor, with session metadata, process state, and aggregate child/cost data.

2026-07-06
twicc-usage
소프트웨어 개발자

Show API usage quotas and cost estimates per backend provider. Use when you or the user want to check utilization, rate limits, or spending.

2026-07-06
twicc-whoami
소프트웨어 개발자

Return the details of the session that owns the calling process. Use to discover your own TwiCC session_id from inside a Bash tool, to reference your own session.

2026-07-06
twicc-workspace
소프트웨어 개발자

Show details of a single TwiCC workspace by ID. Use when you or the user want to inspect a workspace's projects, color, archived state, or auto-add patterns.

2026-07-06
twicc-workspaces
소프트웨어 개발자

List all TwiCC workspaces, or batch-look up specific workspace_ids. Use when you or the user want to browse workspaces, find a workspace ID, or batch-fetch metadata for known ids.

2026-07-06