context

📁 duc01226/easyplatform 📅 3 days ago
1
总安装量
1
周安装量
#54015
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill context

Agent 安装分布

antigravity 1
gemini-cli 1

Skill 文档

Load Project Context

Load current development context to help with subsequent tasks.

Git Status

git status --short
git branch --show-current

Recent Activity

# Recent commits
git log --oneline -5

# Uncommitted changes
git diff --stat

Project Structure Reminder

Backend Services:

  • TextSnippet – Example application service
  • Accounts – Authentication & authorization

Frontend Apps:

  • playground-text-snippet – Example frontend application

Key Libraries:

  • platform-core – Base components (PlatformComponent, stores)
  • apps-domains – Business domain (APIs, models, validators)
  • platform-core – UI components & utilities

Development Patterns

Backend: Clean Architecture + CQRS + Entity Events Frontend: Angular 19 + Nx + PlatformVmStore

Current Session Focus

Based on the git status, identify:

  • What files are being worked on
  • What feature/fix is in progress
  • Any uncommitted changes that need attention

Summarize the current state to help with subsequent tasks.

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed