naykel76
- 16 skills
- 0 followers
- 7 hours ago last updated
- ▌ Grill Me · naykel76Use this skill whenever the user wants to pressure-test a plan, resolve design decisions, or says "grill me".
- ▌ Code Review · naykel76Use this skill whenever the user asks for a code review, package review, or architectural audit. Delivers severity-ranked findings with evidence and fixes, not general advice. Always saves the review as a markdown file and returns a concise summary in chat.
- ▌ Skill Creation · naykel76Use this skill whenever creating, updating, or reviewing a skill file. Do not wait for an explicit request — if a skill is being created or edited, this skill applies.
- ▌ Mermaid Diagram · naykel76Use this skill whenever creating or editing a Mermaid diagram file. Do not wait for an explicit request — if a diagram is being created or edited, this skill applies.
- ▌ Nk Laravel Best Practices · naykel76 bundleUse this skill whenever writing, reviewing, or refactoring any Laravel code or components in Naykel applications. This includes Naykel-specific routing, model, architectural, and component patterns that extend or override general Laravel best practices. Do not wait for an explicit request. If any Laravel code or components are being created, reviewed, or modified in a Naykel application, this skill applies.
- ▌ Nk Livewire Best Practices · naykel76 bundleUse this skill whenever creating, modifying, or reviewing Livewire components in a Naykel (Gotime) project. Do not wait for an explicit request — if a Livewire component is involved, this skill applies.
- ▌ Nk Documentation Best Practices · naykel76 bundleUse this skill whenever creating or updating documentation across any Naykel project. Do not wait for an explicit request — if documentation is being created or updated, this skill applies.
- ▌ Database Design · naykel76Creates database design documents that serve as source of truth for tables, columns, and relationships. Uses these documents to generate migrations, models, and factories. Activates when creating schemas, tables, models, migrations, or factories.
- ▌ Livewire Manager Component · naykel76Build Livewire Manager components that orchestrate multiple features for a single resource. Coordinates tabs, sections, or workflows without doing the work itself. Activates when creating admin hubs, multi-section resource pages, or coordinating interfaces.
- ▌ Markdown Formatting · naykel76Ensures markdown files follow project conventions including Torchlight code tags and markdown-lint rules. Activates when creating or editing markdown files.
- ▌ Livewire Form Object · naykel76Build Form Objects that centralize form data, validation, and state management. Handles field definitions, validation rules, error handling, and data persistence separate from UI components. Activates when creating structured form data containers, implementing validation logic, or managing form state and submission.
- ▌ Livewire File Uploads · naykel76Adds file upload capability to Livewire form components. Handles temporary storage, validation, and persisting uploads.
- ▌ Livewire Form Component · naykel76Build Livewire Form components for creating and editing records. Displays structured input fields, handles user input and submission. Activates when creating data entry forms, edit interfaces, or input screens.
- ▌ Livewire Index Component · naykel76Build Livewire Index components that display and manage resource collections. Handles listing, searching, filtering, sorting, pagination, and actions on records. Activates when creating resource listing pages, data tables, or browse interfaces.
- ▌ Livewire Resource Config · naykel76Define resource configuration in config/resources.php for Livewire components. Controls index and form behaviour including columns, buttons, search, sorting, and basic routing. Use this before generating or modifying Livewire components.
- ▌ Livewire Editor Component · naykel76Build Livewire Editor components for editing complex content with multiple related parts. Coordinates several forms that work together with a single save action. Activates when creating focused editing workspaces, multi-part content editors, or cohesive data entry tasks.