General
PromptBeginner5 minmarkdown
Untitled Skill
170
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
node_modules/
build/ .docusaurus/
.gitignore
.idea/ .vscode/ *.swp *.swo
.DS_Store Thumbs.db
.log npm-debug.log yarn-debug.log* yarn-error.log*
Dockerfile docker-compose.yml .dockerignore
README.md LICENSE .md !docs/**/.md
*.test.js *.spec.js tests/ coverage/