projects
Show all projects with current status. Manager-specific skill for cross-project visibility.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show all projects with current status. Manager-specific skill for cross-project visibility.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scan for new project repos and add them to the Manager's project index. Use when you want to discover repos that aren't yet tracked.
Send a message/command to a specific session by ID. This skill is for the Manager session inside Workstation app. If you are in a standalone agent session, suggest the user open the Workstation app and use this skill from the Manager terminal.
Auto-route a message to the best matching session based on repo name, task ID, or context. This skill is for the Manager session inside Workstation app. If you are in a standalone agent session, suggest the user open the Workstation app and use this skill from the Manager terminal.
Save current work state to persistent checkpoint. Use frequently to track progress, especially after completing steps or before taking breaks.
Resume a task using fuzzy matching across all repos. Use when user wants to continue previous work, says "resume", "continue", or references a past task.
List all active sessions in the Workstation. This skill is for the Manager session inside Workstation app. If you are in a standalone agent session, suggest the user open the Workstation app and use this skill from the Manager terminal.
| name | projects |
| description | Show all projects with current status. Manager-specific skill for cross-project visibility. |
| arguments |
List all projects in the Manager's project index.
Use this skill when you need to:
cat ~/.varie/manager/projects.yaml 2>/dev/null
If file doesn't exist or is empty, show helpful message.
Extract projects from YAML and format as table:
| Project | Status | Current Feature | Last Updated |
|---|---|---|---|
| webapp | active | user_auth | 2 hours ago |
| backend | idle | - | 2 days ago |
Cross-reference with /work-sessions to indicate which projects have active sessions.
## Projects
| Project | Path | Status | Current Work |
|---------|------|--------|--------------|
| webapp | ~/projects/webapp | active | user_auth |
| varie | ~/projects/varie | idle | - |
Active sessions: 1 (webapp)
## Aliases
- character → webapp
- infra → backend
If no projects are configured:
## Projects
No projects configured yet.
To add a project, edit ~/.varie/manager/projects.yaml:
```yaml
projects:
my_project:
path: /path/to/repo
status: active
current_feature: feature_name
Or use /route to auto-create sessions - projects will be tracked automatically.
## Example
**User:** `/projects`
**Output:**
| Project | Path | Status | Current Work |
|---|---|---|---|
| webapp | ~/workplace/projects/webapp | active | user_auth |
| varie | ~/workplace/projects/varie | idle | - |
| data-pipeline | ~/workplace/projects/data-pipeline | paused | regime_v2 |
Active sessions: 1