Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

frontend

frontend에는 blockscout에서 수집한 skills 16개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
16
Stars
289
업데이트
2026-07-21
Forks
724
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

create-pr
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
웹 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-06-12
add-env-var
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-07