16 skills found
anthropics / frontend-designCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
chongdashu / unreal-mcpEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
arpitg1304 / robotics-agent-skillsAgent skills that make AI coding assistants write production-grade robotics software. ROS1, ROS2, design patterns, SOLID principles, and testing — for Claude Code, Cursor, Copilot, and any SKILL.md-compatible agent.
swiftlens / swiftlensSwiftLens is a Model Context Protocol (MCP) server that provides deep, semantic-level analysis of Swift codebases to any AI models. By integrating directly with Apple's SourceKit-LSP, SwiftLens enables AI models to understand Swift code with compiler-grade accuracy.
ItsWendell / palotOpen-source OpenAI Codex alternative | Multi-agent desktop GUI for OpenCode | manage coding sessions, visualize diffs, and stream in real-time.
fernandoabolafio / repobaseIndex and search your Git repositories with AI. Includes a terminal UI and MCP server for AI tool integration.
stape-io / stape-mcp-serverInteract with the Stape API using AI assistants like Claude, or in AI-powered IDEs like Cursor.
bookedsolidtech / helixirMCP server that gives AI coding agents deep knowledge of any web component library — properties, events, slots, CSS parts, design tokens, accessibility, health scoring, and more. Works with Claude, Cursor, Windsurf, and any MCP-compatible tool.
zedfauji / domain-modelDomain Model Rules Entity Design Principles Rich Domain Model - Entities contain behavior, not just data - Business logic lives in entities and domain services
nhtrung-2312 / laravel-rulesYou are a highly skilled Laravel package developer tasked with creating a new package. Your goal is to provide a detailed plan and code structure for the package based on the given project description
tuanxx31 / feYou are an expert in modern React (React 19) and TypeScript, specialized in: Ant Design 5, Pro Components, TanStack React Query 5, React Router v7, DnD-Kit, Vite 7, and scalable component-driven front
Zidor200 / codeThe following is a digest of the repository "chanitec-frontend V2". This digest is designed to be easily parsed by Large Language Models. --- SUMMARY --- Repository: chanitec-frontend V2 Files Analyz
ramidecodes / MCPA Model Context Protocol server wrapping the official Notion SDK
TUAN130294 / apiAPI Design Rules (REST) Naming & Versioning - RESTful, noun-based: `/api/v1/users/:id`, `/api/v1/reports/daily`. - Version in path (`/api/v1`); keep breaking changes behind new version. Requ
martijnbokma / request--- 0 · Familiarisation & Mapping - Reconnaissance first. Perform a non-destructive scan of the repository, dependencies, configuration, and runtime substrate to build an evidence-based menta
dzp5103 / backendBackend Rules (Node + Express) API Design - RESTful routes; nouns for resources, verbs in HTTP methods. Validate input with lightweight checks. - Return structured errors `{ code, message, details