Blockscout avatar

Blockscout

Official

@blockscout

0Followers
|
53Public Repos
|
16Published Skills

Blockscout is a robust open-source tool for exploring, confirming, and inspecting transactions on any EVM blockchain.

Skills Distribution
DomainDeveloper To...Codebase Analysis (35%)Technical Document.. (35%)Issue Lifecycle Ma.. (30%)

Agent Skills by Blockscout

Showing 16 vetted skills indexed across 2 GitHub repositories.

blockscoutblockscout
229

pr-description

Generate structured PR descriptions from task artifacts and implementation snapshots.

Official
Intermediate
blockscoutblockscout
229

implementation-plan

Generate implementation-plan.md and coding-task.md from an approved task-analysis.

Official
Intermediate
blockscoutblockscout
229

task-analysis

Analyzes a task or feature request against the current codebase to generate structured task.md and solution_N.md files.

Official
Intermediate
blockscoutblockscout
229

research-scope

Clarify codebase topics through guided discussion and propose a research-note outline.

Official
Advanced
blockscoutblockscout
229

solution-review

Compare implemented code against task statements and generate review.md findings.

Official
Intermediate
blockscoutblockscout
229

task-to-code

Apply prepared coding-task changes and run defined verification steps.

Official
Advanced
blockscoutblockscout
43

read-temp-file

Read text files from the temp/ directory within a line limit.

Official
Basic
blockscoutblockscout
43

consult-spec

Consult SPEC.md to verify architectural decisions and API specifications.

Official
Intermediate
blockscoutblockscout
43

gh-issue-publish

Publish GitHub issues from markdown files via the GitHub CLI.

Official
Intermediate
blockscoutblockscout
43

gh-issue-improvement

Generate structured Markdown improvement proposals for GitHub issues.

Official
Intermediate
blockscoutblockscout
43

test-guided-tool-run

Locate integration tests and generate custom test scripts for MCP tools.

Official
Basic
blockscoutblockscout
43

plan-export

Generate phased implementation plans for GitHub issues with verification steps.

Official
Advanced
blockscoutblockscout
43

gh-issue-bug

Generate structured GitHub bug reports in Markdown from conversation context.

Official
Intermediate
blockscoutblockscout
43

describe-changes

Compose a high-level summary of code changes across functional, test, and documentation files.

Official
Basic
blockscoutblockscout
43

implementation-plan-review

Critique implementation plans against GitHub issues and repository code.

Official
Advanced
blockscoutblockscout
43

codex-session-bootstrap

Load project rules from .cursor/AGENTS.md and .cursor/rules/*.mdc at session start.

Official
Basic

Frequently Asked Questions About Blockscout

FAQPage Schema
What specific engineering tasks are enabled by these capabilities?

These capabilities enable systematic task analysis, generation of implementation plans, structured code review, and standardized GitHub issue reporting. Engineers use these to bridge the gap between high-level feature requests and granular code implementation, ensuring architectural consistency through verified documentation and systematic verification steps.

Which personas benefit most from these engineering capabilities?

Software engineers, technical leads, and project maintainers benefit from these capabilities. They are designed for developers managing complex repositories who require consistent documentation, rigorous task tracking, and structured feedback loops during the software development lifecycle to maintain high code quality and architectural alignment.

What are the prerequisites for integrating these capabilities into a repository?

Integration requires a repository structure containing standard markdown documentation, specifically SPEC.md for architectural decisions, and defined GitHub issue templates. The system relies on project-specific rules located in .cursor/AGENTS.md and .cursor/rules/ to bootstrap sessions and ensure context-aware generation of plans and reports.