url-routing-patterns

Solid

Use when designing URL structures, slug generation, SEO-friendly URLs, redirects, or localized URL patterns. Covers route configuration, URL rewriting, canonical URLs, and routing APIs for headless CMS.

API & Backend 72 stars 10 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 72/100

Stars 20%
62
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
0

Skill Content

# URL Routing Patterns Guidance for designing URL structures, slug generation, and routing strategies for headless CMS architectures. ## When to Use This Skill - Designing SEO-friendly URL structures - Implementing slug generation - Configuring redirect management - Planning localized URL patterns - Building routing APIs ## URL Structure Patterns ### Hierarchical URLs (Page-Based) ```text / # Home /about # About page /about/team # Team (child of About) /about/team/leadership # Leadership (grandchild) /products # Products listing /products/software # Software category /products/software/crm # Specific product ``` ### Content Type URLs (Collection-Based) ```text /blog # Blog listing /blog/2025/01/my-article # Blog post with date /blog/my-article # Blog post without date /docs # Documentation home /docs/getting-started # Doc section /docs/getting-started/install # Doc page /team/jane-doe # Team member profile /portfolio/project-alpha # Portfolio item ``` ### Hybrid URLs ```text /products/software/crm # Category > Product /blog/technology/ai-trends # Category > Post /help/faq/billing # Section > Topic ``` ## Slug Generation ### Slug Service ```csharp public class SlugService { public string GenerateSlug(string text, SlugOptions? options = null) { options ??...

Details

Author
melodic-software
Repository
melodic-software/claude-code-plugins
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Featured

common-api-design

Apply REST API conventions — HTTP semantics, status codes, versioning, pagination, and OpenAPI standards for any framework. Use when designing endpoints, choosing HTTP methods, implementing pagination, or writing OpenAPI specs. (triggers: **/*.controller.ts, **/*.router.ts, **/*.routes.ts, **/routes/**, **/controllers/**, **/handlers/**, rest api, endpoint, http method, status code, versioning, pagination, openapi, api design, api contract)

498 Updated today
HoangNguyen0403
Web & Frontend Solid

srouting-development

Expert guidance on setting up sRouting and adding new screens/routes in a SwiftUI application.

16 Updated 1 weeks ago
ThangKM
Web & Frontend Featured

vue-router-best-practices

Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.

5,052 Updated 3 weeks ago
antfu
API & Backend Featured

oma-backend

Backend specialist for APIs, databases, authentication with clean architecture (Repository/Service/Router pattern). Use for API, endpoint, REST, database, server, migration, and auth work.

1,017 Updated today
first-fluke
Code & Development Solid

seo

Deterministic LLM-first SEO audits for websites, blog posts, and GitHub repositories. Use this when the user asks to "perform SEO analysis", "run SEO audit", "analyze SEO", "check technical SEO", "review schema", "Core Web Vitals", "E-E-A-T", "hreflang", "GEO", "AEO", or GitHub repository SEO optimization. For full/page/repo audits, run bundled scripts for evidence and return prioritized, confidence-labeled fixes.

575 Updated 1 weeks ago
Bhanunamikaze