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

specstar

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

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

这个仓库中的 skills

specstar-spec
计算机系统分析师

Spec-driven authoring for SpecStar projects. Two-step pipeline — intent.md (user prose) → spec.md (structured β protocol) → _generated.py (declarative Python, runtime SSOT). Use when the user wants to add, modify, or regenerate spec-driven resources — e.g. "add a User resource", "I edited intent.md, regenerate", "/specstar", "/specstar regen", "spec.md and _generated.py drifted". Use whenever intent.md, spec.md, _generated.py, or spec.lock.json appear in the task. Do not use for runtime debugging of generated routes — that is the resource-manager / route-templates skill territory.

2026-05-03
specstar-backend
软件开发工程师

Build FastAPI REST APIs with SpecStar — spec-driven CRUD generation with built-in versioning, permissions, search, GraphQL, binary storage, schema migration, and message queue. Use this skill whenever the user works with SpecStar in Python, including defining data models (msgspec.Struct or Pydantic), configuring storage backends (Memory/Disk/S3/PostgreSQL), writing Query Builder (QB) expressions, using ResourceManager methods (create/get/update/delete/search/migrate/switch), setting up Schema migrations, adding route templates, creating custom create/update actions, handling events, processing async jobs with Job[T]/JobContext/DelayRetry, managing relationships with Ref/OnDelete, or building any FastAPI application powered by SpecStar. Also trigger when users ask about generating REST endpoints, building CRUD APIs, auto-generating API routes from models, data versioning or revision history, audit trails, soft delete and restore, file/binary/blob uploads, schema evolution or data migration, background job proc

2026-05-01
specstar-frontend
软件开发工程师

Build React admin interfaces with SpecStar Web — a code generator that creates production-ready CRUD UIs from SpecStar FastAPI backends. Use this skill whenever the user is working with specstar-web-generator, customizing generated React apps, configuring resource fields or variants, using SpecStar hooks (useResourceList, useResourceDetail, useCreateResource), modifying field renderers, working with the resource registry, or building any React frontend that connects to an SpecStar API. Also use when the user mentions specstar-web, resourceCustomization, getResource, FieldVariant, generator init/generate/integrate, or Mantine components in an SpecStar context.

2026-05-01