robiparvez/claude-code-guidelines
Agent Claude Code
Comprehensive UI audit: PrimeNG v19, Tailwind, and WCAG 2.1 AA accessibility.
robiparvez/claude-code-guidelines
Agent Claude Code
Comprehensive UI audit: PrimeNG v19, Tailwind, and WCAG 2.1 AA accessibility.
robiparvez/claude-code-guidelines
Command Claude Code
Adversarial Senior Staff Engineer review of the current implementation plan or this session's proposed changes — findings printed in chat, no code changes.
robiparvez/claude-code-guidelines
Command Claude Code
Find and read all per-domain AGENTS.md files under the codebase's business-logic directory, then produce one consolidated invariants reference grouped by domain.
robiparvez/claude-code-guidelines
Command Claude Code
Read the per-domain skill files indexed in CLAUDE.md's Module Knowledge section and produce a data-flow map, approval-chain summary, and documentation-gap report — no source files touched.
robiparvez/claude-code-guidelines
Hook Claude Code
Runs when a session starts, running an inline shell check (3 commands). From robiparvez/claude-code-guidelines.
robiparvez/claude-code-guidelines
Hook Claude Code
Runs before the agent uses a tool for Bash and PowerShell tool calls, running rtk hook claude. From robiparvez/claude-code-guidelines.
robiparvez/claude-code-guidelines
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, PreToolUse).
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.