Navdeep Singh Gambhir
Community@Navdeepgambhir9023 · India
Programmer | Learner | Builder
Agent Skills by Navdeep Singh Gambhir
Showing 15 vetted skills indexed across 1 GitHub repositories.
meta-review
Distills closed-goal mistakes into reusable patterns and rules in .loop/memory/.
kb-init
Creates a six-file knowledge base scaffold and wires it into CLAUDE.md or AGENT.md.
use-nav
Orchestrates the Nav workflow of brainstorm, goal, plan, loop, and verify skills.
brainstorm
Refines ideas into approved design specs through structured Q&A before implementation.
verify
Verifies goal contracts by running checks and adjudicating criteria against declared confidence thresholds.
plan
Decomposes an active goal contract into a phased, TDD-stepped plan folder with a live tracking ledger.
debt
Detect TypeScript and JavaScript antipatterns via fallow static analysis and append findings to a debt ledger.
kb-re-structure
Organize free-form dumped notes into a canonical knowledge base structure with attribution.
portfolio
Generates a read-only priority, risk, and blocker report across all goals in the goal registry.
loop
Executes active goal contracts through parallel worktree waves with verification gates.
goal
Converts vague requests into approved, verifiable goal contracts registered in a goal registry.
taste-python
Detects forbidden Python patterns in proposed edits using grep-based boundary checks.
taste-langchain
Detects deprecated LangChain patterns in chain, agent, tool, and prompt files via grep rules.
taste-nextjs
Detects forbidden Next.js patterns in proposed edits via grep-based boundary checks.
taste-react
Soft-warns on React anti-patterns in TSX and JSX edits via PreToolUse hook checks.
Frequently Asked Questions About Navdeep Singh Gambhir
FAQPage SchemaWhat 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.