Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
block
GitHub creator profile

block

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

skills collected
47
repositories
14
occupation fields
3
updated
2026-05-30
repository map

Where the skills live

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

#01
proto-fleet
14 skills · 2026-04-30
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターデータベースアーキテクトネットワーク・コンピュータシステム管理者プロジェクト管理専門家
5 occupation categories · 100% classified
30%share
#02
agent-skills
7 skills · 2026-02-10
ソフトウェア開発者ウェブ開発者コンピュータプログラマーソフトウェア品質保証アナリスト・テスター作家・著者
5 occupation categories · 100% classified
15%share
#03
ghost
5 skills · 2026-05-19
ウェブ・デジタルインターフェースデザイナーソフトウェア開発者グラフィックデザイナー
3 occupation categories · 100% classified
11%share
#04
goose2
4 skills · 2026-04-13
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 occupation categories · 100% classified
8.5%share
#05
trailblaze
3 skills · 2026-05-30
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者プロジェクト管理専門家
3 occupation categories · 100% classified
6.4%share
#06
builderbot
3 skills · 2026-03-29
ソフトウェア開発者ワープロ・タイピスト秘書・行政アシスタント(法律・医療・役員除く)
3 occupation categories · 100% classified
6.4%share
#07
ai-rules
2 skills · 2026-01-08
ソフトウェア開発者天文学者
2 occupation categories · 100% classified
4.3%share
#08
qrgo
2 skills · 2026-05-18
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 occupation categories · 100% classified
4.3%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
proto-fleet
14 skills307updated 2026-04-30
30% of creator
asicrs-build
ソフトウェア開発者

Use when editing files under `plugin/asicrs/`, `sdk/rust/`, or `server/sdk/v1/pb/` (which the asicrs build also consumes). The ASIC-rs plugin is a Rust binary built via Docker and cached against an `.asicrs-platform` marker; source changes that bypass `just _asicrs-build` or `just rebuild-plugin asicrs` will leave the loaded plugin stale.

2026-04-30
buf-version-pinning
ソフトウェア開発者

Use when editing `buf.yaml`, `buf.lock`, or any `buf.gen.yaml` (root, server, or SDK). Generator plugin versions in `buf.gen.yaml` are tightly coupled to the generated code consumers (Connect-RPC client, sqlc, SDK shapes); a version bump can produce a large unrelated diff and break downstream code that relies on specific output shapes.

2026-04-30
client-boundaries
ソフトウェア開発者

Use when editing files under `client/src/shared/`, `client/src/protoOS/`, or `client/src/protoFleet/`. Enforces app-import boundaries (`shared/` cannot import apps; `protoOS` and `protoFleet` cannot import each other) and the no-new-`console.log` rule (`console.error` and the existing build-version logger are fine).

2026-04-30
db-generation-hygiene
データベースアーキテクト

Use when editing `server/sqlc/queries/**/*.sql`, `server/sqlc.yaml`, or creating a new `server/migrations/*.sql` file. sqlc query and schema source changes require running `just gen` so `server/generated/sqlc/` stays in sync. Edits to *existing* migration files are owned by the `migration-immutability` skill instead.

2026-04-30
docker-compose-dev
ネットワーク・コンピュータシステム管理者

Use when editing `server/docker-compose.yaml` or `server/docker-compose.base.yaml`, or when troubleshooting a `just dev` startup. Proto Fleet requires Docker host networking on macOS/Windows; service definitions split between `base` (shared) and the runtime override file.

2026-04-30
fake-rig-fixtures
ソフトウェア品質保証アナリスト・テスター

Use when editing `server/fake-antminer/` or `server/fake-proto-rig/`. These are test doubles consumed by `tests/plugin-contract/`, the E2E suites, and the local `just dev` stack — behavior changes here ripple silently into all three surfaces.

2026-04-30
go-work-sync
ソフトウェア開発者

Use when editing any `go.mod` or `go.sum` under `server/`, `plugin/`, or `tests/`, or when modifying root `go.work` / `go.work.sum`. Module dependency changes require running `go work sync` from the repo root so workspace lock data stays consistent.

