By ArcBlock
Repo-agnostic engineering loop engine: config-driven verification gate, sticky PR-comment delivery, and the review/sweep skill contracts. Repo specifics live in each repo's .claude/verify/config.ts, not here.
Automated phase-by-phase implementation with a verification loop — drive a multi-phase build plan one phase at a time, each phase implemented then verified (static + dynamic + adversarial) before advancing. Use to execute a phased implementation plan (tasks.md) autonomously.
Iterative clean-context review of a design/plan document or issue — spawn independent-perspective reviewers each round, score, and synthesize findings without carrying prior-round bias. Use to review an implementation plan, architecture doc, or design proposal before building.
Read a fleet's own telemetry (fleet.jsonl) back — how many rounds ran vs were skipped and why, what they produced, per-repo×skill duration, and whether any round left processes behind. Runs the deterministic reporter, then flags what is worth acting on. Use to answer "is the fleet healthy", "what did it actually accomplish", "why has this repo not moved", or to open the HTML dashboard.
One-command setup/update of an agentloop FLEET on a teammate's machine or cloud — asks a few defaulted questions, then generates/reconciles the two config files (deployment.json + repos.json) and installs the schedule. LOCAL = a crontab marker-block wiring fleet/driver.ts (one row per skill; the driver fans out to every covered repo). CLOUD = one claude routine per (repo×skill) via RemoteTrigger, batch-created from the same catalog. Idempotent — re-run to upgrade. This is the SCHEDULING side that `bootstrap` (repo adoption) deliberately leaves out. Interactive — never runs unattended.
Analyze code changes to find related areas that may also need modification. Supports uncommitted changes, specific commits, commit ranges, and branches. Use before committing or opening a PR to catch missed updates.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub arcblock/agent-skills --plugin agentloopBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 [email protected]: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 |
|---|---|
| agentloop | Autonomous engineering loop: verification gate, issue/PR sweeps + reviews, design-review, build-phases, and repo bootstrap (config-driven, repo-agnostic) |
| 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.
Intent Driven Development - Complete toolkit for Intent-driven development
AI-powered web page creation and publishing skills supporting static pages, Vite, and Next.js frameworks.
Developer workflow automation for code review, pull requests, and daily engineering tasks
ArcBlock's technical thinking framework and proposal review methodology for team alignment
ArcBlock company knowledge base: products, technical architecture, and strategy
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,933 supported skills.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.