Use when the user is wrapping up a session and wants a copy-paste prompt to continue the work in a fresh session. Generates a self-contained handoff prompt in the session language. Triggers: handoff, 핸드오프, 인계 프롬프트, handoff prompt 작성해줘, 다음 세션에서 시작, 새 세션에서 이어서, 복붙해서 시작, 클립보드 복사.
Use when the user wants a document rewritten so a specific audience (PM, non-developer, another team) understands it in one read. Takes a target reader, then rewrites the document at that reader's level — fixing meaningless numbering, ambiguous English abbreviations, translationese, and unexplained jargon. Triggers: retune, 윤문, 독자 맞춤, 눈높이로 바꿔줘, PM이 이해하게, 비개발자용으로, 이 문서 다듬어줘.
English | 한국어
A knack — a trick of the trade, a skill that lives in your hands. A personal Claude Code plugin marketplace that turns everyday workflow habits into skills, managed and shipped from one place.
Run these two lines in Claude Code, in order:
/plugin marketplace add YehyeokBang/knack
/plugin install knack@knack
Once installed, invoke skills as /knack:<skill-name>.
Third-party marketplaces have auto-update OFF by default. With it turned on, a push is picked up automatically in the next session:
/plugin → in marketplace settings, turn on auto-update for knack
The update trigger is the version value in plugin.json — a push
without a version bump is never applied to installed copies.
See the CHANGELOG for version history and plugin.json for the current version. All skills ship and update together as a single plugin.
| Command | Description | Docs |
|---|---|---|
/knack:handoff | Generates a zero re-explanation handoff prompt for the next session at session end — verifies that paths and commit hashes exist, prints a code block, and copies it to the clipboard | SKILL.md |
/knack:retune | Reader-tailored document rewriting — rewrites for the target audience (PM / non-developer / other roles). Fixes meaningless numbering, vague English abbreviations, translationese, and unexplained jargon | SKILL.md |
knack/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog (version kept in sync with plugin.json)
├── plugins/
│ └── knack/ # Plugin (name: "knack")
│ ├── .claude-plugin/
│ │ └── plugin.json # version — ★ auto-update trigger
│ ├── skills/
│ │ ├── handoff/ # /knack:handoff
│ │ │ ├── SKILL.md
│ │ │ └── references/ # 3 handoff-type templates
│ │ └── retune/ # /knack:retune
│ │ └── SKILL.md
│ └── README.md # Skill index
├── scripts/
│ └── lint-plugin.sh # Version sync, README sync, 500-line checks
├── CHANGELOG.md
├── CLAUDE.md # Version bump rules, rollback procedure, branch policy
├── README.md # English (main)
└── README.ko.md # Korean
To add a new skill, just add a directory under
skills/— it is auto-registered as/knack:<directory-name>.
/knack:handoff depends on pbcopy — cross-platform support is on the roadmap)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 yehyeokbang/knack --plugin knackPlugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
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.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.