my-skill

Validate axm skill creation, fork, and activation workflows with a minimal mock skill.

5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/agentxm/axm --skill my-skill-agentxm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-skill
Source: https://github.com/agentxm/axm/tree/main/packages/cli-e2e/src/fixtures/skills-repo/my-skill
Command: npx skills add https://github.com/agentxm/axm --skill my-skill-agentxm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A minimal mock skill used to validate end-to-end skill management workflows in axm during testing and CI processes.

Core Features & Use Cases

  • Provides a lightweight, self-contained skill with a simple frontmatter (name + description) and a Markdown body for testing activation and documentation flows.
  • Enables QA to exercise axm skills add, fork, and install commands in a controlled, repeatable way.
  • Demonstrates the expected Skill Unit structure for discovery and loading in axm.

Quick Start

Fork this mock skill into your workspace and reference it in your agent configuration to validate end-to-end skill integration.

Frequently Asked Questions about my-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test end-to-end skill integration workflows in a CI environment?

To test end-to-end skill integration, you can use a minimal mock skill to validate skill creation, fork, and activation workflows across multiple agents within axm. It provides a lightweight, self-contained skill with simple frontmatter and a Markdown body for repeatable QA testing.

What is a minimal mock skill used for in QA automation?

A minimal mock skill for QA automation is used to exercise skill management commands like add, fork, and install in a controlled way. It satisfies Skill Unit requirements by including YAML frontmatter with name and description, enabling repeatable testing of agent activation flows.

Can I validate skill discovery and loading using a mock skill in axm?

Yes, you can validate skill discovery and loading in axm using a mock skill that demonstrates the expected Skill Unit structure. It includes a concise Markdown body and simple frontmatter, allowing QA to test documentation flows and agent configuration references.

Do I need external dependencies to run an e2e testing mock skill?

No, you do not need external dependencies to run this e2e testing mock skill. It is a lightweight, self-contained skill with no external dependencies in scripts, making it easy to fork into your workspace and reference in agent configurations for validation.

How do I validate axm skills add and fork commands during testing?

You can validate axm skills add and fork commands during testing by using a minimal mock skill. Fork this mock skill into your workspace and reference it in your agent configuration to exercise these commands in a controlled, repeatable way for QA and CI environments.

When do I need a mock skill for agent activation testing?

You need a mock skill for agent activation testing when you want to evaluate end-to-end skill integration within axm without external dependencies. It is applicable in QA and CI environments to test skill creation, fork, and activation workflows across multiple agents.