Navdeep Singh Gambhir avatar

Navdeep Singh Gambhir

Community

@Navdeepgambhir9023 · India

19Followers
|
61Public Repos
|
15Published Skills

Programmer | Learner | Builder

Skills Distribution
DomainDeveloper To...Goal Orchestration.. (35%)Code Quality Guard.. (25%)Knowledge Base Man.. (20%)Verification & Con.. (20%)

Agent Skills by Navdeep Singh Gambhir

Showing 15 vetted skills indexed across 1 GitHub repositories.

Navdeepgambhir9023Navdeepgambhir9023
1

meta-review

Distills closed-goal mistakes into reusable patterns and rules in .loop/memory/.

Community
Advanced
Navdeepgambhir9023Navdeepgambhir9023
1

kb-init

Creates a six-file knowledge base scaffold and wires it into CLAUDE.md or AGENT.md.

Community
Intermediate
Navdeepgambhir9023Navdeepgambhir9023
1

use-nav

Orchestrates the Nav workflow of brainstorm, goal, plan, loop, and verify skills.

Community
Advanced
Navdeepgambhir9023Navdeepgambhir9023
1

brainstorm

Refines ideas into approved design specs through structured Q&A before implementation.

Community
Intermediate
Navdeepgambhir9023Navdeepgambhir9023
1

verify

Verifies goal contracts by running checks and adjudicating criteria against declared confidence thresholds.

Community
Advanced
Navdeepgambhir9023Navdeepgambhir9023
1

plan

Decomposes an active goal contract into a phased, TDD-stepped plan folder with a live tracking ledger.

Community
Advanced
Navdeepgambhir9023Navdeepgambhir9023
1

debt

Detect TypeScript and JavaScript antipatterns via fallow static analysis and append findings to a debt ledger.

Community
Intermediate
Navdeepgambhir9023Navdeepgambhir9023
1

kb-re-structure

Organize free-form dumped notes into a canonical knowledge base structure with attribution.

Community
Intermediate
Navdeepgambhir9023Navdeepgambhir9023
1

portfolio

Generates a read-only priority, risk, and blocker report across all goals in the goal registry.

Community
Intermediate
Navdeepgambhir9023Navdeepgambhir9023
1

loop

Executes active goal contracts through parallel worktree waves with verification gates.

Community
Advanced
Navdeepgambhir9023Navdeepgambhir9023
1

goal

Converts vague requests into approved, verifiable goal contracts registered in a goal registry.

Community
Advanced
Navdeepgambhir9023Navdeepgambhir9023
1

taste-python

Detects forbidden Python patterns in proposed edits using grep-based boundary checks.

Community
Intermediate
Navdeepgambhir9023Navdeepgambhir9023
1

taste-langchain

Detects deprecated LangChain patterns in chain, agent, tool, and prompt files via grep rules.

Community
Intermediate
Navdeepgambhir9023Navdeepgambhir9023
1

taste-nextjs

Detects forbidden Next.js patterns in proposed edits via grep-based boundary checks.

Community
Intermediate
Navdeepgambhir9023Navdeepgambhir9023
1

taste-react

Soft-warns on React anti-patterns in TSX and JSX edits via PreToolUse hook checks.

Community
Intermediate

Frequently Asked Questions About Navdeep Singh Gambhir

FAQPage Schema
What tasks can I accomplish with Nav's skills?

You can intake goals with verifiable contracts, brainstorm requirements, decompose work into phased TDD plans, execute tasks in parallel waves, verify completion against contract criteria, harvest technical debt via static analysis, and maintain a structured project knowledge base.

Who is Nav designed for?

Nav targets developers using Claude Code or agentskills.io-compliant harnesses who want disciplined, contract-driven development. It suits engineers building features in Python, React, Next.js, or LangChain who want runtime guardrails and proof-of-done gates instead of ad-hoc coding.

How do I install and run Nav skills?

Install the skills into a Claude Code or agentskills.io-compliant harness, then start with /use-nav for onboarding. Run /goal to define a contract, /plan to decompose it, /loop to execute, and /verify to close. System dependencies include git, python3, jq, and bash.

Is Nav open source and what does it cost?

Licensing is mixed: core orchestration skills like use-nav and loop are Apache-2.0, while verify and the taste guardrail skills (Python, React, Next.js, LangChain) are Proprietary. There is no stated cost; check the repository for current license terms per skill.

What prerequisites and dependencies does Nav require?

Nav requires git, python3, jq, and bash on the host system, plus a Claude Code or agentskills.io-compliant harness such as Codex. The taste guardrails are grep-based and need no language runtime; debt detection uses the fallow static analyzer for TypeScript/JavaScript.