2026-04-30
hermit-tooling
ネットワーク・コンピュータシステム管理者

Use when a shell command in this repo fails with "command not found" for `just`, `buf`, `golangci-lint`, `goimports`, `lefthook`, `ruff`, or any other developer tool. The repo pins its toolchain via Hermit (`.hermit/`); the tools exist on disk but only resolve after the Hermit environment is activated.

2026-04-30
Showing top 8 of 14 collected skills in this repository.
#002
agent-skills
7 skills1225updated 2026-02-10
15% of creator
#003
ghost
5 skills74updated 2026-05-19
11% of creator
ghost
ソフトウェア開発者

Capture, validate, review, and evolve a repo-local Ghost fingerprint. Use when the user wants to capture a product fingerprint, update .ghost, brief work from accepted product-experience context, review drift, verify generated UI, compare fingerprints, or record accepted divergence.

2026-05-19
ghost-scan
ソフトウェア開発者

Create, validate, recall, and evolve the repo-local Ghost fingerprint bundle. Use when the user wants to scan a product, create or update .ghost, write resources.yml/map.md/survey.json/patterns.yml/checks.yml/intent.md, validate optional decisions/proposals, derive patterns from survey evidence, brief work from the fingerprint, capture a proposal, or promote approved product-experience memory.

2026-05-18
arcade
ウェブ・デジタルインターフェースデザイナー

Use this skill to generate UI in the arcade design language (Cash Green (`#00D64F` / `#00BD46`) is reserved as accent and surface, never as the default fill of a primary button — `prominent.background = semantic.background.inverse`, so heroes are pure black/white., A "mono" appearance is a parallel reality: every brand reference has a `lightMono` / `darkMono` override that strips green to grey, generated as separate output (`colors-mono.ts`, `ArcadeColorMapping+LightMono.swift`) — accessibility/preference is a build target, not a runtime fork., Single typeface (`CashSans`, plus `CashSansMono` for micro-labels), carried by Square's CDN; every typography token also declares its `dynamic-type-style-uikit` and `dynamic-type-style-swiftui` mapping — type is bonded to platform a11y rails.). Contains the canonical fingerprint and token reference.

2026-05-18
market
ウェブ・デジタルインターフェースデザイナー

Use this skill to generate UI in the market design language (Monochromatic by default: `core.emphasis-fill` ships as `#101010` light / `#FFFFFF` dark even though the source aliases it to `core.blue-fill` — chromatic identity is opt-in via theme overlays, not a base-system trait., A full chromatic palette is defined and reserved: green / forest / teal / blue / sky / purple / pink / burgundy / red / orange / gold / yellow / taupe / brown each ship as a 6-step set (fill, text, 10, 20, 30, 40) but the base system only consumes them through semantic aliases (`success`, `warning`, `critical`, `emphasis`)., A 17-step grayscale ramp from `#FFFFFF` to `#000000` (with a separate `core.constant.gray-*` track) carries most of the visual weight — surfaces, dividers, fills, and text are all neutrals first.). Contains the canonical fingerprint and token reference.

2026-05-18
ghost-fleet
グラフィックデザイナー

Reason about a fleet of design systems — pairwise distances, cohorts, tracks-graph, world-shape narrative. Use when the user has a directory of (map.md, fingerprint.md) members and wants to understand how they relate, where they cluster, who declares whom as reference, or how the fleet's shape should be summarized for design system leadership. Triggers on phrases like "what does our design world look like", "compare these systems as a fleet", "where do our apps cluster", "who tracks whom", "summarize the fleet", "fleet view", or whenever a `fleet/` directory with member subdirectories is being explored.

2026-05-10
#004
goose2
4 skills67updated 2026-04-13
8.5% of creator
#005
trailblaze
3 skills23513updated 2026-05-30
6.4% of creator
#006
builderbot
3 skills2210updated 2026-03-29
6.4% of creator
#008
qrgo
2 skills142updated 2026-05-18
4.3% of creator
#009
anchorsmd
2 skills20updated 2026-04-06
4.3% of creator
14 件中 12 件のリポジトリを表示
block GitHub Skills | SkillsMP