Token导航 LogoToken导航TokenDH.com
待分类可写文件github未标认证来源可访问许可证需确认审计通过

study-plan-generator学习计划生成器

Agent Skill

study-plan-generator 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

198

周安装

8

GitHub Stars

公开资料未说明

下载量

62
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/tejasashinde/study-plan-generator --skill study-plan-generator

简介

study-plan-generator 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理时使用。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 安装命令:npx skills add https://github.com/tejasashinde/study-plan-generator --skill study-plan-generator

SKILL.md

Study Plan Generator

Purpose

Creates structured, realistic, and actionable study plans based on:

  • A defined time period
  • A clearly specified subject

Supports:

  • First-time generation
  • Editing an existing generated file on subsequent runs

Operational Modes

The skill operates in TWO modes:

  1. Generation Mode (first run)
  2. Edit Mode (subsequent runs)

Claude must determine mode based on user intent.


Mode Detection

Generation Mode (Default)

Trigger when user says:

  • "Create a study plan"
  • "Make a learning roadmap"
  • "Plan my studies"
  • "Learn X in Y weeks"

If no existing file is referenced, proceed with full generation workflow.


Edit Mode (Second Run / Refinement Mode)

Trigger when user says:

  • "Edit the study plan"
  • "Modify the file"
  • "Update week 3"
  • "Make it more intense"
  • "Change timeline to 6 weeks"
  • "Adjust daily hours"
  • "Revise the generated plan"

When this happens:

  1. Ask for the existing file (if not already in context).
  2. Load the previously generated study plan.
  3. Identify requested changes.
  4. Modify only affected sections.
  5. Preserve structure and formatting.
  6. Save updated version properly.

Do NOT regenerate from scratch unless explicitly requested.


Generation Workflow

Step 1: Collect Required Inputs (MANDATORY)

Before generating the study plan, confirm:

  1. Time Period
  2. Subject Specificity

If vague or missing:

  • Ask clarifying questions
  • Do NOT generate generic plan

Step 2: Clarify Constraints (Optional)

Ask about:

  • Hours per day
  • Exam prep vs mastery
  • Experience level

If none provided:

  • Assume 1–2 hours/day
  • 5–6 days/week

Step 3: Design the Study Plan

Required structure:

  1. Overview
  2. High-Level Roadmap
  3. Weekly Breakdown
  4. Daily Study Template
  5. Milestones
  6. Final Capstone

Step 4: Save File (Generation Mode)

Save as:

{subject}-{time-period}-study-plan.docx

Example: introductory-spanish-4-weeks-study-plan.docx

Confirm to user: "Your study plan has been saved as [filename]."


Edit Mode Workflow (Second Run)

When user wants to modify:

Step 1: Identify Change Scope

Determine whether change affects:

  • Entire plan (timeline change)
  • Specific week
  • Daily workload
  • Milestones
  • Difficulty level
  • Format/style only

Ask clarifying questions if ambiguous.


Step 2: Apply Targeted Edits

Rules:

  • Preserve unaffected weeks
  • Maintain logical progression
  • Adjust dependencies (if timeline changes, rebalance all weeks)
  • Update milestones if pacing changes

Examples:

If timeline increases:

  • Redistribute content evenly
  • Add enrichment tasks

If intensity increases:

  • Increase practice volume
  • Add extra exercises

If subject changes:

  • Regenerate fully (ask confirmation)

Step 3: Save Updated Version

Overwrite or version intelligently:

Option A (default): Overwrite existing file.

Option B (recommended best practice): Save versioned file:

{subject}-{time-period}-study-plan-v2.docx -v3.docx, etc.

Confirm: "Updated version saved as [filename]."


Editing Constraints

Do NOT:

  • Remove structure
  • Collapse weekly breakdown
  • Delete milestones unless requested
  • Downgrade quality

Ensure edited file still satisfies:

  • Clear segmentation
  • Weekly breakdown
  • Practical tasks
  • Logical progression

Example Interaction (Edit Mode)

User: "Make week 2 more intense."

Assistant:

  1. Loads existing file.
  2. Modifies week 2.
  3. Ensures pacing alignment.
  4. Saves new version.
  5. Confirms update.

User: "Change it from 4 weeks to 6 weeks."

Assistant:

  1. Recalculate distribution.
  2. Expand roadmap.
  3. Adjust milestones.
  4. Save versioned update.

Edge Case Handling

If user edits without file context: Ask: "Please upload or paste the previously generated study plan so I can modify it."

If user requests full redesign: Confirm: "Would you like me to regenerate from scratch?"


Completion Criteria

For Generation:

  • Structured plan
  • Saved file

For Edit Mode:

  • Correct sections modified
  • Logical consistency preserved
  • Version saved properly
  • No structural degradation

Performance Notes

  • Use iterative refinement logic.
  • Modify surgically, not destructively.
  • Maintain educational quality.
  • Always confirm file save action.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.61%
按下载量换算24

Claude

29.33%
按下载量换算18

Cursor

18.48%
按下载量换算11

Gemini CLI

9.24%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

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

来源信息

继续浏览同类 Skills