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 件のリポジトリを表示
すべてのリポジトリを表示しました