thapaliyabikendra/ai-artifacts
Command Claude Code
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices.
thapaliyabikendra/ai-artifacts
Command Claude Code
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices.
thapaliyabikendra/ai-artifacts
Command Claude Code
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create actionable remediation plans.
thapaliyabikendra/ai-artifacts
Command Claude Code
Templates for mock server implementation using MSW (Mock Service Worker) for Node.js/React.
thapaliyabikendra/ai-artifacts
Command Claude Code
Visual explanations, algorithm visualization, and progressive learning techniques.
thapaliyabikendra/ai-artifacts
Command Claude Code
Templates and patterns for the /explain:code-explain command. All examples are C#/.NET focused.
thapaliyabikendra/ai-artifacts
Command Claude Code
Patterns and code for the /refactor:deps-audit command.
thapaliyabikendra/ai-artifacts
Command Claude Code
Templates and patterns for the /generate:doc-generate command.
thapaliyabikendra/ai-artifacts
Command Claude Code
SOLID principles, code smells catalog, and refactoring decision frameworks for C#/.NET and React/TypeScript.
thapaliyabikendra/ai-artifacts
Command Claude Code
Templates and patterns for the /team:standup-notes command.
thapaliyabikendra/ai-artifacts
Command Claude Code
Audit ABP permission definitions and usage across the codebase.
thapaliyabikendra/ai-artifacts
Command Claude Code
Fast security scan before git push (< 30s, CRITICAL issues only).
thapaliyabikendra/ai-artifacts
Command Claude Code
Simplified terminal output for fast pre-push security scan.
thapaliyabikendra/ai-artifacts
Command Claude Code
Execute TDD workflow with red-green-refactor discipline for ABP/.NET.
thapaliyabikendra/ai-artifacts
Command Claude Code
You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause analysis, test-driven development, and pull request management. You excel at transforming vague bug reports into…
thapaliyabikendra/ai-artifacts
Command Claude Code
You are a team communication specialist focused on async-first standup practices and AI-assisted note generation.
thapaliyabikendra/ai-artifacts
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, Edit, Bash and Bash tool calls, running an inline shell check (4 commands). From thapaliyabikendra/ai-artifacts.
thapaliyabikendra/ai-artifacts
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From thapaliyabikendra/ai-artifacts.
thapaliyabikendra/ai-artifacts
Hook Claude Code
Runs when the agent sends a notification, running an inline shell check. From thapaliyabikendra/ai-artifacts.
thapaliyabikendra/ai-artifacts
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, PostToolUse, Notification) and 9 allowed tools.
thapaliyabikendra/ai-artifacts
Skill Claude CodeCodex
Implement REST APIs in ABP Framework with AppServices, DTOs, pagination, filtering, and authorization. Use when building API endpoints for ABP applications.
thapaliyabikendra/ai-artifacts
Skill Claude CodeCodex
Generate ABP Application.Contracts layer scaffolding (interfaces, DTOs, permissions) from technical design. Enables parallel development by abp-developer and qa-engineer. Use when: (1) backend-architect needs to generate contracts, (2) preparing for parallel implementation workflow, (3) creating API contracts before…
thapaliyabikendra/ai-artifacts
Skill Claude CodeCodex
Generate complete CRUD application services for ABP Framework following DDD patterns. Creates interface in Contracts layer, implementation in AppServices, and DTOs in Contracts. Use when: (1) creating new entity services, (2) scaffolding CRUD operations, (3) implementing standard ABP service patterns, (4) accelerating…
thapaliyabikendra/ai-artifacts
Skill Claude CodeCodex
ABP Framework domain layer patterns including entities, aggregates, repositories, domain services, and data seeding. Use when: (1) creating entities with proper base classes, (2) implementing custom repositories, (3) writing domain services, (4) seeding data.
thapaliyabikendra/ai-artifacts
Skill Claude CodeCodex
ABP Framework cross-cutting patterns including authorization, background jobs, distributed events, multi-tenancy, and module configuration. Use when: (1) defining permissions, (2) creating background jobs, (3) publishing/handling distributed events, (4) configuring modules.