Use when the user asks about their recent work, what they've been doing, their contributions, or needs to recall past activity. Triggers on phrases like "what have I been working on", "what did I do last week", "my recent activity", "what have I accomplished", "summarize my work", "what projects am I on", or when the user needs to recall or reflect on their own work.
Summarizes your recent work activity and accomplishments by analyzing your contributions across projects.
npx claudepluginhub gleanwork/claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
When users ask about their own work activity, use Glean's user_activity and memory tools to provide a synthesized view of their contributions.
See the glean-tools-guide skill for Glean MCP tool naming conventions. Tools follow the pattern mcp__glean_[server-name]__[tool] where the server name is dynamic.
Use this approach when users ask:
Not every activity is worth highlighting. Before including items, evaluate:
Significance Test
Accomplishment Test
Relevance Test
Filter Out:
Quality over quantity: A focused summary of 5-7 accomplishments is better than 20 trivial activities.
| Tool | Purpose | When to Use |
|---|---|---|
user_activity | Get work activity feed | Primary source for user's actions |
memory | Get context about user | Roles, projects, responsibilities |
search | Find documents by user | Documents created/updated |
meeting_lookup | Find meetings | Meetings attended |
user_activity start_date:[YYYY-MM-DD] end_date:[YYYY-MM-DD]
Note: end_date is exclusive.
memory - read all categories
Returns roles, responsibilities, active projects, recent topics.
search query="*" from="me" updated="past_week"
search query="*" owner="me"
Present activity in a scannable format:
## Your Recent Activity: [Time Period]
### By Project
- **[Project A]**: [X activities] - [summary]
- **[Project B]**: [Y activities] - [summary]
### Key Actions
- [Action 1] - [date]
- [Action 2] - [date]
### Collaborations
- Worked with [Person] on [topic]
For comprehensive activity summaries, suggest:
/glean-productivity:my-week - Full weekly summary with analysis/glean-productivity:daily-briefing - What happened in last 24 hoursCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.