ax-provider-skills

Automate Git-native skills pipeline parsing, manifest generation, and admin approval.

5|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/project-ax/ax-legacy --skill ax-provider-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-provider-skills
Source: https://github.com/project-ax/ax-legacy/tree/main/.claude/skills/ax-provider-skills
Command: npx skills add https://github.com/project-ax/ax-legacy --skill ax-provider-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, admin dashboard, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the Git-native skills pipeline, simplifying the management of skill format parsing, manifest generation, live skill-state derivation, admin skill-approval flows, and more.

Core Features & Use Cases

  • Skill Format Parsing: Automates parsing of skill manifests from Git repositories.
  • Manifest Generation: Generates manifests for skill deployment.
  • Live Skill-State Derivation: Derives skill states in real-time from Git snapshots.
  • Admin Skill-Approval Flow: Streamlines the admin approval process for new skills and domains.
  • Post-Receive Cache-Busting: Invalidate cache entries post-push for updated skill states.

Quick Start

Use the ax-provider-skills Skill to generate a manifest for a new skill and automatically derive its state.

Frequently Asked Questions about ax-provider-skills

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

FAQPage Schema
How do I automate Git-native skills pipeline management for manifest generation?

Automating Git-native skills pipeline management involves parsing SKILL.md files from Git repositories to generate deployment manifests. This process automatically derives live skill states from Git snapshots and streamlines administrative approval workflows.

What is real-time skill state derivation from Git snapshots?

Real-time skill state derivation is the process of automatically calculating the current status of skills directly from Git repository snapshots. It eliminates manual state tracking by evaluating repository commits to determine live skill availability.

How do I invalidate skill caches automatically after a Git push?

To invalidate skill caches after a Git push, you implement post-receive cache-busting mechanisms. This automatically clears stale cache entries when updated skill states are pushed, ensuring downstream systems fetch the latest manifests.

Do I need an admin dashboard to approve new skills in the pipeline?

Yes, an admin dashboard is required to approve new skills and domains in the pipeline. The approval flow depends on this dashboard interface to authorize parsed skill manifests before they are deployed.

How do I parse skill manifests from Git repositories automatically?

Parsing skill manifests from Git repositories requires scanning the repository for SKILL.md files. The pipeline automates this extraction process to read skill definitions and prepare them for manifest generation and state derivation.