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/FS-155" ~/.claude/skills/majiayu000-claude-skill-registry-fs-155 && rm -rf "$T"
manifest:
skills/data/FS-155/SKILL.mdsource content
US-003: Convert Tech-Lead Agent to Skill
Feature: FS-155
As a user asking about code quality I want the Tech-Lead skill to auto-activate So that I get code review guidance automatically
Acceptance Criteria
- AC-US3-01: Tech-Lead moved from
toagents/tech-lead/skills/tech-lead/SKILL.md - AC-US3-02: Description optimized for "code review", "best practices"
- AC-US3-03: Review checklists in progressive disclosure
- AC-US3-04: Skill activates for code quality prompts
Implementation
Increment: 0155-native-plugin-skill-architecture
Tasks: See increment tasks.md for implementation details.
Tasks
- T-003: Convert Tech-Lead Agent to Skill
- T-004: Convert QA-Lead Agent to Skill
- T-005: Convert Security Agent to Skill
- T-006: Convert Docs-Writer Agent to Skill
- T-007: Convert Other Domain Agents to Skills