This repository contains Claude plugins for Glific workflows.
Issue creation and update workflows for glific/glific.
Skills:
create-issue: Convert rough issue notes into a structured GitHub issue draft and create the issue after confirmation.update-issue: Read an existing GitHub issue, rewrite it into a structured format, and update it after confirmation.
Turn a solution doc into a feature implementation doc, then a ticket plan, then GitHub issues. Grounds the doc in your actual codebase; creates one epic + sub-tickets via the gh CLI after your confirmation.
Score and rank job candidates against a job description, producing a detailed self-contained HTML report a hiring manager can open in a browser. Works for Engineering, Support, Product, Design, Engineering Management, Solutions/Sales, Marketing, and HR/Operations roles.
Skills:
candidate-reviewer: Evaluate resumes against a JD, score across weighted dimensions, and generate a full HTML scoring report with matrix, bar chart, pros/cons cards, and shortlist recommendations.
Install a plugin through Claude Code marketplace commands (GitHub repo source):
-
Add this repository as a marketplace:
/plugin marketplace add glific/claude-code-plugins
-
Open the plugin manager and install from the Discover tab:
/plugin
Or install directly by name:
/plugin install iteration-planning@glific-claude-plugins /plugin install feature-doc@glific-claude-plugins
-
Reload plugins in the current session:
/reload-plugins
When plugin metadata changes, refresh marketplace data and reinstall/update:
-
Refresh marketplace metadata:
/plugin marketplace update claude-code-plugins
-
Reinstall or upgrade the plugin:
/plugin install iteration-planning@claude-code-plugins
-
Reload plugins in the current session:
/reload-plugins
Use a local checkout as a marketplace source while validating plugin changes:
-
Add the local marketplace path:
/plugin marketplace add /absolute/path/to/claude-code-plugins
-
Install the plugin from that local marketplace entry:
/plugin install iteration-planning@claude-code-plugins
-
Reload plugins after each local change:
/reload-plugins
Run a skill from an installed plugin:
/iteration-planning-plugins:create-issue
/iteration-planning-plugins:update-issue/feature-doc-plugins:feature-doc/hiring:candidate-reviewer- The
iteration-planningskills use GitHub CLI (gh) — make sureghis installed and authenticated (gh auth login). - Run
gh auth refresh -s read:projectto grant access to project management commands. - The
iteration-planningskills are designed for theglific/glificrepository by default.