refly-ai/refly

The first open-source agent skills builder. Define skills by vibe workflow, run on Claude Code, Cursor, Codex & more. Build Clawdbot 🦞· APIs for Lovable · Bots for Slack & Lark/Feishu · Skills are infrastructure, not prompts.

7.5kStars on the repository
17Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

refly-ai/refly

Cursor rule Cursor

This is an absolute requirement and takes precedence over all other language guidelines. While user-facing communication may be in Chinese, all code-related content must be in English to maintain consistency and compatibility with development tools.

7.5k 1mo ago A 358 tokens

01-code-style

02

refly-ai/refly

Cursor rule Cursor

Cursor rule "01-code-style" from refly-ai/refly, covering code style guidelines, typescript/javascript style, react performance optimization, error handling and css guidelines.

7.5k 1mo ago A 376 tokens

refly-ai/refly

Cursor rule Cursor

Refly is an open-source AI-native creation engine with a monorepo structure. Here's an overview of the main directories.

7.5k 1mo ago A 249 tokens

refly-ai/refly

Cursor rule Cursor

// AVOID creating new types when existing ones can be reused // Bad interface UserDetails { id: string; name: string; email: string; }.

7.5k 1mo ago A 352 tokens

04-code-formatting

05

refly-ai/refly

Cursor rule Cursor

This document defines the code formatting standards to ensure consistency and readability.

7.5k 1mo ago A 253 tokens

refly-ai/refly

Cursor rule Cursor

Cursor rule "05-code-organization" from refly-ai/refly, covering code organization guidelines, file structure, component files, import ordering and component structure.

7.5k 1mo ago A 435 tokens

06-api-structure

07

refly-ai/refly

Cursor rule Cursor

The backend API is organized in a modular structure using NestJS. Each module contains controllers, services, and DTOs.

7.5k 1mo ago A 423 tokens

09-design-system

08

refly-ai/refly

Cursor rule Cursor

Cursor rule "09-design-system" from refly-ai/refly, covering design system and color palette.

7.5k 1mo ago A 108 tokens

09-i18n-guidelines

09

refly-ai/refly

Cursor rule Cursor

Refly supports multiple languages through its internationalization system.

7.5k 1mo ago A 242 tokens

refly-ai/refly

Cursor rule Cursor

Refly uses various testing approaches to ensure code quality and reliability.

7.5k 1mo ago A 244 tokens

refly-ai/refly

Cursor rule Cursor

Cursor rule "11-ui-design-patterns" from refly-ai/refly, covering ui design patterns, color usage, ui components, button patterns and card design.

7.5k 1mo ago A 431 tokens

refly-ai/refly

Cursor rule Cursor

Cursor rule "16-language-guidelines" from refly-ai/refly, covering language guidelines, chinese for user communication, english for technical content and commit message standards.

7.5k 1mo ago A 184 tokens

cursorrules

13

refly-ai/refly

Cursor rule Cursor

Always output the code comment in English. Always use tailwind css to style the component. Always use optional chaining (?.) when accessing object properties. Always use nullish coalescing (??) or default values for potentially undefined values. Always check array existence before using array methods. Always validate…

7.5k 1mo ago A 194 tokens