Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ArcBlock
Automate developer workflows by generating structured code review documents from git diffs—including change summaries, business flow analysis, code explanations, risk assessments, and recommendations—for PRs and feature branches. Convert vague ideas into implementation-ready specs via structured interviews, producing technical intent.md files and team overview.md summaries.
npx claudepluginhub ArcBlock/agent-skills --plugin devflowGenerate comprehensive, reviewer-ready code review documents from git diffs. Use this when the user provides code changes (git diff output, file changes, or asks to review code changes) and wants a structured review document. Creates detailed analysis covering change overview, business flow, key code explanation, risk assessment, and review recommendations. Supports both manual diff input and automatic git workspace detection. Particularly useful for reviewing pull requests, feature branches, or any code changes requiring thorough documentation for reviewers.
Transform vague ideas into implementation-ready specifications through structured interviewing. Use when user describes a new feature/product idea, has a problem to solve, needs to document requirements, or says things like "帮我梳理需求", "interview me about this", "细化这个想法", "spec out this project". Produces two artifacts - intent.md (technical spec for code agents) and overview.md (human-friendly summary for team).
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.
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Cross-cutting utilities: technical writing, git workflow, code review, pair programming, on-call runbooks, incident response.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
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
Agent skills for converting web projects to ArcBlock blocklets and managing releases
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 claim