Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$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
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursArchitectes de bases de donnéesSpécialistes en gestion de projets
5 occupation categories · 100% classified
30%share
#02
agent-skills
7 skills · 2026-02-10
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursDéveloppeurs webÉcrivains et auteursProgrammeurs informatiques
5 occupation categories · 100% classified
15%share
#03
ghost
5 skills · 2026-05-19
Concepteurs web et d'interfaces numériquesDéveloppeurs de logicielsGraphistes
3 occupation categories · 100% classified
11%share
#04
goose2
4 skills · 2026-04-13
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
2 occupation categories · 100% classified
8.5%share
#05
trailblaze
3 skills · 2026-05-30
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsSpécialistes en gestion de projets
3 occupation categories · 100% classified
6.4%share
#06
builderbot
3 skills · 2026-03-29
Développeurs de logicielsSecrétaires et assistants administratifs (sauf juridique, médical et direction)Traiteurs de texte et dactylographes
3 occupation categories · 100% classified
6.4%share
#07
ai-rules
2 skills · 2026-01-08
AstronomesDéveloppeurs de logiciels
2 occupation categories · 100% classified
4.3%share
#08
qrgo
2 skills · 2026-05-18
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Architectes de bases de données

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
Administrateurs de réseaux et de systèmes informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Concepteurs web et d'interfaces numériques

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
Concepteurs web et d'interfaces numériques

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
Graphistes

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
12 sur 14 depots affiches