status
项目状态 - 查看活跃项目列表、Thread 状态和最新进展。Triggers: '项目状态', '项目进展', '看看项目', 'project status', '有什么项目在进行'
Best use case
status is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
项目状态 - 查看活跃项目列表、Thread 状态和最新进展。Triggers: '项目状态', '项目进展', '看看项目', 'project status', '有什么项目在进行'
Teams using status should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/status/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How status Compares
| Feature / Agent | status | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
项目状态 - 查看活跃项目列表、Thread 状态和最新进展。Triggers: '项目状态', '项目进展', '看看项目', 'project status', '有什么项目在进行'
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# /project:status - 项目状态
查看当前活跃项目列表,各 Thread 最新消息和进展。
## 使用方式
```
/project:status [项目名]
示例:
/project:status # 列出所有活跃项目
/project:status 互动漫画MVP # 查看特定项目详情
```
## 执行步骤
### Step 1: 读取项目记录
读取 `~/.claude/projects.json`,获取项目列表。
如果文件不存在,提示:
> 还没有创建过项目。使用 `/project:init <项目名>` 开始第一个项目。
### Step 2: 列出项目概览(无参数时)
输出所有活跃项目的摘要:
```
📊 活跃项目
1. 互动漫画MVP (创建于 2026-03-15)
参与: laojun, zhuge, wukong, luban, caoxq, wudaozi
Thread: 6 个活跃
2. 春节营销活动 (创建于 2026-03-14)
参与: yangjian, libai, yuelao, guanyin
Thread: 4 个活跃
```
### Step 3: 查看项目详情(指定项目名时)
读取 Discord 配置(同 `/project:init` Step 2)。
对该项目的每个 Thread,调用 Discord API 获取最新消息:
```bash
# 获取 Thread 最近一条消息
curl -s "https://discord.com/api/v10/channels/{thread_id}/messages?limit=1" \
-H "Authorization: Bot {token}"
```
输出每个 Agent 的最新进展:
```
📊 项目「互动漫画MVP」详情
创建于: 2026-03-15
状态: active
各成员进展:
┌─────────┬──────────────────────┬─────────────────────────────────┬───────────┐
│ Agent │ Thread │ 最新消息摘要 │ 更新时间 │
├─────────┼──────────────────────┼─────────────────────────────────┼───────────┤
│ laojun │ [互动漫画] 架构设计 │ 建议使用 WebSocket + Canvas... │ 2h ago │
│ zhuge │ [互动漫画] 需求文档 │ MVP 需要支持 3 个核心场景... │ 1h ago │
│ wukong │ [互动漫画] 快速原型 │ 等待架构确认后开始... │ 3h ago │
│ luban │ [互动漫画] 开发实现 │ (无新消息) │ - │
└─────────┴──────────────────────┴─────────────────────────────────┴───────────┘
```
### Step 4: 归档已完成项目
如果用户说"这个项目做完了"或"归档",更新 `projects.json` 中该项目的 `status` 为 `"archived"`。
## 注意事项
- 项目状态来自 Discord Thread 的实际消息,不是缓存
- 如果 Thread 被 Discord 自动归档(超过 7 天无活动),提示用户
- 可以建议用户去哪个 Thread 跟进(比如最久没更新的那个)Related Skills
founderclaw-status
Check FounderClaw installation status. Verifies skills, workspace, and multi-agent config are all properly set up. Use when: "founderclaw status", "is founderclaw working", "check founderclaw", "founderclaw health".
claude-code-statusline
Install and configure a custom Claude Code status line showing real-time token usage, context window percentage, git branch, and color-coded warnings. Use when the user asks to "install statusline", "setup statusline", "configure statusline", "setup status line", "install status bar", "show token usage", "context window display", "statusline colors", "statusline thresholds", or wants to customize their Claude Code status bar display.
check-deployment-status
Check deployment status of PRs and commits using continuous-deployment MCP and UCS deployer MCP. Use when user asks "is this deployed", "check deployment", "deployment status", "is PR merged and deployed", "check UP status", "introduced to production", or provides a GitHub PR URL and wants deployment info.
claude-hud-statusline
A Claude Code plugin that displays a real-time HUD showing context usage, active tools, running agents, and todo progress in your terminal statusline.
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
agent-autonomy-kit
Stop waiting for prompts. Keep working.
Meeting Prep
Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.