Agent skill · Frontend

detect-competing-systems

Comprehensive detection of competing and conflicting systems in Vue 3 + TypeScript + Pinia projects. Identifies duplicate implementations, architectural conflicts, and competing logic patterns before they cause technical debt.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill detect-competing-systems-archived-20260115 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/detect-competing-systems-archived-20260115/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 🔍 Detect Competing Systems A comprehensive skill for identifying duplicate, conflicting, and competing systems in Vue 3 + TypeScript + Pinia projects. This skill helps detect architectural conflicts, duplicate implementations, and competing logic patterns BEFORE they cause technical debt. ## Purpose Competing systems are multiple implementations of the same functionality that exist simultaneously in a codebase. They create maintenance burden, introduce bugs, and make the codebase difficult to understand. This skill proactively identifies these conflicts and provides consolidation recommendations. ## When to Use Use this skill when you need to: - **Audit codebase architecture** - Identify competing systems before refactoring - **Review new feature implementation** - Check if new code duplicates existing patterns - **Plan technical debt reduction** - Prioritize consolidation efforts - **Onboard new developers** - Understand architectural patterns and conflicts - **Prevent architectural drift** - Ensure consistent patterns across the project - **Optimize development efficiency** - Reduce duplicate work and maintenance burden **Specific Triggers:** - "I think we have multiple filter

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Coverage Areas
  4. Core Architecture (Required)
  5. Additional Coverage Areas (25 total)
  6. Usage Instructions
  7. Basic Usage
  8. Advanced Usage
  9. Integration Options
  10. Output Format
  11. Conflict Report Structure
  12. Severity Levels
  13. Risk Assessment
  14. Analysis Checklist
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the detect-competing-systems skill do?

Comprehensive detection of competing and conflicting systems in Vue 3 + TypeScript + Pinia projects. Identifies duplicate implementations, architectural conflicts, and competing logic patterns before they cause technical debt.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill detect-competing-systems-archived-20260115 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going