Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
fullstackhero
GitHub 创作者资料

fullstackhero

按仓库查看 1 个 GitHub 仓库中的 11 个已收集 skills,并展示近似职业覆盖。

已收集 skills
11
仓库
1
职业领域
1
更新
2026-05-23
职业覆盖
该创作者主要覆盖的职业大类。
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 skills

#001
dotnet-starter-kit
11 个 skills6.5k1.9k更新于 2026-05-23
占该创作者 100%
add-entity
软件开发工程师

Add a domain entity/aggregate with EF configuration and a migration to an existing FSH module. Use when adding a new database-backed entity. Pairs with add-feature and create-migration.

2026-05-23
add-feature
软件开发工程师

Add a vertical-slice feature (command/query + handler + validator + endpoint) to an existing FSH module. Use when adding an API endpoint or business operation to a module that already exists.

2026-05-23
add-full-slice
软件开发工程师

Build a capability end-to-end — backend vertical slice (Contracts→handler→validator→endpoint) AND the React page wired to it. Use when delivering a user-facing feature across API + UI. Composes add-feature + add-react-page.

2026-05-23
add-integration-event
软件开发工程师

Publish a cross-module integration event via the Outbox and handle it idempotently in another module. Use when one module must react to something that happened in another. See .agents/rules/eventing.md.

2026-05-23
add-module
软件开发工程师

Create a new module (bounded context) — runtime + Contracts projects, IModule, DbContext, permissions, migrations, and the four registration sites. Use when adding a distinct business domain. For a feature in an existing module, use add-feature.

2026-05-23
add-permission
软件开发工程师

Add a new permission end-to-end — server constant + endpoint gate, and (admin app) mirror it into the permissions catalog + route guard. Use when a new endpoint needs authorization. See modules/identity.md + frontend/admin.md.

2026-05-23
add-react-page
软件开发工程师

Add a list+create page to a React app (clients/admin or clients/dashboard) — API module, page, lazy route, (admin) permission gate, Playwright test. Use when adding any frontend screen. See .agents/rules/frontend/.

2026-05-23
create-migration
软件开发工程师

Create and apply an EF Core migration for a module's DbContext the FSH way (central Migrations project, per-module folder, correct --context). Use after changing entities/EF config. See .agents/rules/database.md.

2026-05-23
当前展示该仓库 Top 8 / 11 个已收集 skills。
已展示 1 / 1 个仓库
已展示全部仓库