Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

frontend

frontend contient 16 skills collectées depuis blockscout, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
16
Stars
289
mis à jour
2026-07-21
Forks
724
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

create-pr
Développeurs de logiciels

Create or finalize a pull request — three modes: placeholder draft PR at spec time, finalize a draft into ready-for-review, or a regular PR right away for work done outside the task workflow.

2026-07-21
grill-the-task
Développeurs de logiciels

Grill a product task (GitHub issue) into an implementable spec — research first, then a one-question-at-a-time interview; also elaborates sub-specs for deferred subtasks of large tasks.

2026-07-21
implement-task
Développeurs de logiciels

Execute a product-task spec one leaf subtask per run — [agent] subtasks via the project skills, [human] subtasks handed off to the developer.

2026-07-21
to-spec
Développeurs de logiciels

Convert the current conversation into a product-task spec in .agents/tasks/, or update an existing spec — folding in new decisions, harvesting colleague replies from Slack threads, and sending open questions to their owners. Use at the end of a grilling session, when the user wants to capture any conversation as a spec, or to sync a spec's open questions with Slack.

2026-07-21
add-api-resource
Développeurs de logiciels

Declare new API resource(s) in an existing API service. Use whenever the app needs to call an endpoint that has no `service:name` resource yet.

2026-07-02
add-new-page
Développeurs web

Scaffold a new page (index / detail / general) and optionally wire it to API data. Use when adding any new route to the app, or when wiring API data into an already-scaffolded page (one with `TODO (api-data):` markers).

2026-07-02
publish-beta-types
Développeurs de logiciels

Publish a beta version of a `@blockscout/*-types` npm package and pin it here. Use when a needed response type isn't in any published package version yet.

2026-07-02
resolve-api-url
Développeurs de logiciels

Resolve the real request URL of an API resource on a live Blockscout instance (`service:name` + instance → full URL). Use whenever a request must be made to, or a sample response fetched from, a deployed instance's API.

2026-07-02
prepare-release
Développeurs de logiciels

Prepare the next release of the application (tag, docs, release notes), then publish the pre-release and request a staging roll-up

2026-06-24
deprecate-env-var
Développeurs de logiciels

Checklist for deprecating a NEXT_PUBLIC_* environment variable — immediate removal, or a grace period before a later removal. Use when removing, renaming, or replacing a runtime env var.

2026-06-19
deploy-demo
Développeurs de logiciels

Create a GitHub deployment for the current branch using the deploy-review workflow

2026-06-12
add-env-var
Développeurs de logiciels

Step-by-step checklist for adding a new NEXT_PUBLIC_* environment variable. Use when introducing any new runtime env var.

2026-06-02
update-glossary
Développeurs de logiciels

Add a new term, update an existing definition, or remove an outdated entry in `.agents/GLOSSARY.md`. Use whenever the user wants to write something into the project glossary, or asks "should this be in the glossary?". Enforces the file's principle — disambiguation and etymology only, no paths/env vars/UI-location restatements.

2026-06-01
check-github-cli
Développeurs de logiciels

Ensure GitHub CLI (gh) is installed and authenticated before running gh commands; guide the user to configure it if not

2026-04-07
create-issue-from-slack-thread
Développeurs de logiciels

Create a GitHub issue from a Slack thread conversation. Use when the user wants to turn a Slack thread into a GitHub issue, create an issue from a Slack conversation, or mentions creating issues from Slack links/URLs.

2026-04-07
get-checks-status
Développeurs de logiciels

Fetch the status of the Checks workflow for the current branch and report with optional system notification

2026-04-07