static-index

Match natural language queries to static-context file paths.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill static-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: static-index
Source: https://github.com/jiunbae/agent-skills/tree/main/context/static-index
Command: npx skills add https://github.com/jiunbae/agent-skills --skill static-index

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents you from manually hunting through directories by providing a smart index of static configuration files.

Core Features & Use Cases

  • File Indexing: Maintain a searchable index of global context files
  • Use Case: When you need to check your security rules or developer profile, use this Skill to instantly locate the right file without directory navigation.

Quick Start

Find the security rules file by searching "security rules" or "commit validation".

Frequently Asked Questions about static-index

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

FAQPage Schema
How do I quickly find configuration files instead of searching directories manually?

File indexing provides a searchable index of static configuration files, letting you locate security rules, coding standards, and developer profiles by natural language query instead of navigating folder structures. The Skill matches your inquiry to the correct file path instantly.

Can I use file indexing to look up security rules or coding style guidelines?

Yes. The Skill indexes global static context files including security rules, coding style guides, and user information. Search by topic—such as "security rules" or "commit validation"—and retrieve the exact file path and description for immediate access.

What happens when I search for a static context file that doesn't exist?

The Skill verifies file existence against a predefined file-type table before returning results. If a file doesn't exist in the index, no path is returned, preventing broken references and wasted lookup time.

How does natural language matching work for finding the right configuration file?

Natural language matching maps user inquiries to corresponding static-context files using a predefined mapping table. The Skill identifies the correct file based on your search terms, then exposes the file path and description for downstream retrieval.

What types of static files can this Skill index?

The Skill indexes global static data including user information, security rules, coding style standards, and Notion settings. It supports any static configuration file referenced in your global index, returning both the file path and a brief description.