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

willyu1007

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

已收集 skills
396
仓库
8
职业领域
3
更新
2026-05-18
仓库分布

Skills 分布在哪些仓库

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

#01
AI_First_Template
91 个 skills · 2025-12-24
软件开发工程师项目管理专家软件质量保证分析师与测试员网页开发工程师网络与计算机系统管理员技术写作员
8 个职业分类 · 已分类 100%
23%占比
#02
Template-Skill-Basic
79 个 skills · 2026-02-27
软件开发工程师软件质量保证分析师与测试员项目管理专家数据库架构师网络与计算机系统管理员网页开发工程师
11 个职业分类 · 已分类 100%
20%占比
#03
Template-Skill-Addon
77 个 skills · 2026-03-11
软件开发工程师软件质量保证分析师与测试员项目管理专家数据库架构师网络与计算机系统管理员网页与数字界面设计师
6 个职业分类 · 已分类 100%
19%占比
#04
My-Trader
68 个 skills · 2026-01-15
软件开发工程师软件质量保证分析师与测试员网页开发工程师数据库架构师项目管理专家网络与计算机系统管理员
6 个职业分类 · 已分类 100%
17%占比
#05
Template-Skill-Module
52 个 skills · 2026-02-27
软件开发工程师网络与计算机系统管理员项目管理专家数据库架构师网页开发工程师技术写作员
8 个职业分类 · 已分类 100%
13%占比
#06
The-UniAssist-Entrance-App
22 个 skills · 2026-02-10
软件开发工程师数据库架构师网页开发工程师项目管理专家网络与计算机系统管理员网页与数字界面设计师
6 个职业分类 · 已分类 100%
5.6%占比
#07
Fun-ForumAI
5 个 skills · 2026-04-14
软件开发工程师网络与计算机系统管理员
2 个职业分类 · 已分类 100%
1.3%占比
#08
My-Researcher
2 个 skills · 2026-05-18
软件开发工程师
1 个职业分类 · 已分类 100%
0.5%占比
仓库浏览

仓库与代表性 skills

#001
AI_First_Template
91 个 skills00更新于 2025-12-24
占该创作者 23%
当前展示该仓库 Top 8 / 91 个已收集 skills。
#002
Template-Skill-Basic
79 个 skills00更新于 2026-02-27
占该创作者 20%
initialize-project-from-requirements
软件开发工程师

Use only in repos that still include the `init/` bootstrap kit to produce Stage A/B/C artifacts, update skill pack selection, and sync provider skill wrappers.

2026-02-27
plan-maker
项目管理专家

Create a goal-aligned macro-level roadmap artifact (dev-docs/active/<task>/roadmap.md) by asking clarifying questions and recording assumptions; planning only (no code changes).

2026-02-08
agent-builder
软件开发工程师

Build a complete, production-embedded Agent module for a real feature request (API + optional worker/sdk/cron/pipeline), including blueprint, scaffolded runtime, prompt pack, docs, and registry entry. Enforces explicit user approvals, no-secrets-in-repo, fixed API route names (run/health), and conversation/memory strategy decisions.

2026-02-07
llm-engineering
软件开发工程师

Entry workflow for LLM engineering tasks (provider integration, calling wrapper, routing profiles, prompt templates, cost/telemetry, credentials/config keys). Routes to one procedure and enforces required verification.

2026-02-07
project-status-reporter
项目管理专家

Read-only progress reporter. Produces a structured status snapshot from existing project/task artifacts (project hub + dev-docs) and includes an actionable next command; never modifies repo files.

2026-02-07
frontend-design
软件开发工程师网页开发工程师

Define and execute a distinctive visual direction for net-new UI or brand refresh work (art direction, typography, color, motion, composition), then deliver a polished reference implementation. Primary intent: creative design direction and visual differentiation; pairs well with style-frontend-ui and build-react-components for engineering hardening.

2026-02-07
test-ci-github-actions
软件质量保证分析师与测试员

GitHub Actions CI skill: integrate automated tests (web/api/mobile/perf) with consistent artifacts.

2026-02-06
test-ci-gitlab-ci
软件质量保证分析师与测试员

GitLab CI skill: integrate automated tests (web/api/mobile/perf) with consistent artifacts.

