태스크 리스트 생성 또는 기존 리스트에 태스크 추가. metadata(deadline, priority, category) 지원. Trigger: "/tasklist:create", "태스크 리스트 만들어", "태스크 추가해", "task list 만들어", "할 일 추가"
저장된 Task List 목록과 진행률을 조회합니다. Trigger: "/tasklist:list", "어떤 태스크 리스트 있어?", "태스크 리스트 목록"
저장된 Task List를 선택하여 새 Claude Code 세션에 로드합니다. Trigger: "/tasklist:load", "태스크 리스트 불러와", "태스크 리스트 로드", "task list 열어줘", "태스크 리스트 로드해줘"
Claude Code plugins maintained by Team Offlight.
| Plugin | Commands | Description |
|---|---|---|
dual | /dual:search, /dual:plan, --agent dual:code | Multi-model collaboration — Claude + Codex for fact verification, plan review, and code review |
manage-skill | /manage-skill | Manage Claude Code extensions (skills, hooks, agents) — create, modify, rename, delete with deployment pipeline |
my-knowledge-base | /my-knowledge-base:explain, /my-knowledge-base:update | Compound your knowledge across sessions — tracks what you know, what you're learning, with verified assessments |
session-commit | /session-commit | Commit only files changed in the current session — no git diff/status needed |
spawn | /spawn | Spawn a new Claude Code session in a Warp terminal tab |
tasklist | /tasklist:create, /tasklist:list, /tasklist:load | Browse and load saved Claude Code Task Lists |
ulp | /ulp | Ultimate Loop Planning — 6-stage critique-based planning loop |
Add marketplace to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"team-offlight": {
"source": {
"source": "github",
"repo": "namho-hong/team-offlight-claude-code-plugins"
}
}
}
}
Then install individual plugins:
claude plugin install dual@team-offlight --scope project
claude plugin install manage-skill@team-offlight --scope project
claude plugin install my-knowledge-base@team-offlight --scope project
claude plugin install session-commit@team-offlight --scope project
claude plugin install spawn@team-offlight --scope project
claude plugin install tasklist@team-offlight --scope project
claude plugin install ulp@team-offlight --scope project
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub namho-hong/team-offlight-claude-code-plugins --plugin tasklistCommit only files changed in the current session — no git diff/status needed
Injects CLAUDE_CODE_SESSION_ID environment variable on SessionStart for session isolation in plugins like ralph-loop
Ultimate Loop Planning - 6-stage critique-based loop for thorough plan generation
Manage Claude Code extensions (skills, hooks, agents) — create, modify, rename, delete with deployment pipeline
Play a sound and show a macOS notification when Claude stops responding
Task lifecycle management: unified execution (run, sync, handover modes), task creation, and PR checklist registration
Task orchestration using Claude Code's built-in task tools with slash commands for importing plans and executing tasks individually, sequentially, or with a team
Cotask — task management with TASKS.md kanban dashboard
Commands for automating repetitive tasks and workflows
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation