robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Angular 19 patterns: signals, standalone components, resource API, signal queries, dependency injection, and Aurora framework integration. Trigger: When implementing Angular components, directives, pipes, services, or using modern reactive patterns.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Scan Angular codebase for performance, correctness, and architecture issues. Returns 0-100 score with diagnostics.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Behavioral guardrails against AI hallucination on factual claims. TRIGGER when the response would assert any of — named papers/authors/book titles/direct quotes, exact statistics or percentages, specific dates, software/library version numbers, details about niche people/places/products/companies, events that may…
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Fix Angular ESLint errors in templates. Handles elements-content, eqeqeq, use-track-by-function, and other common Angular template lint violations.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Compact current conversation into a handoff doc for a fresh agent. Trigger on /handoff or "hand off this session".
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Write like a senior engineer talking to a peer — natural, direct, not docs. Trigger on /humanize or "sound more human" or "less formal".
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Rewrite rough prompts into XML structure (Anthropic standard), tuned for Claude Sonnet 5.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Set up hierarchical Intent Layer (AGENTS.md files) for codebases. Use when initializing a new project, adding context infrastructure to an existing repo, user asks to set up AGENTS.md, add intent layer, make agents understand the codebase, or scaffolding AI-friendly project documentation.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Spring Boot best practices — concise reference.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, repositories, enums, and Eloquent queries. Triggers for N+1 and query performance issues, caching…
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Use when modifying Blade modals, jQuery AJAX handlers, or enum-driven field visibility in Laravel apps. Enforces JS constants mirroring PHP enums (no magic numbers), add/edit modal symmetry, modal reset patterns, and consistent button state management.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Parse a pasted image (screenshot, mockup, exported PDF/Excel table) into Laravel Blade + CSS markup that matches its layout — rows, columns, colspans, borders, header bands, nested/child tables, fonts. Works in any Laravel project. Trigger on "check pasted image and fix the design", "match this image", "convert this…
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Security audit for Laravel 8 apps — checks authorization wiring, mass-assignment guards, raw SQL, file uploads, and mutation/approval enforcement. Use when reviewing a PR/diff for security, adding a new controller/model, or auditing an existing module.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Execute multi-phase code refactoring plans for Angular modules. Analyze for issues, generate plans, and execute with validation (dead code, type safety, duplication, naming, performance).
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Lazy-efficient coding — enforce minimal solutions, deletion over addition, and stdlib-first thinking. Activate with "ponytail", "lazy mode", "simplest solution", "yagni", or /ponytail.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Use when converting Figma designs to Angular PrimeNG19 components—analyze compliance before generating code to ensure pixel-perfect accuracy, token consistency, and pattern reuse validation.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
PrimeNG v19 component patterns, Design Tokens, and Tailwind conventions.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
Use when finishing a feature, fixing a bug, before committing React code, or when the user types /doctor, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
React Router v7 patterns for a React customer portal. Trigger: adding routes, navigation, lazy loading, or route guards.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
React Hook Form + Zod patterns for a React customer portal. Trigger: creating or modifying form schemas, validation, or useForm setup.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
RTK Query endpoint patterns for a React customer portal. Trigger: adding queries, mutations, cache tags, or new API domains.
robiparvez/claude-code-guidelines
Skill Claude CodeCodex
TailwindCSS v4 patterns for a React customer portal. Trigger: adding styles, custom CSS variables, dark mode, or layout utilities.