Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ore-ai-web

ore-ai-web 收录了来自 orelbn 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
2
更新
2026-03-27
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

library-docs
软件开发工程师

Use this skill when a task depends on a library or dependency and you need reliable documentation or API context. Prefer project instructions, repo-local skills, global skills, installed docs, source, and types first. Use remote docs only when local material is not enough to complete the task safely.

2026-03-27
typescript
软件开发工程师

Practical TypeScript defaults for application code: strong but simple typing, clear type modeling, consistent `type` vs `interface` choices, and keeping shared/exported types in nearby `types.ts` files. Use when writing or refactoring TypeScript and deciding how to model data, annotate boundaries, organize type definitions, or improve readability without adding type noise.

2026-03-27
typescript-fullstack-organization
软件开发工程师

Organize or refactor modern TypeScript fullstack applications around module-first boundaries with small readable files, explicit public exports, high cohesion, low coupling, and deliberate placement of shared code and third-party services. Use when designing folder structure, splitting oversized routes or components, separating UI from validation/business logic/data access, deciding where shared code should live, or defining a module's public API.

2026-03-25
commit-conventions
软件开发工程师

Follow project commit conventions when preparing commit messages and creating commits. Use when drafting, reviewing, or validating commit messages.

2026-03-06
react-engineering
软件开发工程师

General React engineering skill for building and refactoring React code in this repository. Use this whenever tasks involve React components, hooks, state management, effects, rendering performance, UI composition, client/server boundaries, or React architecture decisions—even if the user does not explicitly mention "React best practices."

2026-03-01