Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ArcBlock
Convert static web or Next.js projects into ArcBlock blocklets with a provided DID, automate git branch detection and PR creation following repo conventions, set up blocklet dev environments by cloning repos and installing deps, guide onboarding for new developers, and streamline releases via version bumps and changelog updates.
npx claudepluginhub ArcBlock/agent-skills --plugin blockletGit branch management tool. Detects main iteration branch and branch naming conventions, handles branch creation and switching. Referenced by blocklet-dev-setup, blocklet-pr, and other skills.
Converts static web or Next.js projects into ArcBlock blocklets using provided DID. Analyzes project structure, generates configuration files, and validates setup. Requires blocklet DID as parameter.
Configure development environment for blocklet-type repositories. Supports parsing GitHub Issue URLs, Blocklet URLs, or problem descriptions to automatically locate repositories, check permissions, clone code, install dependencies, and start development server. Use `/blocklet-dev-setup` or say "help me fix the xxx blocklet issue", "I want to develop xxx blocklet", "I want to modify code related to this URL" to trigger. In short, use this as the starting point when you want to develop a blocklet.
Guide users to choose between blocklet-dev-setup and blocklet-server-dev-setup. Ask what to develop (blocklet or server), handle migration from existing environments, explain convention directories, and showcase advanced usages. Use `/blocklet-getting-started` or say "I want to start blocklet development", "how to setup blocklet dev environment" to trigger.
Create standardized Pull Requests for blocklet projects. Performs lint checks, unit tests, version updates, and creates PRs following PR templates. Use `/blocklet-pr` or say "help me submit a PR", "create pull request" to trigger.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Specialized agents for blockchain development, smart contracts, and Web3 applications
Development agents, skills, hooks, and commands for Claude Code workflows
Create skills from documentation folders and project codebases. Review, test, and package Anthropic Agent Skills for Claude.ai and Claude Code. 13 commands including from-docs, from-project, beginner tutorial, interactive wizard, templates, quality auditing, and distribution packaging.
Blockchain development agents providing expertise in blockchain architecture, smart contracts, and Web3
Phase-based AI development framework with 16+ specialized agents, structured phases, and file-based handoffs. Works with greenfield and existing codebases.
Project health and permission management, dev sessions, team updates with feedback triage, GitHub releases, multi-model brains trust, git workflows, UX audits, responsive layout testing, and browser automation.
Intent Driven Development - Complete toolkit for Intent-driven development
ArcBlock company knowledge base: products, technical architecture, and strategy
AI-powered content creation tools with interview-based writing workflow
ArcBlock's technical thinking framework and proposal review methodology for team alignment
Developer workflow automation for code review, pull requests, and daily engineering tasks
A collection of Claude Code plugins and agent skills built by the ArcBlock team to enhance AI-assisted engineering workflows.
We believe in AI-Native Engineering - treating AI as a first-class collaborator in software development. These plugins encode our team's accumulated knowledge, workflows, and best practices, making them available to Claude on demand.
Key principles:
# Start Claude Code
claude
# Add the ArcBlock marketplace
/plugin marketplace add git@github.com:ArcBlock/agent-skills.git
# List available plugins
/plugin list arcblock-agent-skills
# Install plugins you need
/plugin install arcblock-context@arcblock-agent-skills
/plugin install content-creation@arcblock-agent-skills
| Plugin | Description |
|---|---|
| arcblock-context | Company knowledge base (products, technical architecture, strategy). Loads context on demand via ALP. Use /arcblock-context to explore. |
| Plugin | Description |
|---|---|
| devflow | Developer workflow automation: code review, pull requests, daily engineering tasks |
| blocklet | Complete Blocklet development workflow: environment setup, branch management, PR submission, and release |
| thinking-framework | Technical thinking framework and proposal review methodology (AFS/AINE) |
| plugin-development | Scaffold, validate, and distribute Claude Code plugins |
| Plugin | Description |
|---|---|
| content-creation | AI interview-based writing system. Creates blogs and social media posts in your style through structured interviews. Use /interview-writer. |
Add this to your project's .claude/settings.json for automatic access:
{
"extraKnownMarketplaces": {
"arcblock-agent-skills": {
"source": {
"source": "github",
"repo": "ArcBlock/agent-skills"
}
}
}
}
ALP (Active Loading Policy) is a context management pattern we designed. Instead of loading all knowledge upfront, we define explicit rules for what Claude should load based on conversation topics.
Benefits:
See docs/alp-guide.md for the full guide.
Plugins support a three-level priority chain:
./.claude/arcblock-context/ - Project-specific customization~/.claude/arcblock-context/ - Personal customizationThis lets the team maintain authoritative documentation while individuals extend or customize for their needs.
plugins//plugin-development:validate to check structureMIT License - see LICENSE for details.