From ypm
This skill displays recently active projects updated within the configured threshold. Use when the user asks "show active projects", "what am I working on", "recent projects", "current projects", "アクティブなプロジェクト", "最近のプロジェクト", or "今やってるプロジェクト".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ypm:active-projectsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- Language Handling: Check ~/.ypm/config.yml for settings.language -->
Display only active projects updated within 1 week from ~/.ypm/PROJECT_STATUS.md.
/ypm:setup first if ~/.ypm/config.yml doesn't exist/ypm:project-status-update first if ~/.ypm/PROJECT_STATUS.md doesn't existShow active projects in descending order by update date (newest first).
npx claudepluginhub signalcompose/YPM --plugin ypmDisplays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.
Generates interactive HTML project recap of current state, recent git activity, key decisions, architecture, and cognitive debt hotspots. Auto-activates on recap/summary/status requests; accepts time window (2w/30d/3m).
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.