feat(integrations): ship Claude Code skill for kebab #103
Reference in New Issue
Block a user
Delete Branch "feat/claude-code-skill"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add
integrations/claude-code/kebab/— a Claude Code skill that callskebab search --json/kebab ask --jsonautomatically when the userasks an internal-context / runbook / wiki-lookup question. Install via
cp -r integrations/claude-code/kebab ~/.claude/skills/(or symlink forin-place updates).
The shipped SKILL.md keeps its frontmatter
descriptiongeneric so thetrigger fires on any "internal / org-specific" cue — per-user keywords
(team / system / acronym) belong in a local override, not in the
repo-shipped frontmatter.
CLAUDE.md §Wire schema v1: add a paragraph documenting the
integrations/<host>/layout and the rule that a wire schema major bump(v1→v2) updates each shipped integration in the same PR — same shape as
the version-cascade rule.
README.md §외부 AI 통합: replace the "~50줄 wrapper" prose with a direct
link to
integrations/claude-code/, since the wrapper is now in-tree.