HackerTrans
热门最新趋势评论往期问答秀出招聘

dotmike

no profile record

提交

Built "Lisa" plugin for Claude Code – high IQ planner to pair with Ralph loops

github.com
2 分·作者 dotmike·6个月前·0 评论

Show HN: Dr. Ralph – Medical Diagnostics Plugin Using Claude Code's Ralph Wiggum

5 分·作者 dotmike·6个月前·1 评论

Claude Code Kit: Reliable Coding Using Claude Skills, Hooks and Command

github.com
1 分·作者 dotmike·8个月前·1 评论

评论

dotmike
·8个月前·讨论
Hi HN!

So I built Claude Code Kit - a CLI that brings auto-activating skills to your tech stack. It makes Claude Code so more reliable.

Background:

A few days ago, u/JokeGold5455 (https://www.reddit.com/user/JokeGold5455/) on Reddit shared an amazing (https://www.reddit.com/r/ClaudeAI/comments/1oivjvm/claude_co...) post about their 6 months using Claude Code with custom skills, agents, and hooks. The "Holy Trinity" approach really resonated with me.

The problem the post highlighted stuck with me: skills just sit there unless you remember to use them.

What's a "kit"?

A kit is a framework-specific package (Next.js, React, Prisma, Express, etc.) that includes:

- Skill with best practices and patterns - Auto-activation triggers - skills activate when you mention keywords, edit specific files, or use framework terminology - Documentation organized by topic - Detection logic - automatically detects frameworks in your project

One command installs everything:

npx github:blencorp/claude-code-kit

It detects your stack, asks which kits to install, copies hooks/agents/skills to .claude/, and configures skill-rules.json for auto-activation.

Current kits (10):

Frontend: Next.js, React, shadcn/ui, Tailwind CSS, MUI, TanStack Router, TanStack Query

Backend: Express, Node.js, Prisma

This is brand new (literally a few hours old). I'm sure there are bugs and rough edges. Would love to get feedback on the approach, kit contributions (Vue, Angular, Svelte, Django, FastAPI, etc.) and issue requests for kits you'd like to see

Thanks again to u/JokeGold5455 for the inspiration!