Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

frontend

frontend enthält 16 gesammelte Skills von blockscout, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
16
Stars
289
aktualisiert
2026-07-21
Forks
724
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

create-pr
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Webentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-06-12
add-env-var
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-04-07