Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$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
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터웹 개발자네트워크·컴퓨터 시스템 관리자기술 작가
8 occupation categories · 100% classified
23%share
#02
Template-Skill-Basic
79 skills · 2026-02-27
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가네트워크·컴퓨터 시스템 관리자데이터베이스 아키텍트웹 개발자
11 occupation categories · 100% classified
20%share
#03
Template-Skill-Addon
77 skills · 2026-03-11
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가데이터베이스 아키텍트네트워크·컴퓨터 시스템 관리자웹·디지털 인터페이스 디자이너
6 occupation categories · 100% classified
19%share
#04
My-Trader
68 skills · 2026-01-15
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹 개발자데이터베이스 아키텍트프로젝트 관리 전문가네트워크·컴퓨터 시스템 관리자
6 occupation categories · 100% classified
17%share
#05
Template-Skill-Module
52 skills · 2026-02-27
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자프로젝트 관리 전문가데이터베이스 아키텍트웹 개발자기술 작가
8 occupation categories · 100% classified
13%share
#06
The-UniAssist-Entrance-App
22 skills · 2026-02-10
소프트웨어 개발자데이터베이스 아키텍트웹 개발자프로젝트 관리 전문가네트워크·컴퓨터 시스템 관리자웹·디지털 인터페이스 디자이너
6 occupation categories · 100% classified
5.6%share
#07
Fun-ForumAI
5 skills · 2026-04-14
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자
2 occupation categories · 100% classified
1.3%share
#08
My-Researcher
2 skills · 2026-05-18
소프트웨어 개발자
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
소프트웨어 개발자

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
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
데이터베이스 아키텍트

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
Showing top 8 of 77 collected skills in this repository.
#004
My-Trader
68 skills00updated 2026-01-15
17% of creator
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
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-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
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
소프트웨어 개발자

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
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
저장소 8개 중 8개 표시
모든 저장소를 표시했습니다