Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ArcBlock
Scaffold, validate, and distribute Claude Code plugins with commands to create plugin structure, agents, skills, hooks, and test marketplaces. Includes audit hooks for security and readiness checks before release.
npx claudepluginhub ArcBlock/agent-skills --plugin plugin-developmentCreate a new sub-agent file with proper frontmatter and structure.
Create a new slash command file with proper frontmatter and structure.
Add or update hooks.json with a new hook configuration for automated behavior.
Create a new Skill folder with SKILL.md and supporting directories.
Scaffold a new Claude Code plugin with standard structure and starter files
Modifies files
Hook triggers on file write and edit operations
Runs pre-commands
Contains inline bash commands via ! syntax
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.
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Specialized agents for creating engaging content across various formats and target audiences. Focuses on storytelling, audience engagement, and platform-optimized writing.
Create and maintain GitHub Copilot CLI plugins — skills, agents, prompts, instructions, and MCP servers with authoritative spec references and templates
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
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
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Share bugs, ideas, or general feedback.
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.