30 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.
PatrickJS / awesome-cursorrules📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
VoltAgent / awesome-agent-skillsClaude Code Skills and 700+ agent skills from official dev teams and the community, compatible with Codex, Antigravity, Gemini CLI, Cursor and others.
haydenbleasel / ultraciteA highly opinionated, zero-configuration linter and formatter.
michaelshimeles / ralphyMy Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & Droid in a loop until your PRD is complete.
tech-leads-club / agent-skillsThe secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.
decolua / 9routerConnect All AI Code Tools (Claude Code, Cursor, Antigravity, Copilot, Codex, Gemini, OpenCode, Cline, OpenClaw...) to 40+ AI Providers & 100+ Models
codeaholicguy / ai-devkitA universal CLI toolkit for serious AI-assisted development. Works across Cursor, Claude Code, Antigravity, Codex, and more.
yigitkonur / cli-continuesresume any AI coding session in another tool — Claude Code, Copilot, Gemini, Codex, Cursor
yigitkonur / cli-continuesresume any AI coding session in another tool — Claude Code, Copilot, Gemini, Codex, Cursor
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.
digitalchild / cursor-best-practicesBest practices when using Cursor the AI editor.
dannySubsense / youtube-mcp-serverA comprehensive Model Context Protocol (MCP) server providing real-time YouTube Data API access for AI assistants. Features 14 functions including intelligent content evaluation with technology freshness scoring for knowledge base curation.
zelentsov-dev / asc-mcpMCP server for App Store Connect API — 208 tools for managing apps, builds, TestFlight, subscriptions, and more from Claude, Cursor, VS Code, or any MCP client
beautyfree / appstore-connect-mcpApp Store Connect API as MCP tools for Cursor & Claude. Apps, TestFlight, subscriptions, localizations, reports.
tuanvumaihuynh / goYou are an expert in Go, microservices architecture, and clean backend development practices. Your role is to ensure code is idiomatic, modular, testable, and aligned with modern best practices and de
ham-zax / qaSenior Developer & QA Architect agent for code review, refactoring, test planning, quality assurance, and mentoring. Use for senior code review, test strategy design, quality improvements, and technical mentorship through code excellence.
EvilBit-Labs / INDEXGenerate meaninigful output from your OPNSense/pfSense configuration file
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
gurkanfikretgunak / RULESA full-stack Flutter application built with Serverpod, featuring app configuration management, authentication, and integrations with Firebase, Sentry, and Mixpanel.
sssorc / mainApi docs This API is a work in progress. It will include APIs for the devigger and sportsbooks' odds. Devigger API URL: http://api.crazyninjaodds.com/api/devigger/v1/sportsbook_devigger.aspx?api=o
gumigumih / MAINイシュー駆動開発の基本原則 🎯 基本原則 1. すべての作業はイシューから始める - コード修正・機能追加・リファクタリング・ドキュメント更新など、全ての作業は必ずGitHubイシューを立ててから着手 - イシューには「目的」「背景」「やること」「完了条件」を簡潔に記載
Seredeep / tips🚀 Improving Animation Performance in Next.js Native Wrappers (without migrating to React Native) If you're using Next.js wrapped with Capacitor/Cordova to ship a native app, here’s how to work aro
gumigumih / RULESCursor × イシュー駆動開発ルール 📚 ルールファイル一覧 このディレクトリには、AIペアプログラミングを効率的に行うための構造化されたルールファイルが含まれています。 🎯 メインルール
RigelSystems / useageVue component library
gumigumih / GITHUBGitHub運用ルール イシュー作成提案のタイミング 1. 自動提案のタイミング - コード変更時 : 新機能追加、バグ修正、リファクタリング - ドキュメント更新時 : README、API仕様、コメント
CanAISolutions / cortexCanAI Cortex Milestones Overview This file tracks milestones for the CanAI Emotional Sovereignty Platform, aligning with the 9-stage user journey (F1-F9) and PRD Sections 5, 6, and 12. Mileston
martijnbokma / refresh--- 0 · Familiarisation & Mapping - Reconnaissance first. Conduct a non-destructive survey of the repository, runtime substrate, configs, logs, and test suites to build an objective mental mo
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