use RULES.md
generic skill
Explore
37,122 skills indexed with the new KISS metadata standard.
generic skill
- the dev_workflow
> **Attention AI Agent:** This is your primary instruction manual. Follow these rules strictly to generate correct, robust, and bug-free PHP code for the PocketFlow-PHP framework. Failure to adhere to these rules will result in errors.
You are coding with **Lár**, a graph-based agent framework that treats "Code as the Graph".
- Always first write your "plan" in natural language, then transcribe it in pipelex.
This file documents project-specific rules, exceptions, and implementation details for this repository. For organization-wide standards, see `global_rules.md`.
1. **Multi-stage builds**: Separate build and runtime environments
- All project tasks must be recorded in `tasks.md` using a clear, unique identifier (e.g., TASK-001).
ALWAYS SLOW DOWN, SLOW DOWM MORE, SLOW DOWN EVEN MORE. NEVER RUSH THROUGH YOUR ASSIGNMENT.
1. **Context First**: Always check `System_Directory_Tree.md` and relevant `SRF` before generating code. If you cannot find context still, provide a grep or command search on the `CodeBase_Context.md` file for relevant implementations.
ALWAYS SLOW DOWN, SLOW DOWM MORE, SLOW DOWN EVEN MORE. NEVER RUSH THROUGH YOUR ASSIGNMENT.
Code Style and Structure
ALWAYS SLOW DOWN, SLOW DOWM MORE, SLOW DOWN EVEN MORE. NEVER RUSH THROUGH YOUR ASSIGNMENT.
basic_operation_principles:
always be concise, direct and don't try to appease me.
- NEVER delete files, folders, or directories
groundrules:
generic skill
describes how my machine is set up. Whenever we make changes here, make sure to understand
Main domain: ReviewWeb.site
generic skill
**STOP!**
1. 이 에디터는 누구나 쉽게 소스 코드에 추가(Add-on)하여 사용할 수 있는 오픈소스 웹 에디터입니다.
2. [MUST][NAMING] TypeScript/JavaScript file names must use camelCase naming convention, such as fileUtils.ts, gitService.ts. PascalCase naming convention is not allowed, such as FileUtils.ts, GitService.ts. This rule also applies to type definition files.