kumaran-is/claude-code-onboarding

🤖 Team onboarding kit for Claude Code AI coding assistant. Pre-configured with agents, skills, slash commands, and MCP integrations for Java 21/Spring Boot WebFlux, Angular, Flutter, PostgreSQL, and Firebase. Clone → install → start building.

35Stars on the repository
206Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

aside

03

kumaran-is/claude-code-onboarding

Command Claude Code

Freeze current task state, answer the side question, then resume exactly where you left off.

not rated 35 2mo ago A 0 tokens MIT

audit-security

04

kumaran-is/claude-code-onboarding

Command Claude Code

Run a security audit on the codebase. Checks for secrets, OWASP Top 10, dependency vulnerabilities, and configuration issues.

not rated 35 2mo ago A 26 tokens MIT

audit-skills

05

kumaran-is/claude-code-onboarding

Command Claude Code

Periodic health audit of all skills in .claude/skills/ and agents in .claude/agents/. Scores each against a 16-criterion rubric (32 points max), assigns A–F production readiness grade (80% = B = production ready), and outputs a prioritised fix list. Use when: auditing skill health, reviewing skill governance, finding…

not rated 35 2mo ago A 0 tokens MIT

autoresearch

06

kumaran-is/claude-code-onboarding

Command Claude Code

Autonomous metric-driven improvement loop. Measures codebase quality, proposes improvements, runs an implementer agent, keeps changes only if the metric improves — git reset on regression. Loops until stopped or max-iterations reached.

not rated 35 2mo ago B 44 tokens MIT

brainstorm

08

kumaran-is/claude-code-onboarding

Command Claude Code

Divergent exploration mode — generates 3+ alternatives with trade-offs and Mermaid diagrams before any code is written. Use when planning features, exploring architecture options, or deciding between approaches.

not rated 35 2mo ago A 40 tokens MIT

branch-cleanup

09

kumaran-is/claude-code-onboarding

Command Claude Code

Clean up merged, stale, and orphaned git branches. Protects main/develop/release/ automatically. Supports --dry-run (preview only), --force (no confirmation), --remote-only, --local-only. Run after a sprint ends or before a release.

not rated 35 2mo ago A 54 tokens MIT

cancel-ralph

10

kumaran-is/claude-code-onboarding

Command Claude Code

Cancel an active Ralph loop immediately. Deletes the state file so the loop stops on the next turn exit.

not rated 35 2mo ago A 21 tokens MIT

create-pr

12

kumaran-is/claude-code-onboarding

Command Claude Code

Create a PR with embedded risk score, conventional title, and context-aware checklist. Analyzes the diff to calculate risk (size, complexity, test coverage, dependencies, security) and generates the gh pr create command. Usage: /create-pr [optional: target branch, defaults to develop].

not rated 35 2mo ago A 0 tokens MIT

debug

13

kumaran-is/claude-code-onboarding

Command Claude Code

Systematic debugging mode — loads the systematic-debugging skill and enforces root-cause-first investigation with structured output. Use when something is broken, a test fails, or behavior is unexpected.

not rated 35 2mo ago A 40 tokens MIT

kumaran-is/claude-code-onboarding

Command Claude Code

Design a pgvector migration SQL file. Captures model + dimension + distance metric + row count → generates reversible Flyway/Alembic migration with correct index type, metadata columns, and null guards.

not rated 35 2mo ago A 41 tokens MIT

kumaran-is/claude-code-onboarding

Command Claude Code

Design a Weaviate collection using Python client v4. Captures vectorizer selection, named vectors, multi-tenancy flag, and property definitions → generates Python collection creation code with correct distance metric, connection handling, and batch ingestion helper.

not rated 35 2mo ago A 48 tokens MIT

doc-generate

18

kumaran-is/claude-code-onboarding

Command Claude Code

Generate comprehensive documentation from existing code — API specs, architecture diagrams, README, docstrings, and CI/CD doc pipeline. Orchestrates existing skills and agents.

not rated 35 2mo ago A 32 tokens MIT

exploration

19

kumaran-is/claude-code-onboarding

Command Claude Code

CTO Challenge Mode — adversarial convergent stress-test of a specific proposed solution before committing to it. Use when you have a plan and want it challenged. NOT for divergent exploration (use /brainstorm for that).

not rated 35 2mo ago A 47 tokens MIT

kumaran-is/claude-code-onboarding

Command Claude Code

Audit a file or session for WCAG 2.1 AA accessibility violations — ARIA labels, keyboard navigation, focus management, color contrast, form errors. Angular and Flutter supported.

not rated 35 2mo ago A 37 tokens MIT

hookify-list

22

kumaran-is/claude-code-onboarding

Command Claude Code

List all Hookify rules — shows name, event, pattern, enabled/disabled status. Usage: /hookify-list.

not rated 35 2mo ago B 0 tokens MIT

hookify

23

kumaran-is/claude-code-onboarding

Command Claude Code

Create a Hookify rule to prevent an unwanted behavior. Describe the behavior or leave blank to scan the conversation. Usage: /hookify [description of behavior to prevent].

not rated 35 2mo ago A 0 tokens MIT

iterate-pr

24

kumaran-is/claude-code-onboarding

Command Claude Code

Autonomously iterate on the current PR until all CI checks pass and all high/medium review feedback is addressed.

not rated 35 2mo ago A 22 tokens MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: