Agent skill
tk-context
Dump full Tasuku context for agent consumption. Use when user says /tk:context or asks for full context, project state, or needs to understand the entire task landscape.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/tk-context
SKILL.md
Full Context Dump
Provide complete project context including all tasks, learnings, decisions, and notes.
Instructions
- Use the
tk_contextMCP tool to get the full.tasuku.jsonstate - Present the information in a structured, scannable format
- Highlight key items:
- Tasks currently in progress (what's being worked on)
- Blocked tasks and their blockers
- Recent decisions that affect current work
- Relevant learnings/rules
Output Format
## Current Work
[List in_progress tasks with owner if set]
## Ready Queue
[List ready tasks sorted by priority]
## Blockers
[List blocked tasks and what's blocking them]
## Key Decisions
[Recent or relevant architectural decisions]
## Learnings & Rules
[Important insights, especially any marked as rules]
## Notes
[Any notes attached to active tasks]
Notes
- This is meant for getting oriented at the start of a session
- Focus on actionable information
- Skip archived tasks unless specifically requested
- If context is large, summarize done tasks as a count
Didn't find tool you were looking for?