Add a custom stack detection rule to detect-rules-extra.json for this project or globally.
Install
npx skillscat add rozwer/cc-bridle/plugins-cc-bridle-skills-add-stack Install via the SkillsCat registry.
SKILL.md
Usage
When the user invokes this skill, interactively ask:
- Stack ID (e.g. "my-framework")
- Files that must ALL exist (files_all), comma-separated
- Files where at least ONE must exist (files_any), comma-separated (optional)
- Files that must NOT exist (files_none), comma-separated (optional)
- Scope: global (detect-rules.json) or project-specific (detect-rules-extra.json)
Then append the new rule to the appropriate file and confirm.