2026-02-06
当前展示该仓库 Top 8 / 79 个已收集 skills。
#003
Template-Skill-Addon
77 个 skills10更新于 2026-03-11
占该创作者 19%
convex-as-ssot
数据库架构师

Treat convex/schema.ts as the database Single Source of Truth, initialize Convex scaffolding, regenerate docs/context/db/schema.json and docs/context/convex/functions.json, and verify the repository stays aligned with Convex mode.

2026-03-11
sync-code-schema-from-db
数据库架构师

Mirror schema changes from a real database (SSOT) into repo artifacts (prisma/schema.prisma + db/schema/tables.json) and refresh LLM context (docs/context/db/schema.json).

2026-03-11
sync-db-schema-from-code
数据库架构师

Apply schema changes from repo SSOT (prisma/schema.prisma) to a target DB via Prisma migrations, with diff preview + approval gate; then refresh LLM context (docs/context/db/schema.json).

2026-03-11
deployment
网络与计算机系统管理员

Enable and operate the Deployment feature (ops/deploy conventions + deploy scripts) for multi-environment delivery.

2026-03-11
env-cloudctl
网络与计算机系统管理员

Plan/apply/verify cloud environment config and secret references using env contract + policy/inventory routing; detect drift, rotate secrets, and decommission environments with approval gates. Use for staging/prod deployments and maintenance.

2026-03-11
env-contractctl
软件开发工程师

