Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

frontend

يحتوي frontend على 16 من skills المجمعة من blockscout، مع تغطية مهنية على مستوى المستودع وصفحات 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