- 如果使用 monorepo 结构,将共享代码放在
packages/目录中,将应用特定代码放在app/中。 - 使用
Taskfile.yml命令进行开发、测试和部署任务。 - 将环境变量和敏感数据保存在代码之外,通过
.env文件或类似配置访问它们。
Nextjs Supabase Monorepo And Tooling
概述 monorepo 结构和工具约定,强调使用 Taskfile.yml 和正确处理环境变量。
Nextjs Supabase Monorepo And Tooling by liaosw97 · 7b9a060
npx skillmds@latest add liaosw97/nextjs-supabase-monorepo-and-tooling File contents
---name: nextjs-supabase-monorepo-and-toolingdescription: 概述 monorepo 结构和工具约定,强调使用 Taskfile.yml 和正确处理环境变量。---- 如果使用 monorepo 结构,将共享代码放在 `packages/` 目录中,将应用特定代码放在 `app/` 中。- 使用 `Taskfile.yml` 命令进行开发、测试和部署任务。- 将环境变量和敏感数据保存在代码之外,通过 `.env` 文件或类似配置访问它们。
liaosw97/awesome-rules-skills/tree/main/plugins/nextjs/skills/nextjs-supabase-monorepo-and-tooling commit 7b9a0607b1
Frequently asked questions
Run npx skillmds@latest add liaosw97/nextjs-supabase-monorepo-and-tooling in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
概述 monorepo 结构和工具约定,强调使用 Taskfile.yml 和正确处理环境变量。 It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
liaosw97 (@liaosw97) published this skill. Their other Agent Skills are listed on their SkillMD profile.