build-assistant
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.
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-assistantskilz install vanman2024/domain-plugin-builder/build-assistant --agent opencodeskilz install vanman2024/domain-plugin-builder/build-assistant --agent codexskilz install vanman2024/domain-plugin-builder/build-assistant --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/vanman2024/domain-plugin-buildercp -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
exec-briefing
by gtmagents
Use to craft concise executive updates, agendas, and follow-up logs for QBR/EBR sessions.
makefile-review
by athola
Audit Makefiles for duplication, portability, and idiomatic GNU Make usage.Triggers: Makefile review, build system, GNU Make, portability, deduplic...
astro-patterns
by vanman2024
Astro best practices, routing patterns, component architecture, and static site generation techniques. Use when building Astro websites, setting up...
receiving-code-review
by obra
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requir...
Agentic Skill Details
- Owner
- vanman2024 (GitHub)
- Repository
- domain-plugin-builder
- 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
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-*.shscripts 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/). ...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.