Found 5 contexts in this repository (view raw context.json).

Slug Summary Tokens Actions
getting-started Essential files and documentation for quickly getting started with vibe-rules CLI tool, including installation, usage, and basic commands. 22274
authoring-package-support Guidelines and example for adding vibe-rules install support to your own npm package to ship versioned distributed AI LLM rules. 4979
core-architecture Key source code files defining the architecture and core logic of vibe-rules including provider implementations, CLI commands, and rule storage utilities. 32313
rules-formatting Files related to rule formatting, tagging, and unified rules file conventions for managing AI assistant prompts across editors. 4148
package-rules-installation Mechanism for installing AI rules from npm packages via the `llms` export, handling both CommonJS and ESM packages. 2180

README Markdown Snippet

| Summary | Prompt it |
|---------|-----------|
| Essential files and documentation for quickly getting started with vibe-rules CLI tool, including installation, usage, and basic commands. | [![](https://b.lmpify.com/getting_started)](https://lmpify.com?q=https%3A%2F%2Fuuithub.com%2Ffutureexcited%2Fvibe-rules%2Ftree%2Fmain%3FpathPatterns%3DREADME.md%26pathPatterns%3Dsrc%252Fcli.ts%26pathPatterns%3Dsrc%252Ftypes.ts%26pathPatterns%3Dsrc%252Fschemas.ts%26pathPatterns%3Dsrc%252Futils%252F**%252F*%26pathPatterns%3Dsrc%252Fproviders%252F**%252F*%26pathPatterns%3DUNIFIED_RULES_CONVENTION.md%26maxFileSize%3D200000%0A%0AExplain%20how%20to%20quickly%20get%20started%20with%20the%20vibe-rules%20CLI%20tool.%20Focus%20on%20installation%2C%20saving%20rules%2C%20loading%20rules%2C%20and%20installing%20from%20npm%20packages.) |
| Guidelines and example for adding vibe-rules install support to your own npm package to ship versioned distributed AI LLM rules. | [![](https://b.lmpify.com/authoring_package_support)](https://lmpify.com?q=https%3A%2F%2Fuuithub.com%2Ffutureexcited%2Fvibe-rules%2Ftree%2Fmain%3FpathPatterns%3DREADME.md%26pathPatterns%3Dsrc%252Fcli.ts%26pathPatterns%3Dsrc%252Fschemas.ts%26pathPatterns%3Dsrc%252Ftypes.ts%26pathPatterns%3Dsrc%252Fllms%252Findex.ts%26pathPatterns%3Dsrc%252Fllms%252Finternal.ts%26maxFileSize%3D40000%0A%0AExplain%20how%20to%20add%20support%20in%20your%20own%20repository%20so%20that%20vibe-rules%20install%20can%20find%20and%20apply%20your%20distributed%20AI%20llm%20rules%20via%20the%20'llms'%20export%2C%20including%20module%20conventions%2C%20rule%20format%2C%20and%20package%20structure.) |
| Key source code files defining the architecture and core logic of vibe-rules including provider implementations, CLI commands, and rule storage utilities. | [![](https://b.lmpify.com/core_architecture)](https://lmpify.com?q=https%3A%2F%2Fuuithub.com%2Ffutureexcited%2Fvibe-rules%2Ftree%2Fmain%3FpathPatterns%3Dsrc%252Fcli.ts%26pathPatterns%3Dsrc%252Ftypes.ts%26pathPatterns%3Dsrc%252Futils%252F**%252F*%26pathPatterns%3Dsrc%252Fproviders%252F**%252F*%26pathPatterns%3Dsrc%252Fschemas.ts%26pathPatterns%3DARCHITECTURE.md%26maxFileSize%3D200000%0A%0ADescribe%20the%20architecture%20and%20core%20implementation%20details%20of%20vibe-rules%20focusing%20on%20CLI%20commands%2C%20rule%20providers%20for%20various%20editors%2C%20and%20internal%20rule%20storage%20mechanisms.) |
| Files related to rule formatting, tagging, and unified rules file conventions for managing AI assistant prompts across editors. | [![](https://b.lmpify.com/rules_formatting)](https://lmpify.com?q=https%3A%2F%2Fuuithub.com%2Ffutureexcited%2Fvibe-rules%2Ftree%2Fmain%3FpathPatterns%3Dsrc%252Futils%252Frule-formatter.ts%26pathPatterns%3Dsrc%252Futils%252Fsingle-file-helpers.ts%26pathPatterns%3Dsrc%252Fproviders%252Funified-provider.ts%26pathPatterns%3DUNIFIED_RULES_CONVENTION.md%26maxFileSize%3D100000%0A%0AExplain%20how%20vibe-rules%20formats%20and%20manages%20rules%20including%20metadata%2C%20tagged%20blocks%2C%20and%20the%20unified%20.rules%20file%20convention.) |
| Mechanism for installing AI rules from npm packages via the `llms` export, handling both CommonJS and ESM packages. | [![](https://b.lmpify.com/package_rules_installation)](https://lmpify.com?q=https%3A%2F%2Fuuithub.com%2Ffutureexcited%2Fvibe-rules%2Ftree%2Fmain%3FpathPatterns%3Dsrc%252Fcli.ts%26pathPatterns%3Dsrc%252Fschemas.ts%26pathPatterns%3Dsrc%252Ftypes.ts%26maxFileSize%3D50000%0A%0ADescribe%20how%20vibe-rules%20install%20command%20dynamically%20imports%20npm%20packages'%20llms%20export%2C%20validates%20rule%20configurations%2C%20and%20applies%20them%20to%20editors.) |
Summary Prompt it
Essential files and documentation for quickly getting started with vibe-rules CLI tool, including installation, usage, and basic commands. Prompt it
Guidelines and example for adding vibe-rules install support to your own npm package to ship versioned distributed AI LLM rules. Prompt it
Key source code files defining the architecture and core logic of vibe-rules including provider implementations, CLI commands, and rule storage utilities. Prompt it
Files related to rule formatting, tagging, and unified rules file conventions for managing AI assistant prompts across editors. Prompt it
Mechanism for installing AI rules from npm packages via the `llms` export, handling both CommonJS and ESM packages. Prompt it