Toolverse
All skills

wayfinder-development

by whisper-money

Activates whenever referencing backend routes in frontend components. Use when importing from @/actions or @/routes, calling Laravel routes from TypeScript, or working with Wayfinder route functions.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Security
Views
5

About this skill

Activates whenever referencing backend routes in frontend components. Use when importing from @/actions or @/routes, calling Laravel routes from TypeScript, or working with Wayfinder route functions.

How to use

  1. Zainstaluj skill wayfinder-development w swoim projekcie Claude/Copilot, dodając go do konfiguracji agenta lub katalogu umiejętności.

  2. Po zmianach w trasach backendu uruchom komendę regeneracji: php artisan wayfinder:generate --no-interaction. Jeśli pracujesz z formularzami, dodaj flagę --with-form: php artisan wayfinder:generate --with-form --no-interaction.

  3. W komponentach frontendowych importuj trasy używając ścieżek @/actions lub @/routes. Przykład: import { show, store } from '@/actions/App/Http/Controllers/PostController' lub import { show as postShow } from '@/routes/post'.

  4. Używaj importowanych funkcji do generowania tras. Wywołaj show(1) aby otrzymać obiekt trasy z url i method, lub show.url(1) aby uzyskać sam URL. Dla konkretnych metod HTTP użyj show.get(1), store.post(), update.patch(1), destroy.delete(1).

  5. Dodaj parametry zapytania poprzez opcję query: show(1, { query: { page: 1 } }) zwróci /posts/1?page=1. Dla formularzy HTML użyj store.form() aby otrzymać action i method.

  6. W komponentach Inertia React wykorzystaj wygenerowane obiekty tras bezpośrednio w komponencie Form: <Form {...store.form()}>. Jeśli Vite plugin nie jest zainstalowany, skill automatycznie zasugeruje regenerację tras.

Related skills

software-security

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

Security
1678

academic-researcher

by Shubhamsaboo

Academic research assistant for literature reviews, paper analysis, and scholarly writing.\nUse when: reviewing academic papers, conducting literature reviews, writing research summaries,\nanalyzing methodologies, formatting citations, or when user mentions academic research,

Security
1260

youtube-watcher

by openclaw

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Security
2231

senior-security

by davila7

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture,

Security
2482

backend-security-coder

by sickn33

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

Security
1133

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116