Claude-skill-registry dozu-ui-service-skills

Index of AI agent skills and how to use them when implementing features in this repo.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dozu-ui-service-skills" ~/.claude/skills/majiayu000-claude-skill-registry-dozu-ui-service-skills && rm -rf "$T"
manifest: skills/data/dozu-ui-service-skills/SKILL.md
source content

Skill Instructions

This document lists the available skill guides under

.github/skills/
and what each one is for.

Skills

implement-feature

  • File:
    .github/skills/implement-feature.md
  • Purpose: Standard workflow and conventions for implementing a new route-scoped feature under
    src/app/[locale]/<feature-name>
    .