Skip to main content
Run any Skill in Manus
with one click
$pwd:
willyu1007
GitHub creator profile

willyu1007

Repository-level view of 396 collected skills across 8 GitHub repositories, including approximate occupation coverage.

skills collected
396
repositories
8
occupation fields
3
updated
2026-05-18
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
AI_First_Template
91 skills · 2025-12-24
Software DevelopersProject Management SpecialistsSoftware Quality Assurance Analysts & TestersWeb DevelopersNetwork & Computer Systems AdministratorsDatabase Architects
8 occupation categories · 100% classified
23%share
#02
Template-Skill-Basic
79 skills · 2026-02-27
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management SpecialistsDatabase ArchitectsNetwork & Computer Systems AdministratorsWeb Developers
11 occupation categories · 100% classified
20%share
#03
Template-Skill-Addon
77 skills · 2026-03-11
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management SpecialistsDatabase ArchitectsNetwork & Computer Systems AdministratorsWeb & Digital Interface Designers
6 occupation categories · 100% classified
19%share
#04
My-Trader
68 skills · 2026-01-15
Software DevelopersSoftware Quality Assurance Analysts & TestersWeb DevelopersDatabase ArchitectsProject Management SpecialistsNetwork & Computer Systems Administrators
6 occupation categories · 100% classified
17%share
#05
Template-Skill-Module
52 skills · 2026-02-27
Software DevelopersNetwork & Computer Systems AdministratorsProject Management SpecialistsDatabase ArchitectsWeb DevelopersSoftware Quality Assurance Analysts & Testers
8 occupation categories · 100% classified
13%share
#06
The-UniAssist-Entrance-App
22 skills · 2026-02-10
Software DevelopersDatabase ArchitectsProject Management SpecialistsWeb DevelopersNetwork & Computer Systems AdministratorsWeb & Digital Interface Designers
6 occupation categories · 100% classified
5.6%share
#07
Fun-ForumAI
5 skills · 2026-04-14
Software DevelopersNetwork & Computer Systems Administrators
2 occupation categories · 100% classified
1.3%share
#08
My-Researcher
2 skills · 2026-05-18
Software Developers
1 occupation categories · 100% classified
0.5%share
repository explorer

Repositories and representative skills

#001
AI_First_Template
91 skills00updated 2025-12-24
23% of creator
Showing top 8 of 91 collected skills in this repository.
#002
Template-Skill-Basic
79 skills00updated 2026-02-27
20% of creator
initialize-project-from-requirements
Software Developers

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
Project Management Specialists

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
Software Developers

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
Software Developers

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
Project Management Specialists

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
Software DevelopersWeb Developers

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
Software Quality Assurance Analysts & Testers

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

2026-02-06
test-ci-gitlab-ci
Software Quality Assurance Analysts & Testers

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

2026-02-06
Showing top 8 of 79 collected skills in this repository.
#003
Template-Skill-Addon
77 skills10updated 2026-03-11
19% of creator
convex-as-ssot
Database Architects

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
Database Architects

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
Database Architects

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
Network & Computer Systems Administrators

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

2026-03-11
env-cloudctl
Network & Computer Systems Administrators

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
Software Developers

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
Software Developers

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
Software Developers

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

2026-03-11
Showing top 8 of 77 collected skills in this repository.
#004
My-Trader
68 skills00updated 2026-01-15
17% of creator
debug-mode
Software Developers

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
Software Developers

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

2026-01-12
apply-backend-service-guidelines
Software Developers

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

2026-01-12
manage-backend-configuration
Software Developers

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

2026-01-12
apply-backend-database-patterns
Database Architects

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

2026-01-12
build-service-and-repository-layers
Software Developers

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

2026-01-12
handle-backend-async-errors
Software Developers

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
Software Developers

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

2026-01-12
Showing top 8 of 68 collected skills in this repository.
#005
Template-Skill-Module
52 skills00updated 2026-02-27
13% of creator
project-orchestrator
Project Management Specialists

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
Project Management Specialists

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 Management Specialists

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
Software Developers

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
Software Developers

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

2026-02-20
manage-skill-packs
Software Developers

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

2026-02-20
ci
Software Developers

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
Software Developers

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
Showing top 8 of 52 collected skills in this repository.
#006
The-UniAssist-Entrance-App
22 skills00updated 2026-02-10
5.6% of creator
apply-frontend-common-patterns
Software Developers

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
Software Developers

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
Web Developers

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
Web & Digital Interface Designers

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
Web Developers

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
Software Developers

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
Software Developers

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

2026-02-10
gitlab-ci
Software Developers

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

2026-02-10
Showing top 8 of 22 collected skills in this repository.
#007
Fun-ForumAI
5 skills02updated 2026-04-14
1.3% of creator
#008
My-Researcher
2 skills02updated 2026-05-18
0.5% of creator
Showing 8 of 8 repositories
All repositories loaded