用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchanwork-log命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
Use when you want to start a new task with the integrated workflow.
Use when you want autonomous completion from requirements to verification without intervention.
Use when you need backend development for APIs, databases, servers, or endpoints.
正在显示 SKILL.md
| name | team-shinchan:work-log |
| description | Use when you need to query work tracker events by recency, agent, or session. |
| user-invocable | false |
View and query events from the work tracker log.
/team-shinchan:work-log # Last 20 events
/team-shinchan:work-log --last 50 # Last 50 events
/team-shinchan:work-log --agent bo # Events for agent bo
/team-shinchan:work-log --type file_change # Only file_change events
/team-shinchan:work-log --session session-1234-abcd # Events for session
| Arg | Default | Description |
|---|---|---|
--last N | 20 | Number of recent events to show |
--agent {name} | (all) | Filter by agent name |
--type {event_type} | (all) | Filter by event type |
--session {id} | (all) | Filter by session ID |
Read .shinchan-docs/work-tracker.jsonl
If file doesn't exist:
No work tracker log found.
Events will be recorded automatically during Claude Code sessions.
{"ts","type","agent","session","data"}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Work Log ({N} events)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
{ts} | {type} | agent:{agent} | {data summary}
{ts} | {type} | agent:{agent} | {data summary}
...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Total: {total} events in log
Showing: last {N} (filtered: {filters applied})
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Type | Source | Description |
|---|---|---|
session_start | SessionStart hook | New Claude Code session |
session_end | SessionEnd hook | Session ended |
agent_start | SubagentStart hook | Agent invoked |
agent_done | SubagentStop hook | Agent completed |
delegation | PostToolUse (Task) | Agent delegated to another |
file_change | PostToolUse (Edit/Write) | File created or modified |
tool_use | PostToolUse (other) | Other tool used |
user_prompt | UserPromptSubmit | User sent a prompt |
stop | Stop hook | Execution stopped |
.shinchan-docs/work-tracker.jsonl.jsonl.gz).shinchan-docs/.session-id