Install Skill

Deploy NAC domain knowledge into provider-native AI tool formats.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/hayibrah/nac-iosxr-agents --skill install-skill-hayibrah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Install Skill
Source: https://github.com/hayibrah/nac-iosxr-agents/tree/main/skills/install
Command: npx skills add https://github.com/hayibrah/nac-iosxr-agents --skill install-skill-hayibrah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

Deploys NAC domain knowledge into the native formats used by supported AI tools, enabling teams to convert NAC concepts into actionable tool-ready artifacts.

Core Features & Use Cases

  • Writes provider-specific output files for Copilot, Claude, and Cursor.
  • Reads skills manifest.yaml to filter and provision relevant artifacts.
  • Supports adding new providers by implementing adapters and updating the manifest.

Quick Start

Run the installer for a provider (copilot, claude, or cursor) to generate provider-specific output artifacts in your repository.

Frequently Asked Questions about Install Skill

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

FAQPage Schema
How do I deploy NAC domain knowledge into AI tools like Copilot, Claude, and Cursor?

You can generate provider-specific artifacts for Copilot, Claude, and Cursor by running the installer for your chosen provider, which parses the skills manifest and writes the output files directly into your repository.

How does parsing a skills manifest work for cross-provider artifact generation?

Cross-provider artifact generation works by reading a skills manifest.yaml file, filtering the defined NAC concepts by the target provider, and translating them into the native format required by that specific AI tool.

Can I use this to add new providers for AI tool deployment automation?

Yes, you can add new providers for AI tool deployment automation by implementing new adapters and updating the skills manifest, allowing the system to filter and write output files for additional native formats.

Do I need pyyaml to generate provider-specific output files?

Yes, pyyaml is a required dependency to generate provider-specific output files, as the skill relies on it to parse the skills manifest.yaml file necessary for filtering and provisioning NAC artifacts.

What is the best way to convert NAC concepts into tool-ready artifacts for multiple AI providers?

The best way to convert NAC concepts into tool-ready artifacts is using an automated deployment skill that parses a central manifest and writes native output files for cross-provider targets like Copilot, Claude, and Cursor.