asm
Install, audit, and manage AI agent skills from one CLI
All Skills in This Repository (21)
Pure Emerald Level Indicatorswell-formed
Analyze pull request diffs for code smells, style issues, and safety problems.
skill-upstream-pr
Fork a GitHub skill repository, run the auto-improvement loop, and draft an upstream PR with metrics.
hello-world
Greet users with a warm hello and ask how to assist.
skill-index-updater
Index GitHub skill repositories into the ASM catalog via PR.
skill-auto-improver
Automate iterative SKILL.md improvements to pass Gate 1 and asm-eval 85/8 standards.
metadata-version-present-fail
Validate Skill frontmatter for present and well-formed metadata.version fields.
metadata-author-present-pass
Validate name and description fields in SKILL.md frontmatter.
metadata-version-present-pass
Validate SKILL.md frontmatter for required name and description fields.
metadata-author-present-fail
Validate skill frontmatter for required name, description, and metadata.version fields.
effort-xhigh-pass
Validate skill response alignment with requested scope and task.
metadata-version-semver-pass
Validate SKILL.md metadata version and required fields against SemVer.
metadata-version-semver-fail
Validate SKILL.md version fields against semantic versioning rules.
Frequently Asked Questions
FAQPage SchemaHow to install asm?โผ
Run `npx skills add luongnv89/asm --all -g -y` in your terminal to install all skills in this suite globally.
What does agent-skill-manager do?โผ
It is a CLI that installs, searches, audits, and organizes AI agent skills across 19 tools like Claude Code, Codex, and Cursor, with JSON output for automation.
How do I see which skills are installed across my AI tools?โผ
Run `asm list --json` to get one unified inventory of every skill installed across all providers and scopes.
Can asm check skills for security risks?โผ
Yes. `asm audit security` scans a skill for shell execution, network access, and credential exposure before you install it.
Does asm work without coding experience?โผ
Yes. Once installed, your AI agent can run asm commands for you based on plain-English requests, and an optional TUI lets you browse skills visually.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core