Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.16 KB

File metadata and controls

58 lines (40 loc) · 1.16 KB

Claude Plugins

Personal collection of Claude Code plugins and skills.

Installation

Add this plugin marketplace to Claude Code:

claude plugin marketplace add shreyansvm/claude-plugins

Or install individual skills manually:

cp -r jira-brief ~/.claude/skills/

Available Plugins

jira-brief

Generate personalized daily Jira briefings with detailed change tracking.

Features:

  • 5-section morning briefing (Active Focus, Blocked/Stale, Watched/Reported, Top 3 Priorities, Insights)
  • Detailed change tracking for last 24 hours
  • Smart filtering by status, staleness, and recent activity
  • Atlassian MCP integration

Usage:

Generate my Jira morning briefing

See jira-brief/README.md for details.

Requirements

  • Claude Code (CLI, Desktop, or Web)
  • MCP support enabled
  • Appropriate MCP servers configured per plugin (e.g., Atlassian MCP for jira-brief)

Structure

Each plugin lives in its own directory:

claude-plugins/
├── README.md
├── LICENSE
└── jira-brief/
    ├── SKILL.md
    └── README.md

License

MIT License - See LICENSE for details.