By Dzhuneyt
Dzhuneyt's personal skills and agents — cross-agent skills plus Claude-only subagents.
Use when user asks to manage Apple Reminders on macOS — create, list, update, complete, or delete reminders and lists via osascript/AppleScript. No dependencies required.
Copy the last meaningful output from the conversation to the macOS clipboard via pbcopy. Use when user wants to copy, grab, or export the last response.
Use when user asks to improve, add, or clean up code comments, focusing on WHY over WHAT. Reads specified files (or recently modified ones), adds strategic inline comments for non-obvious logic, removes redundant ones, and converts WHAT-comments to WHY-comments. Accepts optional $ARGUMENTS for target files.
Use when user wants to review, triage, or surface important GitHub notifications — daily digest, notification fatigue, or "what should I look at?"
Use when user asks to review a pull request by number, URL, or branch ("review this PR", "review PR 123"). Fetches PR details, reads diff and failing checks, produces structured feedback across code quality, security, performance, testing, docs, architecture, dependencies, CI/CD coverage, and completeness. Accepts optional $ARGUMENTS for the PR reference.
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.
One repo, two distribution channels, sharing the same skills/<name>/SKILL.md files:
| Channel | Tool | Ships | Names |
|---|---|---|---|
| Cross-agent skills | Vercel skills CLI | skills only | flat (/reflect) |
| Claude Code plugin | /plugin | skills and agents | namespaced (/dz:reflect) |
SKILL.md is the portable unit. The two installers sit on top of it.
pnpm dlx skills add Dzhuneyt/skills # or: npx skills add Dzhuneyt/skills
/plugin marketplace add Dzhuneyt/skills
/plugin install dz@dzhuneyt
After install, skills appear as /dz:<skill> and agents show up in /agents.
Agents reach plugin users only —
npx skillsinstalls skills, not agents. That's expected.
.
├── .claude-plugin/
│ ├── plugin.json # plugin manifest (name "dz", no version → every commit is a new version)
│ └── marketplace.json # marketplace "dzhuneyt"; plugin source "."
├── skills/
│ └── reflect/SKILL.md # discovered by BOTH npx skills AND the plugin
├── agents/
│ └── example-agent.md # Claude plugin channel only
└── README.md
Naming convention: gh-* = GitHub platform (PRs, notifications), git-* = generic local git workflows, plain names for everything else.
pbcopy. macOS-only.dzhuneyt · Plugin: dz/dz:<skill>. There is no separate alias — to change the prefix, rename the plugin.plugin.json omits version on purpose: every git commit is a new version, so installed users always track main. To switch to explicit releases, add "version": "1.0.0" and bump it on each release.
mkdir -p skills/<name>
Create skills/<name>/SKILL.md with frontmatter (name must equal the folder; description states WHEN to use it — it's the trigger for both tools):
---
name: <name>
description: One line stating WHEN to use this skill.
# optional (Claude only): disable-model-invocation: true # manual /command only
# optional (Claude only): allowed-tools: [Read, Edit, Bash] # omit = full access
---
Instructions here. Use $ARGUMENTS to capture text typed after the command.
Commit + push. Both channels pick it up.
Create agents/<name>.md as a standard Claude subagent definition (frontmatter name/description, optional tools/model, then the system prompt). See agents/example-agent.md.
# Validate the plugin manifest
claude plugin validate
# Test the plugin locally (skills → /dz:<skill>, agents → /agents)
claude --plugin-dir .
# then inside the session: /reload-plugins
# Test the cross-agent (Vercel skills) channel sees the skills
pnpm dlx skills add ./ --list # or: npx skills add ./ --list
MIT — see LICENSE.
npx claudepluginhub dzhuneyt/skills --plugin dzUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.