context-analyzer

Context Analyzer Skill (上下文分析技能)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "context-analyzer" with this command: npx skills add caomeiyouren/momei/caomeiyouren-momei-context-analyzer

Context Analyzer Skill (上下文分析技能)

能力 (Capabilities)

  • 项目结构分析: 理解 Nuxt 目录约定 (server/api , components , pages ) 以及 Nuxt 4 特性。

  • 符号解析: 定位组件、自动导入的可组合函数 (composables) 和 TypeORM 实体的定义。

  • 认证流程分析: 深入理解 Better-Auth 的集成,包括 lib/auth.ts (服务端), lib/auth-client.ts (客户端), middleware/auth.global.ts (全局中间件)。

  • 依赖检查: 读取 package.json 以验证已安装的包和版本。

指令 (Instructions)

  • 读取结构: 使用目录列表工具了解布局,忽略 node_modules 和 .output 。

  • 识别 Nuxt 类型: 将 server/api 识别为后端定义,将 pages /components 识别为前端。

  • 追踪逻辑: 广泛搜索符号定义,以理解数据如何在后端实体 (Entities) 和前端组件 (Components) 之间流动。

  • 身份验证感知: 在处理受保护路由或用户数据时,务必检查 server/api/auth/* 和 middleware/auth.global.ts 。

  • 依赖项: 在建议导入之前检查 package.json 以了解可用的库。

使用示例 (Usage Example)

输入: "分析当前的用户认证流程。" 动作: 读取 server/api/auth/* , lib/auth-client.ts , middleware/auth.global.ts 和 pages/login.vue 来映射流程。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

requirement-analyst

No summary provided by upstream source.

Repository SourceNeeds Review
General

documentation-specialist

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security-guardian

No summary provided by upstream source.

Repository SourceNeeds Review
General

conventional-committer

No summary provided by upstream source.

Repository SourceNeeds Review