feat: add Claude Code plugin for activity analysis#64
Draft
feat: add Claude Code plugin for activity analysis#64
Conversation
Add a Claude Code plugin that integrates with the Activity MCP server to help users analyze platform activity and design ActivityPolicy resources for consumer timelines. Plugin components: - Agents: activity-analyst (investigation), timeline-designer (policy creation) - Commands: /activity:investigate for natural language queries - Skills: investigate, policy-design, analytics Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update the timeline-designer agent to guide service providers toward creating non-technical, human-friendly activity summaries that anyone can understand—not just developers. Key additions: - Human-Friendly Language Guidelines section with principles - Verb translation guide (create→added, delete→removed, etc.) - Domain-appropriate terminology guidance - Updated examples showing human-friendly vs technical phrasing - Revised all code examples to use plain language Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/activity:investigatecommand for natural language queriesPlugin Components
Agents:
activity-analyst- Investigates platform activity using MCP toolstimeline-designer- Helps design ActivityPolicy resourcesCommands:
/activity:investigate- Natural language investigation queriesSkills:
investigate- Query audit logs, find deletions, track user activitypolicy-design- Design and test ActivityPolicy resourcesanalytics- Trend analysis, anomaly detection, compliance reportingTest plan
/activity:investigatewith sample queries🤖 Generated with Claude Code