Summarizes what your project partner has been doing on GitHub since the last time this skill was called (or the last 24 hours on first call). Use this skill whenever the user types /partner-update or asks "what has Janine been up to?" or "what has Brian been up to?" or "any updates from my partner?" or similar. Reports PRs waiting for review and merged PRs separately, in 2–3 sentences.
Address review comments on an open PR. Read all comments, engage in dialog with the author on points of disagreement, then implement agreed-upon fixes and update the PR. Use when the user says "address PR comments", "respond to review", or invokes /pr-review.
Track work session time and write worklog entries. Use this skill whenever the user invokes /timecard start, /timecard stop, or /timecard restart — or asks to start a timer, clock in, stop tracking time, end a session, or restart the current session.
Work through bugs in BUGS.md one at a time using a structured workflow — GitHub issue, branch, diagnose, fix, smoke test, PR. Use when the user says "next bug", "bug bash", or invokes /bug-bash.
Custom Claude Code skills.
/plugin marketplace add zenkat/claude-skills
Then reload:
/reload-plugins
Structured bug-fixing workflow — one bug at a time, with GitHub issues, dedicated branches, diagnosis before coding, Playwright smoke tests, and PRs.
Invoke with /bug-bash or just say "next bug" or "bug bash".
Expects a BUGS.md in the project root listing open bugs. Works with any project that uses GitHub and has a tests/playwright/ directory for smoke tests.
Track work session time and write worklog entries.
/timecard start — start a session/timecard stop — end the session and write a worklog entry/timecard restart — stop and immediately start a new sessionWorklogs are written to the worklog/ folder in the current working directory.
Requires scripts/duration.sh (bundled) for cross-platform time calculation.
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.
npx claudepluginhub zenkat/claude-skills --plugin zenkat-claude-skillsTools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review