ailey-admin-tools-index

Indexes AI-ley kit resources with overrides and fast ID-based lookups; exports to JSON, YAML, XML, CSV, Markdown, HTML, and prompts.

4|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-admin-tools-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ailey-admin-tools-index
Source: https://github.com/armoin2018/ai-command-center/tree/main/plugins/aicc-admin/skills/ailey-admin-tools-index
Command: npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-admin-tools-index

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @modelcontextprotocol/sdk, commander, js-yaml, xml-js, and includes scripts (resource) components.

What problem does it solve?

Indexes AI-ley kit resources efficiently by rebuilding indexes, applying overrides, and enabling fast ID-based lookups across multiple environments.

Core Features & Use Cases

  • Reindexing: rebuild all resource indexes with ID-based keys and support overrides from .my/ directories.
  • Search & Query: locate resources by name, keywords, or content and export results in multiple formats (JSON, YAML, XML, CSV, Markdown, HTML, and prompts).
  • Export & Integration: generate reports and indexes for auditing, tooling pipelines, or sharing with teams.

Quick Start

Run the reindex script to rebuild the indexes, then use the search tooling to query resources and export the results in your preferred format.

Frequently Asked Questions about ailey-admin-tools-index

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

FAQPage Schema
How do I index and search resources across multiple environments using Node.js?

You can index and search resources across multiple environments by using a Node.js tool that rebuilds indexes with ID-based keys, applies overrides from .my/ directories, and enables fast multi-criteria lookups by name, keywords, or content.

How do I export indexed search results to multiple formats like YAML, XML, or CSV?

You can export indexed search results to multiple formats including JSON, YAML, XML, CSV, Markdown, HTML, and prompts by running the search tooling against your resource indexes and selecting your preferred output format for reports or pipeline integration.

Does the kit resource reindexing process require a specific frontmatter format?

Yes, the reindexing process requires a valid SKILL.md frontmatter containing name and description fields, and it optionally supports scripts, references, and assets directories to fully map the available kit resources during indexing.

Can I apply custom overrides when rebuilding indexes for kit resources?

Yes, you can apply custom overrides when rebuilding indexes by placing override configurations in .my/ directories, which are automatically merged into the ID-based resource keys during the reindexing process.

What dependencies do I need to run Model Context Protocol SDK indexing scripts?

You need Node.js tooling and the Model Context Protocol SDK, along with commander, js-yaml, and xml-js dependencies, to execute the indexing scripts and manage the resource query tooling.

Why is my multi-criteria content search not returning expected kit resources?

If your multi-criteria content search is not returning expected results, ensure the reindex script has been run to rebuild all ID-based keys and that your resources contain valid SKILL.md frontmatter with the required name and description fields.