Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

weeklyweekly 搜索

Agent Skill

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

总安装

988

周安装

42

GitHub Stars

1,378

下载量

346
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/ballred/obsidian-claude-pkm --skill weekly

简介

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

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,注意是否触发联网、命令执行或文件读写操作。
  • weekly 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Weekly Review Skill

Facilitates your weekly review process by creating a review note and guiding reflection on the past week while planning the next.

Usage

Invoke with /weekly or ask Claude to help with your weekly review.

/weekly

What This Skill Does

  1. Creates Weekly Review Note

- Uses weekly review template - Names it with current week's date - Places in Goals folder

  1. Guides Review Process

- Reviews last week's accomplishments - Identifies incomplete tasks - Plans upcoming week - Aligns with monthly goals

  1. Automates Housekeeping

- Archives old daily notes - Updates project statuses - Cleans up completed tasks

Review Process Steps

Step 1: Reflection (10 minutes)

  • Review daily notes from past week
  • Identify wins and challenges
  • Capture lessons learned

Step 2: Goal Alignment + Project Rollup (10 minutes)

  • Check monthly goal progress
  • Adjust weekly priorities
  • Ensure alignment with yearly goals
  • Auto-scan Projects/*/CLAUDE.md for current status
  • Compile project progress table for the review note

Step 3: Planning (10 minutes)

  • Set ONE big thing for the week
  • Include project next-actions when planning week
  • Schedule important tasks
  • Block time for deep work

Interactive Prompts

The skill guides you through:

  1. "What were your top 3 wins this week?"

- Celebrates progress - Builds momentum - Documents achievements

  1. "What were your main challenges?"

- Identifies obstacles - Plans solutions - Learns from difficulties

  1. "What's your ONE big thing next week?"

- Forces prioritization - Creates focus - Drives meaningful progress

Weekly Review Checklist

  • Review all daily notes
  • Process inbox items
  • Update project statuses
  • Check upcoming calendar
  • Review monthly goals
  • Plan next week's priorities
  • Block time for important work
  • Clean digital workspace
  • Archive completed items
  • Commit changes to Git

Weekly Review Note Format

# Weekly Review: YYYY-MM-DD

## Last Week's Wins
1.
2.
3.

## Challenges & Lessons
- Challenge:
- Lesson:

## Goal Progress
### Monthly Goals
- [ ] Goal 1 (XX%)
- [ ] Goal 2 (XX%)

### This Week's Contribution
- [Task] -> [[Goal]]

## Project Progress
| Project | Phase | Progress | Next Action |
|---------|-------|----------|-------------|
| [[ProjectA]] | Active | 60% | [Next step] |
| [[ProjectB]] | Planning | 10% | [Next step] |

## Next Week Planning

### ONE Big Thing
>

### Key Tasks
- [ ]
- [ ]
- [ ]

### Project Next-Actions
- [ ] [ProjectA] - [specific next step]
- [ ] [ProjectB] - [specific next step]

### Time Blocks
- Monday:
- Tuesday:
- Wednesday:
- Thursday:
- Friday:

## Notes

Automation Features

Auto-Archive

Suggest moving daily notes older than 30 days to Archives.

Project Status Update

For each active project:

  • Update completion percentage
  • Note blockers
  • Set next actions

Habit Tracking

Calculate habit success rates from daily notes:

  • Count habit checkboxes
  • Show completion percentage
  • Identify patterns

Best Practices

Consistent Timing

  • Same day each week (Sunday recommended)
  • Same time if possible
  • Block calendar time
  • Treat as non-negotiable

Preparation

  • Clean inbox before review
  • Have calendar ready
  • Gather project updates
  • Review any feedback

Follow-through

  • Share highlights with team/family
  • Update external systems
  • Communicate changes
  • Celebrate wins

Task-Based Progress Tracking

The weekly skill uses session tasks to show progress through the 3-phase review.

Phase Tasks

Create tasks at skill start:

TaskCreate:
  subject: "Phase 1: Collect"
  description: "Gather daily notes from past week, extract wins and challenges"
  activeForm: "Collecting daily notes and extracting highlights..."

TaskCreate:
  subject: "Phase 2: Reflect"
  description: "Calculate goal progress, analyze alignment gaps"
  activeForm: "Calculating goal progress and alignment..."

TaskCreate:
  subject: "Phase 3: Plan"
  description: "Identify ONE Big Thing, plan daily focus areas for next week"
  activeForm: "Planning next week's focus..."

Dependencies

Phases must run in order:

TaskUpdate: "Phase 2: Reflect", addBlockedBy: [phase-1-collect-id]
TaskUpdate: "Phase 3: Plan", addBlockedBy: [phase-2-reflect-id]

Reflect is blocked until Collect completes. Plan is blocked until Reflect completes. This provides visibility into the 30-minute review process.

Mark each task in_progress when starting, completed when done using TaskUpdate.

Task tools are session-scoped and don't persist between Claude sessions—your actual weekly review content is saved in the review note.

Agent Team Workflow (Optional)

For a faster, more thorough weekly review, use agent teams to parallelize the collection phase:

Team Lead (coordinator)
├── collector agent — Read all daily notes, extract wins/challenges/tasks
├── goal-analyzer agent — Read goal files, calculate progress, find gaps
└── project-scanner agent — Scan Projects/*/CLAUDE.md, get status updates

How to Use

When invoking /weekly, you can request the team-based approach:

/weekly
"Use the team approach for a thorough review"

The team lead:

  1. Spawns three agents to work in parallel
  2. Collector reads daily notes and extracts highlights
  3. Goal-analyzer reads all goal files and calculates progress
  4. Project-scanner reads all project CLAUDE.md files for status
  5. Team lead synthesizes findings into the weekly review note

This makes the review faster (parallel collection) and more thorough (dedicated analysis per area).

Vault Health Check (Ad-hoc)

The weekly review can optionally include a vault health check using multiple agents:

  • note-organizer: Scan for broken links, orphan notes
  • goal-aligner: Check daily-to-goal alignment
  • inbox-processor: Check for unprocessed items

Request with: "Include a vault health check in my weekly review"

Integration

Works with:

  • /daily - Reviews daily notes from the week
  • /monthly - Weekly reviews feed monthly rollup
  • /project - Project status in review
  • /push - Commit after completing review
  • /onboard - Load context for informed review
  • Goal tracking skill - Progress calculations

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

30.91%
按下载量换算107

Gemini CLI

24.2%
按下载量换算84

Antigravity

19.22%
按下载量换算67

windsurf

13.37%
按下载量换算46

trae

7.38%
按下载量换算26

Codex

3.51%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills