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

construct-protocol

يحتوي construct-protocol على 10 من skills المجمعة من 0xHoneyJar، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
1
محدث
2026-06-25
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

tx-forensics
مطوّرو البرمجيات

Decode, trace, and explain failed or complex transactions. Handles reverts, custom errors, Safe multisig payloads, multicalls, and nested calldata; explains what happened in plain language.

2026-06-25
contract-verify
مطوّرو البرمجيات

Ground dApp frontend assumptions in on-chain reality. Reads deployed smart contract state via `cast` and compares against hardcoded values in the frontend codebase to catch UI/contract drift.

2026-06-03
abi-audit
محللو ضمان جودة البرمجيات والمختبرون

Compare frontend ABI definitions against deployed contract reality. Finds inline ABIs, ABI files, and contract interface references; cross-checks each against on-chain state via `cast`; reports mismatches that cause silent failures or reverts.

2026-05-03
dapp-e2e
محللو ضمان جودة البرمجيات والمختبرون

Agent-Browser Web3 E2E testing — drives wallet flows in a real browser (or generates Playwright scripts), submits transactions against test environments only, and writes a report to grimoires/protocol/e2e-report.md.

2026-05-03
dapp-lint
محللو ضمان جودة البرمجيات والمختبرون

Web3 frontend linter — scans for BigInt safety violations, wei handling errors, address checksum failures, timestamp confusion, and unsafe number coercions in dApp frontends.

2026-05-03
dapp-test
محللو ضمان جودة البرمجيات والمختبرون

Web3 test suite runner — runs the project's tests, diagnoses Web3-specific failures (BigInt, gas, reverts, nonce), audits coverage of contract interactions, and generates starter test scaffolding when missing.

2026-05-03
dapp-typecheck
مطوّرو البرمجيات

Contract type verification — ensures TypeScript types in the frontend exactly match deployed smart contract ABIs by inspecting wagmi codegen, foundry/hardhat configs, and manual ABI imports.

2026-05-03
gpt-contract-review
محللو أمن المعلومات

Cross-model adversarial contract review — deep audit of every place the frontend touches contracts (parameter mismatches, error handling gaps, gas estimation, optimistic update races, BigInt safety) in Bridgebuilder format, written to grimoires/protocol/contract-review.md.

2026-05-03
proxy-inspect
محللو أمن المعلومات

Identify proxy architecture, implementation, and upgrade authority. Reads EIP-1967 storage slots via `cast`, classifies proxy type (UUPS, Transparent, Beacon), and reports who controls upgrades with security implications.

2026-05-03
simulate-flow
محللو ضمان جودة البرمجيات والمختبرون

Dry-run user flows to catch reverts before users hit them. Uses `cast call` and `cast estimate` to verify contract interactions will succeed, estimate gas costs, and compare simulated outcomes against frontend display.

2026-05-03