AgentXM
Official@agentxm · United States of America
AI developer platform and toolkit for your favorite coding agents.
Agent Skills by AgentXM
Showing 34 vetted skills indexed across 1 GitHub repositories.
openspec-apply-change
Automate applying and tracking OpenSpec task changes across schemas.
openspec-explore
Guide open-ended discovery with prompts and visual diagrams.
openspec-verify-change
Verify change implementations against OpenSpec delta specs and tasks.
openspec-new-change
Scaffold OpenSpec change directories with guided artifact workflows.
openspec-archive-change
Archive completed OpenSpec changes to dated directories with delta-spec synchronization.
openspec-onboard
Guides users through the complete OpenSpec change lifecycle from preflight to archive.
openspec-bulk-archive-change
Batch-archive completed OpenSpec changes with conflict resolution and configuration preservation.
openspec-continue-change
Create the next OpenSpec artifact according to the active schema.
openspec-sync-specs
Merge delta-spec changes into main OpenSpec specs idempotently.
openspec-ff-change
Generate OpenSpec change artifacts in dependency order from a change request.
documentation
Enforce YAML frontmatter and structure for README.md and CLAUDE.md.
axm-testing-e2e
Run CLI end-to-end tests for co-located and distribution scenarios with Vitest.
checklists
Create structured verification checklists with remediation guidance for quality gates.
effect-layers
Construct and orchestrate composable service layers with dependency wiring and lifecycle management.
cli-conventions
Define standardized Effect-based CLI command structures with parsing and logic separation.
my-skill
Validate axm skill creation, fork, and activation workflows with a minimal mock skill.
another-skill
Enumerate skills in a repository by parsing SKILL.md frontmatter.
axm-manage-mcp-servers
Manage MCP servers via the axm CLI for multi-agent deployments.
axm-manage-commands
Centralize axm CLI command definitions and enablement across multiple agents.
axm-manage-packs
Create, install, update, and distribute axm extension packs.
axm-manage-skills
Manage AI agent skills via the axm CLI with scope and agent filtering.
e2e-publish-check
Validate skill directory metadata, packaging, and dry-run publish readiness.
effect-testing
Run Effect programs directly in Vitest tests with it.effect variants.
effect-wrapping
Wrap Promise-based APIs for use within the Effect ecosystem.
Frequently Asked Questions About AgentXM
FAQPage SchemaWhat specific development tasks does AgentXM enable?▼
AgentXM enables deterministic async programming, structured concurrency, and standardized schema management. It provides primitives for replacing standard Node.js filesystem operations with Effect-based services, managing MCP server deployments, and enforcing project-wide TypeScript conventions through structured verification checklists and code review guidance.
Which technical personas benefit most from these capabilities?▼
TypeScript engineers and system architects building complex, asynchronous distributed systems benefit most. It is specifically designed for developers utilizing the Effect ecosystem who require rigorous type safety, fiber-based concurrency control, and standardized service-layer wiring patterns across large-scale codebases.
What are the primary prerequisites for implementing these skills?▼
Implementation requires a TypeScript environment and familiarity with the Effect ecosystem. Users must have the axm runtime installed to manage skill packs, MCP server configurations, and OpenSpec schema definitions within their local development environment.