nikhilsitaramnikhilsitaramCommunityยท15 Agent Skills Included

claude-caliper

Design-gated, test-driven feature development through pull request merge

Turns a plain-English feature request into a reviewed, tested pull request with only three human decisions. Sizes each change first and applies the right amount of process, from quick inline fixes to parallel multi-phase builds. Eliminates manual handoffs by chaining design review, test-driven implementation, code review, and merge automatically.
npx skills add nikhilsitaram/claude-caliper --all -g -y
Available:

Gives the agent the repository's skill conventions, token-efficiency rules, and the tiered design-to-merge workflow so it routes work through the right skills automatically.

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

design

Turn an idea into an approved design before implementation work starts.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

caliper-settings

List, read, set, and reset persistent Caliper user preference overrides.

Community
Intermediate
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

pr-merge

Merge reviewed GitHub pull requests and clean up branches and worktrees.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

usage-guard

Monitors Claude Code usage and stops before the window threshold is reached.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

implementation-review

Reviews git branches for integration gaps, merge readiness, and hidden regressions across components.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

pr-create

Create a review-ready GitHub pull request from completed code changes.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

queue

Schedule deferred Claude Code commands via one-shot cron jobs.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

skill-eval

Benchmark Claude Code skill revisions with isolated runs and statistical grading.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

codebase-review

Audit entire codebases for duplicated logic and quality issues.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

design-review

Review design documents against a 9-point checklist and issue severity-ranked findings.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

draft-plan

Create structured implementation plans with task files from specifications.

Community
Advanced
๐Ÿ“ฆ In Repo
nikhilsitaramnikhilsitaram

orchestrate

Coordinate implementation plans with task dispatch, reviews, and merge cleanup.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install claude-caliper?โ–ผ

Run `npx skills add nikhilsitaram/claude-caliper --all -g -y` in your terminal to install all skills globally.

What does claude-caliper do?โ–ผ

It takes a feature description, sizes the work, enforces design-before-code and test-before-merge, and delivers a reviewed pull request with only three human approval points.

How does claude-caliper handle large features?โ–ผ

Large work goes through a full pipeline: design review, a structured plan, plan review, then parallel task execution in isolated git worktrees with per-phase reviews.

Does claude-caliper work with Claude Code?โ–ผ

Yes. It is built as a Claude Code plugin whose skills trigger automatically when you describe what you want to build, with no slash commands needed for the main pipeline.

Can I audit my existing code or tests with it?โ–ผ

Yes. Standalone skills run whole-repo code quality audits and test-suite health checks, then route findings to inline fixes, GitHub issues, or new plans.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’