What problem does it solve?
Projects and marketplaces often accumulate repetitive manual work and missing automation but lack a concise way to discover non-duplicative plugins that would save time and reduce errors. This Skill streamlines the discovery of high-impact plugin ideas by analyzing the codebase, build manifests, existing skills, and git history to reveal repetitive tasks and tooling gaps.
Core Features & Use Cases
- Inventory existing skills: Locate and read nearby SKILL.md files to avoid suggesting duplicate functionality.
- Project analysis: Parse build manifests and scan source and config files to detect language, frameworks, and recurring patterns.
- Git mining for patterns: Inspect recent commits to surface repetitive actions like frequent endpoint additions, version bumps, or scaffolding that merit automation.
- Use Case: For a repository with Gradle scripts and repeated "bump version" commits, recommend a version-bump plugin and a changelog generator to automate release chores.
Quick Start
Ask the assistant to analyze the repository and existing skills and return a ranked list of five suggested slash-commands with invocation examples and rationale.