BeClaude

agentskills-ci

New
GitHubGeneralby damanisme

Test, lint, score, and package Claude/Hermes/AI-agent skills like real software.

First seen 6/7/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agentskills-ci.md

3
Invoke with @agent-name
@agentskills-ci

Use Cases

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.

Usage Examples

1

/agentskills-ci test my-skill.js

2

/agentskills-ci lint --fix

3

/agentskills-ci package --output ./dist

View source on GitHub
testingagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..