Maintain env contract SSOT (env/contract.yaml), validate env/values + env/secrets refs coverage, and generate env/.env.example + docs/context/env/*. Use when adding/renaming/deprecating config keys.

2026-03-11
env-localctl
软件开发工程师

Bootstrap, diagnose (doctor), and reconcile local dev environment from env contract/values/secret refs; generate .env.local and redacted docs/context/env/effective-*. Use when local env is broken or needs syncing.

2026-03-11
packaging
软件开发工程师

Enable and operate the Packaging feature (ops/packaging conventions + ctl-packaging) for building runnable artifacts (usually container images).

2026-03-11
当前展示该仓库 Top 8 / 77 个已收集 skills。
#004
My-Trader
68 个 skills00更新于 2026-01-15
占该创作者 17%
debug-mode
软件开发工程师

Evidence-driven debugging loop with mandatory instrumentation + fix approvals, run_id-tagged logs, default 3-pass verification for flaky issues, and guaranteed cleanup of debug-only instrumentation.

2026-01-15
design-layered-backend-architecture
软件开发工程师

Design or review a layered backend architecture (routes, controllers, services, repositories) for HTTP APIs and microservices.

2026-01-12
apply-backend-service-guidelines
软件开发工程师

Apply cross-cutting backend service patterns across routing, services, repositories, validation, configuration, errors, and tests.

2026-01-12
manage-backend-configuration
软件开发工程师

Manage backend configuration safely with typed, validated settings and clear separation between defaults and secrets.

2026-01-12
apply-backend-database-patterns
数据库架构师

Apply safe and maintainable backend database patterns (transactions, pagination, soft deletes, query optimization, data consistency).

2026-01-12
build-service-and-repository-layers
软件开发工程师

Build backend service and repository layers to isolate business logic from persistence and improve testability.

2026-01-12
handle-backend-async-errors
软件开发工程师

Handle async/await and error propagation in backend services with consistent error types, wrappers, and response mapping.

2026-01-12
implement-backend-routing-and-controllers
软件开发工程师

Implement or refactor backend HTTP routing and controllers using a layered pattern (routes delegate, controllers validate and call services).

2026-01-12
当前展示该仓库 Top 8 / 68 个已收集 skills。
#005
Template-Skill-Module
52 个 skills00更新于 2026-02-27
占该创作者 13%
project-orchestrator
项目管理专家

Project-level orchestrator for intake and continuity. Turns a new/ongoing request into a governance decision (reuse vs new task, mapping to Milestone/Feature/Requirement), keeps the project hub consistent (registry/changelog/derived views), and ensures LLM-authored semantic extraction is captured in structured non-AUTO sections. Focuses on planning and coordination, not product code changes.

2026-02-27
project-status-reporter
项目管理专家

Read-only progress reporter. Produces a structured status snapshot from existing project/task artifacts (project hub + dev-docs), can include semantic focus extracted from LLM-authored feature briefs, and includes an actionable next command; never modifies repo files.

2026-02-27
project-sync-lint
项目管理专家

Project hub synchronizer and validator. Scans the repo (including multiple dev-docs roots), validates project/task metadata against the Project Contract, repairs drift by generating missing task identity meta (.ai-task.yaml) and regenerating derived views, and enforces complete task-feature mapping plus LLM-authored semantic extraction for feature-level governance.

2026-02-27
context-awareness
软件开发工程师

Enable and operate the Context Awareness feature (docs/context contracts + environment registry) so LLMs can work from a verified context layer instead of ad-hoc repo scans.

2026-02-20
packaging
软件开发工程师

Enable and operate the Packaging feature (ops/packaging conventions + ctl-pack) for building runnable artifacts (usually container images).

2026-02-20
manage-skill-packs
软件开发工程师

Enable or disable skill packs via ctl-skillpacks and re-sync provider wrappers without manually editing the manifest.

2026-02-20
ci
软件开发工程师

Enable and operate the CI feature (GitHub Actions / GitLab CI) with repeatable templates, artifact conventions, and opt-in delivery enablement.

2026-02-08
frontend-design
软件开发工程师

Define and execute a distinctive visual direction for net-new UI or brand refresh work (art direction, typography, color, motion, composition), then deliver a polished reference implementation. Primary intent: creative design direction and visual differentiation; pairs well with style-frontend-ui and build-react-components for engineering hardening.

2026-02-08
当前展示该仓库 Top 8 / 52 个已收集 skills。
#006
The-UniAssist-Entrance-App
22 个 skills00更新于 2026-02-10
占该创作者 5.6%
apply-frontend-common-patterns
软件开发工程师

Apply local React patterns (derived state, memoization, callback stability, controlled inputs) to improve predictability and render efficiency inside components. Primary intent: component-internal logic quality and render behavior; complements but does not replace routing/data/styling skills.

2026-02-10
apply-frontend-ui-guidelines
软件开发工程师

Orchestrate end-to-end frontend feature implementation across components, hooks, routing, data fetching, styling, and user-visible states with consistent architecture and verification. Primary intent: cross-cutting implementation alignment; pairs with specialized skills when one concern needs deeper treatment.

2026-02-10
build-react-components
网页开发工程师

Build or refactor React components with typed props, clear composition, and explicit interaction/loading/empty/error behavior. Primary intent: component contract and behavior correctness; pairs with styling or design-direction skills for visual decisions.

2026-02-10
frontend-design
网页与数字界面设计师

Define and execute a distinctive visual direction for net-new UI or brand refresh work (art direction, typography, color, motion, composition), then deliver a polished reference implementation. Primary intent: creative design direction and visual differentiation; pairs well with style-frontend-ui and build-react-components for engineering hardening.

2026-02-10
style-frontend-ui
网页开发工程师

Implement and normalize UI styling within an existing design system using theme tokens, reusable style primitives, responsive rules, and accessibility checks. Primary intent: styling execution consistency; can follow frontend-design when a creative direction needs maintainable implementation.

2026-02-10
handle-frontend-loading-and-errors
软件开发工程师

Implement resilient loading/empty/error/permission/retry UX states for async interfaces with user-safe messaging and recoverable flows. Primary intent: failure-state UX quality; pairs with component, data-fetching, and UI-guideline skills when needed.

2026-02-10
github-actions-ci
软件开发工程师

GitHub Actions CI skill: integrate automated tests (web/api/mobile/perf) with consistent artifacts.

2026-02-10
gitlab-ci
软件开发工程师

GitLab CI skill: integrate automated tests (web/api/mobile/perf) with consistent artifacts.

2026-02-10
当前展示该仓库 Top 8 / 22 个已收集 skills。
#007
Fun-ForumAI
5 个 skills02更新于 2026-04-14
占该创作者 1.3%
#008
My-Researcher
2 个 skills02更新于 2026-05-18
占该创作者 0.5%
已展示 8 / 8 个仓库
已展示全部仓库