{"id":37227545,"url":"https://github.com/ruchernchong/claude-kit","last_synced_at":"2026-01-18T09:18:25.089Z","repository":{"id":331578699,"uuid":"1130350858","full_name":"ruchernchong/claude-kit","owner":"ruchernchong","description":"A collection of powertools for Claude Code including specialized agents, slash commands, and skills","archived":false,"fork":false,"pushed_at":"2026-01-10T18:01:33.000Z","size":1000,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T01:48:27.267Z","etag":null,"topics":["agents","ai","claude","claude-code","cli","developer-tools","mcp"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruchernchong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-08T11:33:59.000Z","updated_at":"2026-01-10T18:01:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ruchernchong/claude-kit","commit_stats":null,"previous_names":["ruchernchong/claude-kit"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ruchernchong/claude-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruchernchong%2Fclaude-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruchernchong%2Fclaude-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruchernchong%2Fclaude-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruchernchong%2Fclaude-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruchernchong","download_url":"https://codeload.github.com/ruchernchong/claude-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruchernchong%2Fclaude-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","claude","claude-code","cli","developer-tools","mcp"],"created_at":"2026-01-15T03:22:33.017Z","updated_at":"2026-01-15T03:22:33.584Z","avatar_url":"https://github.com/ruchernchong.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Kit\n\n\u003e A collection of powertools for [Claude Code](https://claude.ai/code) including specialized agents, slash commands, and skills.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue?style=for-the-badge\" alt=\"License: MIT\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ruchernchong/claude-kit/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/ruchernchong/claude-kit?style=for-the-badge\u0026logo=github\" alt=\"GitHub Stars\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ruchernchong/claude-kit/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/ruchernchong/claude-kit?style=for-the-badge\u0026logo=github\" alt=\"GitHub Issues\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.typescriptlang.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/TypeScript-5.9-blue?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\" alt=\"TypeScript\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pnpm.io/\"\u003e\u003cimg src=\"https://img.shields.io/badge/pnpm-10.x-orange?style=for-the-badge\u0026logo=pnpm\u0026logoColor=white\" alt=\"pnpm\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://nodejs.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Node.js-24-green?style=for-the-badge\u0026logo=node.js\u0026logoColor=white\" alt=\"Node.js\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![Install Commands](assets/install-commands.png)\n\n## Setup\n\n1. Install dependencies:\n   ```bash\n   pnpm install\n   ```\n\n2. Run the interactive setup:\n   ```bash\n   pnpm bootstrap\n   ```\n\n   This creates symlinks:\n   - `~/.claude/agents` -\u003e `agents/`\n   - `~/.claude/commands` -\u003e `commands/`\n   - `~/.claude/skills` -\u003e `skills/`\n   - `~/.mcp.json` -\u003e `.mcp.json`\n\n3. (Optional) Install specific commands:\n   ```bash\n   pnpm install-commands\n   ```\n\n   Select which slash commands to install using an interactive multi-select menu.\n\n## Available Agents\n\nAgents are specialized subagents for complex, multi-step tasks. They're invoked via the Task tool.\n\n| Agent | Description |\n|-------|-------------|\n| accessibility-checker | Checks UI code for accessibility compliance |\n| api-designer | Designs REST APIs with Hono |\n| api-researcher | Researches APIs and integration patterns |\n| cache-strategist | Designs caching strategies with Upstash Redis |\n| ci-cd-helper | Sets up CI/CD pipelines |\n| code-reviewer | Reviews code for quality, bugs, and security |\n| component-builder | Builds reusable UI components with Next.js, HeroUI v3, and Tailwind CSS v4 |\n| css-optimizer | Optimizes CSS and Tailwind usage |\n| database-optimizer | Optimizes database queries and schema with Drizzle ORM and Neon Postgres |\n| debug-assistant | Diagnoses bugs from errors and stack traces |\n| dependency-updater | Analyzes dependencies and suggests updates |\n| design-system-helper | Maintains design system consistency with HeroUI v3 and Tailwind CSS v4 |\n| library-evaluator | Evaluates libraries for project fit |\n| migration-assistant | Helps plan database migrations with Drizzle |\n| refactor-assistant | Helps refactor code following best practices |\n| responsive-checker | Checks responsive design and breakpoints |\n| security-auditor | Audits code for security vulnerabilities |\n| test-writer | Generates tests with Vitest and React Testing Library |\n\n## Available Slash Commands\n\nSlash commands are user-invocable. Type `/command-name` to invoke.\n\n| Command | Description |\n|---------|-------------|\n| `/commit` | Smart git commit with GitLeaks security check and concise messages |\n| `/new-branch` | Create branches with GitHub issue integration |\n| `/new-issue` | GitHub issue creation with template support |\n| `/new-pr` | Automated PR creation with commit analysis |\n| `/sync-docs` | Documentation maintenance for CLAUDE.md and README.md |\n| `/update-issue` | Update GitHub issue title, body, labels, or assignees |\n\n## Available Skills\n\nSkills are multi-command workflows that combine multiple operations:\n\n| Skill | Description |\n|-------|-------------|\n| `security` | Run security audit with GitLeaks pre-commit hook setup and code analysis |\n| `tailwind` | Audit and fix Tailwind CSS anti-patterns (spacing direction, size-*, gap preference, 8px grid, etc.) |\n\n## Creating New Agents\n\nAdd a new markdown file in the `agents/` directory:\n\n```markdown\n---\nname: my-agent\ndescription: Brief description of when to use this agent\ntools: Read, Grep, Glob, Edit, Write, Bash\nmodel: sonnet\n---\n\nDetailed instructions for the agent's behavior...\n```\n\n### Frontmatter Fields\n\n- **name**: Unique identifier for the agent\n- **description**: When Claude should use this agent\n- **tools**: Comma-separated list of allowed tools\n- **model**: Preferred model (`sonnet`, `opus`, or `haiku`)\n\n## Creating New Slash Commands\n\nAdd a new markdown file in the `commands/` directory:\n\n```markdown\n---\ndescription: Command description (what it does and when to use it)\nmodel: sonnet\nallowed-tools: Bash(npm run *), Read(*), Grep\n---\n\nDetailed instructions for the command's behavior...\n```\n\n### Frontmatter Fields\n\n- **description**: What the command does and when to use it\n- **model**: (Optional) Preferred Claude model\n- **allowed-tools**: List of permitted tools with optional patterns\n\n## Development\n\n```bash\n# Check for linting issues\npnpm biome check .\n\n# Fix linting issues\npnpm biome check . --write\n\n# Type check TypeScript\npnpm exec tsc --noEmit\n\n# Run tests (interactive)\npnpm test:docker\n```\n\n### CLI Tools\n\nThe project uses TypeScript with [@clack/prompts](https://github.com/natemoo-re/clack) for interactive CLI tools:\n\n- `pnpm bootstrap` - Interactive setup wizard\n- `pnpm install-commands` - Select commands to install\n- `pnpm test:docker` - Interactive test runner\n\nAll CLI tools feature:\n- Beautiful interactive prompts\n- Multi-select menus\n- Progress spinners\n- Graceful cancellation (Ctrl+C)\n- Colored output\n\n## Updating\n\n```bash\ngit pull\n```\n\nThe symlinks automatically reflect updates - no reinstallation needed.\n\n## Project Structure\n\n```\n.\n├── agents/            # 18 specialized agent definitions\n├── commands/          # 6 slash command definitions\n├── skills/            # 2 multi-command workflows\n│   ├── security/      # Security audit skill\n│   └── tailwind/      # Tailwind CSS optimization skill\n├── src/               # TypeScript CLI source code\n├── tests/             # Docker-based test infrastructure\n└── .mcp.json          # MCP server configuration\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md) for a detailed version history.\n\n## License\n\nMIT © [Ru Chern Chong](https://github.com/ruchernchong)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruchernchong%2Fclaude-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruchernchong%2Fclaude-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruchernchong%2Fclaude-kit/lists"}