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

Lessley

Lessley 收录了来自 Lessley-Fin 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
2
更新
2026-06-20
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

react-build
软件开发工程师

Build the Lessley React frontend for production. Use when: preparing a deployment, checking that TypeScript compiles, or verifying the production bundle before shipping.

2026-06-20
react-dev
软件开发工程师

Start the Vite dev server for the Lessley React frontend. Use when: developing UI features, testing visual changes, debugging frontend behavior, or verifying that components render correctly.

2026-06-20
react-feature
软件开发工程师

Guide for creating new features in the Lessley React frontend. Use when: adding a new page, feature module, or API integration following the established architecture patterns.

2026-06-20
react-lint
软件开发工程师

Run ESLint on the Lessley React frontend. Use when: checking code quality, enforcing consistent patterns, or before committing frontend changes.

2026-06-20
react-test
软件质量保证分析师与测试员

Run Vitest tests for the Lessley React frontend. Use when: verifying component behavior, testing hooks, checking auth store logic, validating route guards, or running the test suite before committing.

2026-06-20
react-typecheck
软件开发工程师

Run TypeScript type checking on the Lessley React frontend without emitting output. Use when: checking for type errors, validating refactors, or debugging import issues.

2026-06-20
code-architecture
软件开发工程师

Explains and enforces the layered architecture used in Lessley services. Use when: reviewing or writing controllers, services, or repositories; deciding where new logic should live; or ensuring a controller does not contain business logic.

2026-06-17
microservices-testing
软件质量保证分析师与测试员

Test distributed systems across service boundaries. Use when: validating data contracts between Python/Node.js/C# services (Scraper ↔ Optimizer ↔ Personalization), testing MongoDB TTL and geospatial queries, simulating full Daily Night Routine workflows, or chaos-testing resilience.

2026-05-31
mongodb-tuning
数据库架构师

Implement ACID transactions and advanced indexing for MongoDB at scale. Use when: ensuring data consistency across multi-document updates (user wallet + savings), designing query-specific indexes (compound, covered, geospatial), or optimizing API Gateway response times.

2026-05-31
rabbitmq-resilience
软件开发工程师

Implement fault-tolerant RabbitMQ consumers for distributed systems. Use when: building Python workers (Scraper, Personalization) that must survive crashes, handle duplicate messages, and gracefully reject malformed payloads without data loss.

2026-05-31