·adonisjs-best-practices
</>

adonisjs-best-practices

futuregerald/futuregerald-claude-plugin

在构建 AdonisJS v6 应用程序、实现 AdonisJS 中的功能或审查 AdonisJS 代码时使用。涵盖路由、控制器、验证、身份验证、数据库模式、测试和错误处理。

15安装·3热度·@futuregerald

安装

$npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill adonisjs-best-practices

SKILL.md

AdonisJS v6 is a TypeScript-first MVC framework with batteries included. Core principle: type safety, dependency injection, and convention over configuration.

| Route to controller | router.get('/users', [UsersController, 'index']) | | Lazy-load controller | const UsersController = () => import('#controllers/userscontroller') | | Validate request | const payload = await request.validateUsing(createUserValidator) | | Auth check | await auth.authenticate() or auth.use('guard').authenticate() |

| Authorize action | await bouncer.authorize('editPost', post) | | Query with relations | await User.query().preload('posts') |

在构建 AdonisJS v6 应用程序、实现 AdonisJS 中的功能或审查 AdonisJS 代码时使用。涵盖路由、控制器、验证、身份验证、数据库模式、测试和错误处理。 来源:futuregerald/futuregerald-claude-plugin。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill adonisjs-best-practices
分类
</>开发工具
认证
收录时间
2026-02-15
更新时间
2026-02-18

快速解答

什么是 adonisjs-best-practices?

在构建 AdonisJS v6 应用程序、实现 AdonisJS 中的功能或审查 AdonisJS 代码时使用。涵盖路由、控制器、验证、身份验证、数据库模式、测试和错误处理。 来源:futuregerald/futuregerald-claude-plugin。

如何安装 adonisjs-best-practices?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill adonisjs-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/futuregerald/futuregerald-claude-plugin

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-15

相关 Skills

暂无