Skip to main content
Execute qualquer Skill no Manus
com um clique
hikaMaeng
Perfil de criador do GitHub

hikaMaeng

Visão por repositório de 30 skills coletadas em 3 repositórios do GitHub.

skills coletadas
30
repositórios
3
atualizado
2026-07-26
explorador de repositórios

Repositórios e skills representativas

web-deploy-docker
Desenvolvedores de software

Explicit-only Docker deploy. Run this skill's bundled scripts/deploy.sh directly; do not search for skills, inspect trees, or use subagents.

2026-07-02
web-deploy-docker
Administradores de redes e sistemas de computador

Explicit-only Docker deploy. Run this skill's bundled scripts/deploy.sh directly; do not search for skills, inspect trees, or use subagents.

2026-07-02
web-service-scaffold
Desenvolvedores web

Use only when explicitly invoked as $web-service-scaffold to run the bundled web-service scaffold script.

2026-07-02
turnplan
Desenvolvedores de software

Use when a goal should be split across multiple queued session turns with reflection turns between work turns.

2026-06-21
package-docs-graph
Desenvolvedores de software

Enforce the repository package documentation contract as a navigable dependency graph. Use when creating or updating package README, docs pages, navigation tables, architecture router, API docs, usage docs, constraints, blast-radius/consumer records, internals, decisions, or testing docs. Docs exist so a later model drills down from task to edit target with minimal context and sees blast radius before editing. Keep content terse; keep only repo-specific contracts, paths, edges, intent, and decisions.

2026-06-21
docker-compose-module-design
Administradores de redes e sistemas de computador

Enforce the repository Docker contract: Docker-first runtime, one root docker-compose.yml, module-owned Docker assets, apps service-module to container mapping, isolated networking, Docker socket passthrough for container-spawning services, a standard npm deploy entrypoint, and runtime-only Dockerfiles that copy prebuilt local dist artifacts instead of building the project. Use when defining compose services, Dockerfiles, networks, volumes, env_file wiring, deploy scripts, Docker socket access, or container ownership.

2026-06-19
headless-browser-test
Analistas de garantia de qualidade de software e testadores

Run headless browser smoke and E2E tests for scaffolded web services. Use when verifying rendered web UI, checking browser errors, creating Playwright-style scenarios, collecting screenshots, or testing a deployed/local service through Chromium.

2026-06-19
monorepo-architecture-guard
Desenvolvedores de software

Enforce the repository monorepo contract: TypeScript latest stable, Turbo plus Yarn Plug'n'Play workspace, exact versions, repository package reuse, package and app boundaries, service-module shape, dist manifest targets, env-schema usage, deploy-script conventions, and React plus shadcn/ui plus Express wiring. Use when creating or reviewing packages, app service modules, package.json, tsconfig, workspace imports, env handling, frontend and backend integration, or monorepo configuration.

2026-06-19
Mostrando as 8 principais de 12 skills coletadas neste repositório.
babysit-pr
Desenvolvedores de software

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep watching open PRs so fresh review feedback is surfaced promptly. Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.

2026-05-02
code-breaking-changes
Analistas de garantia de qualidade de software e testadores

Breaking changes

2026-05-02
code-review-change-size
Analistas de garantia de qualidade de software e testadores

Change size guidance (800 lines)

2026-05-02
code-review-context
Analistas de garantia de qualidade de software e testadores

Model visible context

2026-05-02
code-review
Analistas de garantia de qualidade de software e testadores

Run a final code review on a pull request

2026-05-02
code-review-testing
Analistas de garantia de qualidade de software e testadores

Test authoring guidance

2026-05-02
codex-bug
Analistas de garantia de qualidade de software e testadores

Diagnose GitHub bug reports in openai/codex. Use when given a GitHub issue URL from openai/codex and asked to decide next steps such as verifying against the repo, requesting more info, or explaining why it is not a bug; follow any additional user-provided instructions.

2026-05-02
codex-pr-body
Desenvolvedores de software

Update the title and body of one or more pull requests.

2026-05-02
Mostrando as 8 principais de 10 skills coletadas neste repositório.
docker-compose-module-design
Desenvolvedores de software

Enforce the repository Docker contract: Docker-first runtime, one root docker-compose.yml, module-owned Docker assets, apps service-module to container mapping, isolated networking, Docker socket passthrough for container-spawning services, a standard npm deploy entrypoint, and runtime-only Dockerfiles that copy prebuilt local dist artifacts instead of building the project. Use when defining compose services, Dockerfiles, networks, volumes, env_file wiring, deploy scripts, Docker socket access, or container ownership.

2026-07-26
headless-browser-test
Analistas de garantia de qualidade de software e testadores

Run headless browser smoke and E2E tests for a web service. Use when verifying rendered web UI, checking browser errors, creating Playwright-style scenarios, collecting screenshots, or testing a deployed or local service through Chromium.

2026-07-26
i18n-resource-map
Desenvolvedores de software

Enforce that every user-visible string comes from a translated resource key, never a literal in the view. Covers the flat dotted-key resource files per language, the required language set, and the per-folder static key map that keeps a component's resource surface small. Use when writing or reviewing any view, component, label, message, aria-label, or user-facing text.

2026-07-26
monorepo-architecture-guard
Desenvolvedores de software

Enforce the repository monorepo contract: TypeScript latest stable, Turbo plus npm workspaces, exact versions, repository package reuse, package and app boundaries, service-module shape, dist manifest targets, env-schema usage, deploy-script conventions, and React plus shadcn/ui plus Express wiring. Use when creating or reviewing packages, app service modules, package.json, tsconfig, workspace imports, env handling, frontend and backend integration, or monorepo configuration.

2026-07-26
package-docs-graph
Desenvolvedores de software

Enforce the repository package documentation contract as a navigable dependency graph. Use when creating or updating package README, docs pages, navigation tables, architecture router, API docs, usage docs, constraints, blast-radius/consumer records, internals, decisions, or testing docs. Docs exist so a later model drills down from task to edit target with minimal context and sees blast radius before editing. Keep content terse; keep only repo-specific contracts, paths, edges, intent, and decisions.

2026-07-26
react-model-render
Desenvolvedores de software

Use when designing, implementing, reviewing, or refactoring a React front end. Enforces Model Render — the screen is a projection of a pure in-memory model that lives outside React; React state is only an update trigger (never the source of truth); each component subscribes to the smallest model slice it reads. Prevents state-as-source-of-truth coupling, immutable-copy churn, lifecycle leaks, root/global-state ownership, prop/listener meshes, poor partial rendering, and fake refactors that only relocate complexity.

2026-07-26
web-service-scaffold
Desenvolvedores de software

Use only when explicitly invoked as $web-service-scaffold to run the bundled web-service scaffold script.

2026-07-26
web-deploy-docker
Desenvolvedores de software

Deploy contract for a Dockerized web service - one entrypoint, local build before compose refresh, published-port and health verification, and a machine-readable deploy report. Use when running, writing, reviewing, or debugging the repository deploy path.

2026-07-26
Mostrando 3 de 3 repositórios
Todos os repositórios foram exibidos