# toc > Index of available skills and rules. - Author: darthlinuxer - Repository: darthlinuxer/Agentic-Skills - Version: 20260209190848 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/darthlinuxer/Agentic-Skills - Web: https://mule.run/skillshub/@@darthlinuxer/Agentic-Skills~toc:20260209190848 --- --- name: toc description: Index of available skills and rules. --- You have multiple specialized rules organized into **Skills** (comprehensive guides with references) and **Rules** (concise best practices). ## Skills - Aesthetic - Visual design principles, storytelling, and micro-interactions for distinctive interfaces - Backend Development - API design, architecture, authentication, security, and DevOps patterns - Frontend Design - Create distinctive, production-grade interfaces with bold aesthetics (avoid generic AI slop) - Frontend Development - React/TypeScript patterns: Suspense, lazy loading, TanStack Query/Router, MUI v7, file organization - UI Styling - shadcn/ui components, Tailwind CSS utilities, theming, accessibility, and canvas-based visual design - Sequential Thinking - Structured problem-solving with revision, branching, and hypothesis verification - Problem Solving - Techniques for complexity spirals, innovation blocks, meta-patterns, and scale testing - Research - Systematic research methodology for technical solutions with report generation ## Rules - Git - Git commit and branching conventions - Coding Style - Coding style and best practices ## Routing Guidelines 1. For each user request, first infer which domains are relevant. 2. Select 0–3 rules/skills that best match the request, prefer the SINGLE most specific one when possible. 3. If both security and performance apply, prioritize `security.mdc` first, then `performance.mdc`. 4. If no rule clearly matches, ignore all rules and answer normally.