agentskills-ci
NewTest, lint, score, and package Claude/Hermes/AI-agent skills like real software.
Summary
This skill enables you to test, lint, score, and package Claude/Hermes/AI-agent skills with the rigor of real software development.
- It helps ensure your agent skills are reliable, well-structured, and ready for distribution by automating quality checks and packaging steps.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agentskills-ci.md
@agentskills-ciUse Cases
Usage Examples
/agentskills-ci test my-skill.js
/agentskills-ci lint --fix
/agentskills-ci package --output ./dist
Security Audits
Frequently Asked Questions
What is agentskills-ci?
This skill enables you to test, lint, score, and package Claude/Hermes/AI-agent skills with the rigor of real software development. It helps ensure your agent skills are reliable, well-structured, and ready for distribution by automating quality checks and packaging steps.
How to install agentskills-ci?
To install agentskills-ci: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agentskills-ci.md. Finally, @agentskills-ci in Claude Code.
What is agentskills-ci best for?
agentskills-ci is a agent categorized under General. It is designed for: testing, agent. Created by damanisme.
What can I use agentskills-ci for?
agentskills-ci is useful for: Run automated tests on a new Claude skill to verify its behavior before deployment.; Lint your skill's code to catch syntax errors and enforce coding standards.; Score your skill against best practices for agent skill development.; Package a completed skill into a distributable format for sharing with the community.; Integrate quality checks into your CI pipeline for continuous skill validation.; Validate that your skill adheres to the Hermes or AI-agent skill specification..