← all publishers

kcsujeet

@kcsujeet source repo

5 published skills

  1. Audit · kcsujeet bundle
    Audit a repository's Claude Code instruction setup and propose a restructure. Trigger on "audit my CLAUDE.md", "review my CLAUDE.md", "is my CLAUDE.md any good", "my CLAUDE.md is too long", "Claude keeps ignoring my instructions", "should this be a skill or a rule", "set up CLAUDE.md for this repo", or a request to reorganize claude rules, skills, and hooks. Inventories every instruction file, classifies each section by where it belongs (CLAUDE.md, path-scoped rule, skill, hook, or deletion), reports the always-loaded token cost before and after, and proposes a file plan. Never rewrites instruction files without explicit approval.
    0
    installs
  2. Init · kcsujeet
    Install the portable convention rules into this project. Trigger on "install the conventions", "set up my rules here", "add my coding rules to this project", "/conventions:init", or when a session reports that the conventions are not installed yet. Copies the bundled rule files into .claude/rules/ so they load with their path scoping intact, and reports what landed where.
    0
    installs
  3. Verify UI · kcsujeet
    Verify a UI change visually before calling it done. Trigger on "check the UI", "does this look right", "verify my UI change", "screenshot this page", "check dark mode", "check mobile", or before reporting a frontend change complete. Drives the actual screen with realistic data across states, viewports, themes and font scales, and reports what was checked and what was seen. Use when a change touches anything a person looks at.
    0
    installs
  4. Verify E2e · kcsujeet
    Drive a feature end to end like a person would, after a change that spans more than one layer. Trigger on "test this end to end", "verify the whole flow", "does this actually work", "check the integration", or before reporting complete any change that crosses client and server. Exercises the real flow against a running system, deliberately including the unhappy paths, and reports what was done and what happened.
    0
    installs
  5. Review Code · kcsujeet bundle
    Gate-based code review for a PR, branch, or set of changes in any repo. Trigger on "review this PR", "review my code", "review my changes", "review my branch", "is this clean", "is this good to merge", "code review please", a bare PR URL, or a branch name. Fans out one subagent per rule file (naming, clarity, structure, simplicity, datetime, react, i18n, project conventions, verification), aggregates per-box PASS/FAIL verdicts into a single PASSED/FAILED result. Reads the target repo's own .claude/review-conventions.md as an extra gate when present. Output stays in chat only - never posts comments to the PR without explicit approval.
    0
    installs