build-assistant

1 stars
74
C

Build Claude Code framework components (agents, slash commands, skills, plugins) following standardized templates. Use when creating new agents, commands, skills, or plugins for the multiagent framework.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install vanman2024/domain-plugin-builder/build-assistant
skilz install vanman2024/domain-plugin-builder/build-assistant --agent opencode
skilz install vanman2024/domain-plugin-builder/build-assistant --agent codex
skilz install vanman2024/domain-plugin-builder/build-assistant --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/vanman2024/domain-plugin-builder
2. Copy the agent skill directory:
cp -r domain-plugin-builder/plugins/domain-plugin-builder/skills/build-assistant ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
1
Type
Technical
Meta-Domain
development
Primary Domain
ci cd
Market Score
74

Agent Skill Grade

C
Score: 74/100 Click to see breakdown

Score Breakdown

Spec Compliance
10/15
PDA Architecture
22/30
Ease of Use
21/25
Writing Style
9/10
Utility
18/20
Modifiers: -6

Areas to Improve

  • Name convention violations
  • Missing Table of Contents
  • Inconsistent Reference Depth

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your build-assistant skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 74/100, solid C-grade territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Writing Style (9/10)—the docs are clear and readable. Weakest is Spec Compliance (10/15)—there are some naming convention issues and missing trigger phrases that are easy wins.

What's Working Well

  • Clear documentation structure - Your SKILL.md does a good job layering information: overview → component types → specific workflows. That's PDA done right.
  • Practical templates and examples - The skill ships with actual templates for agents, commands, skills, and plugins. That's genuinely useful and shows you thought through what people need.
  • Validation scripts - The validate-*.sh scripts provide real feedback loops. People can run them, check output, fix things. That's excellent utility (18/20).
  • Consistent terminology - "component", "manifest", "structure" - you use terms the same way throughout, which makes it easy to follow.

The Big One: Name Convention Issues

Your frontmatter has name: Build-Assistant but it should be lowercase: name: build-assistant. That's a spec compliance issue. Also, when I look at the directory structure, there's a mismatch between the skill name in metadata and where it lives. These seem small, but the spec is strict here because consistent naming makes skills discoverable and parseable by tooling.

Fix: Update line 1 of your SKILL.md frontmatter from Build-Assistant to build-assistant. Check that the directory path matches (should be build-assistant/, not Build-Assistant/). ...

Report Security Issue

Found a security vulnerability in this agent skill?