Agent Skill
2/7/2026

active-projects

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 "今やってるプロジェクト".

S
signalcompose
3GitHub Stars
1Views
npx skills add signalcompose/claude-tools

SKILL.md

Nameactive-projects
DescriptionThis 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 "今やってるプロジェクト".

name: active-projects description: | 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 "今やってるプロジェクト". user-invocable: false

<!-- Language Handling: Check ~/.ypm/config.yml for settings.language --> <!-- If language is not "en", translate all output to that language -->

Active Projects

Display only active projects updated within 1 week from ~/.ypm/PROJECT_STATUS.md.

Prerequisites

  • Run /ypm:setup first if ~/.ypm/config.yml doesn't exist
  • Run /ypm:project-status-update first if ~/.ypm/PROJECT_STATUS.md doesn't exist

Display Content

  • Project name
  • Overview
  • Current branch
  • Last update date
  • Phase
  • Implementation progress
  • Next task

Display Format

Show active projects in descending order by update date (newest first).

Additional Information

  • Total count of active projects
  • Most progressed project
  • Most recently updated project
Skills Info
Original Name:active-projectsAuthor:signalcompose