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

SimpleModule

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

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

这个仓库中的 skills

minimal-api
软件开发工程师

Write correct ASP.NET Minimal API endpoints in the SimpleModule modular monolith. Use when creating, modifying, or reviewing any IEndpoint or IViewEndpoint implementation, or when writing endpoint code that uses parameter binding, authorization, validation, CrudEndpoints helpers, Inertia.Render, or form handling. Triggers on: "add endpoint", "create endpoint", "new endpoint", "API endpoint", "view endpoint", "MapGet", "MapPost", "MapPut", "MapDelete", "Inertia.Render", route handling, parameter binding questions, "FormRequest", "Route const", "IAuthorizer", "policy", "RequirePermission", or any work touching files in Endpoints/, Pages/, or FormRequests/ directories.

2026-06-25
new-module
软件开发工程师

Scaffold a new SimpleModule module with contracts, implementation, and test projects following the project's modular monolith conventions. Use when creating a new module from scratch.

2026-06-25
simplemodule
软件开发工程师

Comprehensive guide for working with the SimpleModule modular monolith framework. Use when creating modules, adding features, writing endpoints, configuring services, working with the event bus, permissions, menus, settings, database contexts, or understanding the project architecture. Triggers on: "add module", "new module", "add feature", "create endpoint", "module architecture", "how does SimpleModule work", "event bus", "permissions", "menu", "settings", "database context", "contracts", "IModule", "IEndpoint", "IViewEndpoint", "Inertia", "CrudEndpoints", "debug module", "review module", "module status", "SM00", "source generator diagnostic", "module not found", "page 404", "event bus", "settings", "IMessageBus", "Wolverine", "SettingDefinition", "policy", "IPolicy", "IAuthorizer", "entity-level authorization", "FormRequest", "Route const".

2026-06-25
verify-feature
软件质量保证分析师与测试员

End-to-end verification of a feature implementation before opening a PR. Starts the SimpleModule.Host (killing port 5001 if occupied), drives the feature in a real browser via playwright-cli, runs every local CI step, and only then opens a pull request. Use when the user asks to "verify the feature", "test and ship", "run e2e + CI + PR", or any variation that means "prove it works, then PR it".

2026-06-25
react-expert
软件开发工程师

Use when building React 18+ applications in .jsx or .tsx files, Next.js App Router projects, or create-react-app setups. Creates components, implements custom hooks, debugs rendering issues, migrates class components to functional, and implements state management. Invoke for Server Components, Suspense boundaries, useActionState forms, performance optimization, or React 19 features.

2026-03-25