Skip to content

glific/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Glific Claude Plugins

This repository contains Claude plugins for Glific workflows.

Available plugins

iteration-planning

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.

feature-doc

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.


hiring

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

Install a plugin through Claude Code marketplace commands (GitHub repo source):

  1. Add this repository as a marketplace:

    /plugin marketplace add glific/claude-code-plugins
  2. 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
  3. Reload plugins in the current session:

    /reload-plugins

Upgrade marketplace and plugin

When plugin metadata changes, refresh marketplace data and reinstall/update:

  1. Refresh marketplace metadata:

    /plugin marketplace update claude-code-plugins
  2. Reinstall or upgrade the plugin:

    /plugin install iteration-planning@claude-code-plugins
  3. Reload plugins in the current session:

    /reload-plugins

Add local marketplace for testing

Use a local checkout as a marketplace source while validating plugin changes:

  1. Add the local marketplace path:

    /plugin marketplace add /absolute/path/to/claude-code-plugins
  2. Install the plugin from that local marketplace entry:

    /plugin install iteration-planning@claude-code-plugins
  3. Reload plugins after each local change:

    /reload-plugins

Use

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

Notes

  • The iteration-planning skills use GitHub CLI (gh) — make sure gh is installed and authenticated (gh auth login).
  • Run gh auth refresh -s read:project to grant access to project management commands.
  • The iteration-planning skills are designed for the glific/glific repository by default.

About

Plugins to assist the team with common workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages