mit einem Klick
awesome-templates
awesome-templates enthält 30 gesammelte Skills von nrjdalal, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Inspect drift between code, shared workflow references, and Claude, Codex, or Antigravity harness assets after architecture or workflow changes.
This skill should be used when the user asks to "sync guidelines", "document inspection", "check skill updates", "update project-dna", "sync patterns", "verify code-document consistency", or after architecture changes to verify Skills/AGENTS.md/CLAUDE.md match the actual code.
Guide a feature from requirements interview through architecture analysis, security check, and task decomposition.
This skill should be used when the user asks to "plan feature", "design feature", or wants to plan and design a new feature before implementation.
Audit a domain or the full repository for architecture compliance using the shared architecture checklist and repository rules.
Review a pull request or local diff against the repository's shared Review Protocol (correctness, regression, stability, contract, architecture, security, governance).
Review a domain, file, or the full repository for OWASP-oriented security issues using the shared security checklist.
Audit architecture compliance for a domain. Use when the user asks to "review architecture", "compliance audit", or wants to check if a domain follows project architecture rules.
Review a pull request against the shared Review Protocol (correctness, regression, stability, contract, architecture, security). Use when the user asks to "review PR", "check PR", "PR review", or wants an evidence-grounded review of a pull request before merge.
OWASP-based code security audit for a domain or file. Use when the user asks to "security review", "security audit", "OWASP check", or wants to audit code security for a domain or file.
Execute an approved multi-task plan through native project workflow gates.
Execute an approved multi-task plan through native project workflow gates.
Add a NiceGUI admin page for an existing domain while keeping config and page routing separated and masking sensitive fields.
This skill should be used when the user asks to "add admin page", "add admin", "admin dashboard", or wants to add NiceGUI admin pages to an existing domain.
Add an API endpoint to an existing domain using the repository's bottom-up layering, DTO rules, and router conventions.
Wire one domain to another using Protocol-based dependency inversion instead of direct implementation imports.
Add a Taskiq worker task with an explicit payload contract, thin task adapter, and Service-owned business logic.
Investigate, reproduce, fix, and verify a bug while staying inside existing repository patterns and architecture rules.
Create, inspect, apply, or roll back Alembic migrations for a domain while treating autogenerated revisions as review-required output.
Scaffold a new domain that follows the repository's layered architecture, naming rules, DI pattern, and test layout.
Interactive onboarding for contributors who are new to this repository or need a guided refresher on architecture, workflow, and AI collaboration assets.
Generate or run tests for a domain using the repository's established factory, unit, integration, and admin test patterns.
This skill should be used when the user asks to "add endpoint", "add route", "add API", or wants to add a new route to an existing domain.
This skill should be used when the user asks to "cross-domain dependency", "wire domain dependency", "domain reference", "connect domains", "Protocol dependency", or needs to wire one domain to depend on another domain's data via Protocol-based DIP.
This skill should be used when the user asks to "add worker task", "add async task", "add background job", "queue task", "Taskiq task", or wants to create a new asynchronous background task for a domain.
This skill should be used when the user asks to "fix bug", "resolve issue", "fix error", "troubleshoot", "debug", or reports a specific bug or error that needs investigation and fixing.
This skill should be used when the user asks to "migrate domain", "DB migration", "alembic revision", "schema change", "add table", "add column", "DB change", or wants to create, apply, or rollback database migrations.
This skill should be used when the user asks to "create a new domain", "domain scaffolding", or mentions adding a new bounded context to the project.
This skill should be used when the user asks to "project introduction", "getting started", "how does this project work", "I'm new to this project", or is a new team member needing orientation to the project.
Generate or run tests for a specific domain. Use when the user asks to "generate tests", "run tests for domain", "unit test", "integration test", "pytest run", "write test code", or wants to create or run tests for a specific domain.