skill-master

Scan multi-language codebases to detect missing SKILL definitions and generate SKILL.md templates.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/oguzhandilber/devops-agent --skill skill-master-oguzhandilber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-master
Source: https://github.com/oguzhandilber/devops-agent/tree/main/.claude/skills/skill-master
Command: npx skills add https://github.com/oguzhandilber/devops-agent --skill skill-master-oguzhandilber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects missing SKILL definitions by scanning the codebase and generating initial SKILL.md templates for new patterns.

Core Features & Use Cases

  • Discover architectural and pattern-level motifs across multi-language projects.
  • Compare detected patterns with existing skills and surface gaps.
  • Auto-generate SKILL.md files with template content and examples to accelerate onboarding.

Quick Start

Analyze a local repository with this skill to identify missing SKILLs and review generated templates for refinement.

Frequently Asked Questions about skill-master

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

FAQPage Schema
How do I discover missing SKILL definitions in a multi-language codebase?

Code-pattern discovery scans your multi-language project codebase to identify architectural motifs and compares them against existing skills to surface gaps where new SKILL.md templates are needed.

How do I auto-generate SKILL.md templates from existing code patterns?

Map detected code patterns to new skill definitions to auto-generate SKILL.md templates. Generated files include YAML frontmatter, template content, examples, and are placed under .claude/skills with versioning and source markers.

What is the best way to map detected code patterns to new skills?

Map detected code patterns to new skills by scanning the project codebase to identify architectural motifs, comparing them with existing skills, and proposing SKILL.md templates for the gaps.

Does the generated SKILL.md template include YAML frontmatter and versioning?

Generated SKILL.md templates include YAML frontmatter and versioning. The system ensures these files are placed under .claude/skills with source markers for tracking.

Can I use this skill for project structure analysis across different programming languages?

Use this skill for project structure analysis across different programming languages. It applies pattern detection across multi-language repos to map architectural motifs to new skills.

Why are my detected code patterns not matching existing skills?

Detected code patterns may not match existing skills if they represent undocumented architectural motifs. The skill compares detected patterns against existing skills and generates skeleton SKILLs for the gaps.