-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add glean-productivity, glean-project plugins and core synthesis skills #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…s skills New plugins: - glean-productivity: Daily briefings (/daily-briefing) and weekly summaries (/my-week) powered by Glean activity signals. Includes activity-analyzer agent and skills for activity-synthesis and priority-signals. - glean-project: Project handoff documents (/project-handoff) for team transitions. Includes project-synthesizer agent and project-awareness skill. New glean-core skills: - synthesis-patterns: Guidance for combining multi-source Glean results - confidence-signals: Guidance for expressing data reliability and freshness Improvements to existing plugins: - Added TodoWrite integration to all multi-phase commands - Added consistent troubleshooting sections across all commands - Added allowed-tools declarations where needed - Enhanced agent output formats with tables for better scanning Co-Authored-By: Claude <noreply@anthropic.com>
|
What are your thoughts around consolidating the commands into skills. I believe claude has moved away from commands infavor of just skills |
I personally like to have the commands be a deterministic way to run things. I'm open to moving away from them, but I myself use these a lot. I'm open though! |
TodoWrite has been superseded by task lists and TaskCreate. Updated all command files to use the new terminology. Co-Authored-By: Claude <noreply@anthropic.com>
Remove task list references that were superseded by Claude's built-in task management. Commands no longer need to explicitly instruct Claude to create/track task lists. Removed from 13 command files: - "Use task lists" from Core Principles - "Create task list with all phases" from Phase 1 - "Mark all tasks complete" from final phases Co-Authored-By: Claude <noreply@anthropic.com>
- Remove reference to non-existent /project-context command - Fix search tool to use structured params instead of inline filters (search uses separate parameters, not query string filters) - Fix meeting_lookup to use natural language dates instead of after/before syntax (which doesn't work reliably) These changes align with the documented behavior in glean-tools-guide. Co-Authored-By: Claude <noreply@anthropic.com>
Add "Example Tool Calls" section demonstrating the correct syntax for each tool type: - Search with structured parameters - Code search with inline filters - Employee search with inline filters - Meeting lookup with natural language + inline filters - User activity with structured parameters This makes the difference between structured params and inline filters clearer by showing concrete calling examples. Co-Authored-By: Claude <noreply@anthropic.com>
Update meeting_lookup examples to use documented inline filter syntax (after:/before:) instead of natural language dates, matching the actual tool_meeting_lookup_impl.go schema. Add note about non-inclusive time ranges requiring day buffer. All examples now verified against actual MCP implementations: - search: structured params (tool_glean_search_impl.go:25-39) - code_search: inline filters (tool_code_search_impl.go:115-123) - employee_search: inline filters (tool_employee_search_impl.go:120-128) - meeting_lookup: inline filters (tool_meeting_lookup_impl.go:122-130) - user_activity: structured params (tool_user_activity_retrieve_impl.go:124-141) Co-Authored-By: Claude <noreply@anthropic.com>
Cross-referenced with Glean enterprise docs and PR #9 history. Testing confirmed that after:/before: filters don't work reliably: - after:now-1w → "Invalid filter was ignored" - "standup last week" → Works without errors Reverting to natural language date examples which are proven to work. Co-Authored-By: Claude <noreply@anthropic.com>
Summary
New Plugins
glean-productivity
/daily-briefing/my-weekactivity-synthesisskillpriority-signalsskillactivity-analyzeragentglean-project
/project-handoffproject-awarenessskillproject-synthesizeragentglean-core improvements
synthesis-patternsskillconfidence-signalsskillOther Improvements
allowed-toolsdeclarations where needed (AskUserQuestion)Test plan
/daily-briefingcommand with Glean MCP connected/my-weekcommand with various time periods/project-handoffcommand with a known project🤖 Generated with Claude Code