Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

project-continue项目继续

Agent Skill

project-continue 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,322

周安装

54

GitHub Stars

28

下载量

428
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:project-continue(项目继续)
来源仓库:https://github.com/laurigates/claude-plugins
仓库路径:skills/project-continue
安装命令:
npx skills add https://github.com/laurigates/claude-plugins --skill project-continue
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/laurigates/claude-plugins --skill project-continue

简介

用于查找、检索和筛选项目相关信息。

  • 适合在中断后恢复工作时快速重建任务上下文。
  • 可基于最近活动自动推荐下一步行动项。
  • 安装命令:npx skills add https://github.com/laurigates/claude-plugins --skill project-continue
  • 使用前请确认插件是否支持当前宿主环境版本。

SKILL.md

Continue project development by analyzing current state and resuming work.

Note: Configure project-specific test/build commands in CLAUDE.md or .claude/rules/ for automatic detection.

Steps:

  1. Check current state: # Check git status git status # Check recent commits git log -5 --oneline # Check current branch git branch --show-current
  2. Read project context:

- PRDs: Read all files in .claude/blueprints/prds/ - Understand project goals and requirements - Identify features and phases - Feature Tracker: Read docs/blueprint/feature-tracker.json tasks section - Current phase and progress - Completed, in-progress, and pending tasks - Work Orders: Check .claude/blueprints/work-orders/ - Recent work-orders (see what's been done) - Pending work-orders (see what's planned)

  1. Analyze state and determine next task: If uncommitted changes exist: If on clean state:

- Review uncommitted files - Determine if work-in-progress should be continued - Ask user if they want to continue current work or start fresh - Compare feature tracker tasks against PRD requirements - Identify next logical task: - Next pending task in feature-tracker.json - Next requirement in PRD - Next work-order to execute - Consider dependencies (start with unblocked tasks first)

  1. Report status before starting: 📊 Project Status: Current Branch: [branch] Uncommitted Changes: [yes/no - list files if yes] Recent Work: - [Last 3 commits] PRDs Found: - [List PRD files with brief summary] Work Overview: Phase [N] - [Phase name] ✅ Completed: [N] tasks ⏳ In Progress: [Current task if any] ⏹️ Pending: [N] tasks Next Task: [Identified next task] Approach: [Brief plan]
  2. Begin work following TDD:

- Activate project-specific skills automatically: - Architecture patterns - Testing strategies - Implementation guides - Quality standards - Follow RED → GREEN → REFACTOR workflow: - Write failing test first - Minimal implementation to pass - Refactor while keeping tests green - Commit incrementally: - Use conventional commits - Commit after each RED → GREEN → REFACTOR cycle - Reference PRD or issue in commit message

  1. Update feature tracker as you go:

- Mark tasks in-progress - Mark tasks completed - Update next steps

Important:

  • Always start with tests (TDD requirement)
  • Apply project skills (architecture, testing, implementation, quality)
  • Commit incrementally (after each successful cycle)
  • Update feature tracker (keep project state current)

Handling Common Scenarios:

Scenario: Starting new feature:

  1. Create work-order first with /blueprint:work-order
  2. Then continue with this command

Scenario: Blocked by dependency:

  1. Report the blocker
  2. Suggest working on a different task
  3. Or: Suggest implementing the dependency first

Scenario: Tests failing:

  1. Analyze failures
  2. Fix failing tests (always complete RED step first)
  3. Continue once tests pass

Scenario: Unclear what to do next:

  1. Review PRDs for requirements
  2. Ask user for clarification
  3. Suggest creating work-orders for clarity

Agent Teams (Optional)

For large codebases with multiple work fronts, spawn teammates for parallel progress:

TeammateFocusValue
Research teammateInvestigate codebase state, PRDs, work-ordersParallel context gathering
Implementation teammateBegin work on next task from feature trackerStart implementation immediately

The research teammate gathers project state while the implementation teammate begins the most obvious next task. This is optional — single-session continuation works for most projects.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.54%
按下载量换算156

Claude

29.53%
按下载量换算126

Cursor

17.67%
按下载量换算76

Gemini CLI

9.4%
按下载量换算40

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/laurigates/claude-plugins --skill project-continue 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills