NavanithanS
@NavanithanS
Public Skills
ask-code-reviewer
by NavanithanS
Start code reviews, PR checks, or bug analysis. Triggers: "review my code", "check this PR", "analyze for bugs", "code review". Do NOT use for: - Automating fixes (use ask-python-refactor). - Generating new features. Capabilities: - Static analysis: Correctness, Security, Performance, Style. - Feedback priority: Critical > Performance > Style.
ask-owasp-security-review
by NavanithanS
Static security analysis for code, auditing for OWASP Top 10 risks. Triggers: "security audit", "is this secure", "check for vulnerabilities". Capabilities: - Static analysis of code snippets. - Mapping findings to OWASP Top 10 (2021). - Providing remediation code patterns.
ask-bug-finder
by NavanithanS
Systematic debugging with reproduction, isolation, and hypothesis testing.
ask-skill-creator
by NavanithanS
Use this skill when the user asks to create a new skill or add a new capability to the Agent Skill Kit. Triggers: "create a skill", "new skill", "add skill for", "teach the agent". Do NOT use this skill for: - Creating normal software features (use a coding architect). - Modifying the core ASK runtime. Capabilities: - Scaffolds the "Gold Standard" directory structure (SKILL.md, scripts/, assets/, tests/). - Generates optimized Frontmatter and Algorithmic Instructions. - Updates the root README.md.
ask-laravel-architect
by NavanithanS
Laravel scaffolding for SQL or Mongo (Official/Jenssegers), SoftDeletes, API standards.
ask-effective-llm-coder
by NavanithanS
Best practices for LLM-assisted coding. Declarative workflows, simplicity, tenacity.
ask-conceptual-integrity-sentinel
by NavanithanS
Audit repos for architectural drift, dead code, and abstraction bloat.
ask-flutter-architect
by NavanithanS
Flutter scaffolding with FVM, Layer-First architecture, Streams+Provider state.
ask-laravel-mechanic
by NavanithanS
Laravel maintenance with Zero Data Loss policy, Mongo/SQL debugging.
ask-vue-architect
by NavanithanS
Vue 3 scaffolding for Laravel Inertia, Nuxt, or Vite. Composition API + TypeScript.
ask-commit-assistance
by NavanithanS
Code review, staging, and Conventional Commit message generation.
ask-explaining-code
by NavanithanS
Explain code via analogies, ASCII diagrams, step-by-step walkthroughs.
ask-refactoring-readability
by NavanithanS
Refactor code for readability using DRY, meaningful names, and modularization.
ask-flutter-mechanic
by NavanithanS
Flutter maintenance with FVM. Clean builds, iOS/Android fixes, asset generation, release.
ask-db-migration-assistant
by NavanithanS
Safe database schema updates with migration and rollback scripts.
ask-python-refactor
by NavanithanS
Python refactoring for readability, maintainability, and performance.
ask-docker-expert
by NavanithanS
Docker and Docker Compose optimization. Multi-stage builds, security, debugging.
ask-component-scaffolder
by NavanithanS
Generate consistent UI component folder structure and files.
ask-fastapi-architect
by NavanithanS
FastAPI scaffolding. Pydantic V2, async database, dependency injection.
ask-nextjs-architect
by NavanithanS
Next.js 14+ scaffolding. App Router, Server Components, Server Actions, SEO.
ask-shadcn-architect
by NavanithanS
Enforce shadcn/ui patterns, imports, and CLI-first component usage.
ask-brainstorm
by NavanithanS
Required before creative work. Explores intent, requirements, design before implementation.
ask-project-memory
by NavanithanS
Maintain project brain with architectural decisions in memory file.
ask-vue-mechanic
by NavanithanS
Vue 3 + Inertia maintenance. Fixes navigation reloads, prop mismatches, reactivity loss.
ask-readme-gardener
by NavanithanS
Keep README.md in sync with code changes (APIs, features).
ask-security-sentinel
by NavanithanS
Pre-flight security checker. Scan for secrets and vulnerabilities.
ask-pdf-processing
by NavanithanS
PDF text extraction, form filling, and merging using pypdf and pdfplumber.