By gchiam
Integrate Claude Code with Logseq via the graphthulhu MCP server. Capture notes, tasks, and insights directly into your Logseq graph.
Capture the most recent Claude response to today's Logseq journal as a note
Structured capture to Logseq — prompts for page, entry type, title, content, and tags before writing
Create a new Logseq page for a JIRA ticket, pull request, or repo/service with a structured property template
Quickly capture raw text to today's Logseq journal with minimal friction — pass content as argument
Append timestamped work-log entries to today's Logseq journal under structured sections (In Progress / Done / Blocked / Next)
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Personal collection of Claude Code plugins.
# Add the marketplace
claude plugin marketplace add gchiam/claude-code-plugins
# Install a plugin
claude plugin install <name>@gchiam-plugins
# Remove a plugin
claude plugin remove <name>
# Remove the marketplace
claude plugin marketplace remove gchiam-plugins
Or clone locally:
git clone https://github.com/gchiam/claude-code-plugins.git
claude plugin marketplace add ./claude-code-plugins
| Plugin | Description | Invocation | Prerequisites |
|---|---|---|---|
| claude-cleanup | Remove stale project entries from ~/.claude.json | "Clean up claude.json" | — |
| git-absorb | Create fixup commits targeting the right parent using git absorb | /git-absorb | git-absorb |
| jira-cli | Interact with Jira — issues, sprints, epics, transitions | "Show my open Jira tickets" | jira-cli, JIRA_API_TOKEN |
| mac-notifications | macOS sound and system notifications for Claude Code events (Stop, SubagentStop, Notification, PermissionRequest) | Automatic via hooks | macOS |
| multi-review | Use when reviewing a large or high-risk PR and want multiple specialized perspectives | /multi-review --pr 123 | — |
| pr-desc-review | Checks that a PR description accurately reflects the implementation | /pr-desc-review | — |
| skill-cso-review | Audit SKILL.md files for CSO compliance (description quality, structure) | /skill-cso-review:review-skills | — |
Each plugin lives under plugins/ and follows the standard Claude Code plugin layout:
plugins/<plugin-name>/
├── .claude-plugin/plugin.json # Manifest
├── skills/<plugin-name>/ # Skill (auto-activates on context match)
│ └── SKILL.md
├── agents/ # Subagents (optional)
├── commands/ # Slash commands (optional)
└── hooks/hooks.json # Event hooks (optional)
npm install
npm run validate
Runs claude plugin validate on every plugin and the marketplace manifest, and checks file structure. Also runs automatically as a pre-commit hook.
npm run dev -- multi-review
Launches a Claude session with the plugin loaded from your working tree via --plugin-dir. Edit files, re-run — no install needed.
npm run scaffold -- my-new-plugin
Creates the directory structure and registers the plugin in marketplace.json, commitlint.config.js, and package.json workspaces.
MIT
npx claudepluginhub gchiam/claude-code-plugins --plugin logseqmacOS notification hooks for Claude Code events — plays sounds and shows system notifications for Notification, PermissionRequest, Stop, and SubagentStop events.
Interact with Jira from the command line using jira-cli
Multi-perspective code review with validation and aggregation
Review PR descriptions to ensure they accurately reflect the implementation
Identify and create fixup commits for staged changes using git-absorb
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Team collaboration with DX optimization, issue tracking, and standup notes
Claude Code skill pack for Granola AI meeting notes (24 skills)
Structured implementation planning, interactive annotation review, and autonomous plan execution
Interact with the SlipBox semantic knowledge engine and read notes from PrivateBox. Capture atomic ideas, browse the knowledge graph, and run semantic analysis passes (link, cluster, tension). Service: /Users/randroid/Documents/Dev/SlipBox. Notes: https://github.com/Randroids-Dojo/PrivateBox
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.