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

curriculum-develop-items课程开发项目

Agent Skill

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

总安装

218

周安装

9

GitHub Stars

1

下载量

71
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pauljbernard/content --skill curriculum-develop-items

简介

curriculum-develop-items 用于创建符合学习目标、难度和质量标准的评估项目,支持多种题型和学段。

  • 适合在课程开发中生成测验题、作文提示、表现性任务及题库,并与教学目标对齐。
  • 使用时需提供评估蓝图、学习目标和题型要求,系统将输出结构化评估内容。
  • 安装前请确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Assessment Item Authoring

Create diverse, well-constructed assessment items that validly measure learning objectives with proper alignment, difficulty, and quality standards.

When to Use

  • Create test/quiz questions
  • Write essay prompts
  • Design performance tasks
  • Build assessment item banks
  • Develop practice problems

Required Inputs

  • Assessment Blueprint: From /curriculum.assess-design
  • Learning Objectives: What to assess
  • Item Type: MC, true/false, short answer, essay, performance task
  • Quantity: Number of items needed
  • Educational Level: K-5 through post-graduate

Workflow

1. Load Assessment Context

Read blueprint to understand:

  • Which objectives to assess
  • Bloom's cognitive levels
  • Item type specifications
  • Success criteria

2. Generate Assessment Items

Multiple Choice Items:

**Item ID**: MC-1.1
**Objective**: LO-1.1
**Bloom's Level**: Remember
**Difficulty**: Easy

**Stem**: Which organelle is responsible for photosynthesis in plant cells?

A. Mitochondria
B. Chloroplast **(CORRECT)**
C. Nucleus
D. Ribosome

**Rationale**:
- **B is correct**: Chloroplasts contain chlorophyll and perform photosynthesis
- **A is incorrect**: Mitochondria perform cellular respiration (common confusion)
- **C is incorrect**: Nucleus stores genetic material
- **D is incorrect**: Ribosomes synthesize proteins

**Feedback for Wrong Answers**:
- A: "Remember that mitochondria are the powerhouse for cellular respiration, not photosynthesis."
- C: "The nucleus controls the cell but doesn't perform photosynthesis."
- D: "Ribosomes make proteins, not perform photosynthesis."

Short Answer Items:

**Item ID**: SA-1.2
**Objective**: LO-1.2
**Bloom's Level**: Understand
**Difficulty**: Medium

**Prompt**: Explain why plants appear green. Include the role of chlorophyll in your answer. (2-3 sentences)

**Answer Key**:
Plants appear green because chlorophyll, the pigment in chloroplasts, absorbs red and blue light for photosynthesis but reflects green light. Since green light is reflected rather than absorbed, that's the color we see.

**Rubric** (4 points):
- 2 pts: Mentions chlorophyll/chloroplasts
- 1 pt: Explains light absorption
- 1 pt: Explains reflection of green light

**Common Errors**:
- Students may say "plants are green because they have chlorophyll" without explaining light reflection

Essay Prompts:

**Item ID**: ESSAY-2.1
**Objective**: LO-2.3
**Bloom's Level**: Analyze
**Difficulty**: Hard

**Prompt**:
Compare and contrast photosynthesis and cellular respiration. In your essay:
- Explain the purpose of each process
- Identify the inputs and outputs
- Describe where each occurs in the cell
- Analyze how the two processes are related

Your essay should be 300-400 words.

**Scoring Rubric**: (See full analytic rubric with 4 criteria × 4 levels)

**Sample Exemplar Response**: [Provide model answer]

Performance Tasks:

**Item ID**: PERF-3.1
**Objective**: LO-3.1, LO-3.2, LO-3.3
**Bloom's Level**: Create
**Difficulty**: Hard

**Task**:
Design an experiment to test the effect of light color on photosynthesis rate. Your design must include:
- Research question and hypothesis
- Materials list
- Step-by-step procedure
- Data collection table
- Method for measuring photosynthesis rate
- Safety considerations

Submit your experimental design as a 2-3 page document.

**Scoring Rubric**: (See analytic rubric - 6 criteria × 4 levels)

**Assessment Time**: 1 week (out of class)

3. Item Writing Best Practices

Multiple Choice: ✅ Clear, focused stems ✅ Plausible distractors (wrong but tempting) ✅ Avoid "all of the above" / "none of the above" ✅ Avoid negative stems when possible ✅ Options similar length and structure ✅ No grammatical cues to correct answer

Short Answer: ✅ Specific, clear expectations ✅ Indicate expected length ✅ Detailed answer key with partial credit guidance ✅ Address common misconceptions

Essay: ✅ Clear task and success criteria ✅ Provide rubric up front ✅ Specify length/time expectations ✅ Include sample exemplar (optional)

Performance Tasks: ✅ Authentic, real-world context ✅ Clear requirements and constraints ✅ Detailed rubric provided ✅ Reasonable time allocation

4. Alignment Verification

For each item, verify:

  • ✅ Matches intended Bloom's level
  • ✅ Directly assesses stated objective
  • ✅ Appropriate difficulty for level
  • ✅ Free from bias and barriers
  • ✅ Clear and unambiguous
  • ✅ Has complete answer key/rubric

5. Item Bank Organization

# Assessment Items: [TOPIC]

**Educational Level**: [Level]
**Total Items**: [Count by type]
**Objectives Covered**: [List]

## Items by Objective

### LO-1.1 Items (Remember Level)
- MC-1.1: [Brief description]
- MC-1.2: [Brief description]
- TF-1.1: [Brief description]

### LO-1.2 Items (Understand Level)
- SA-1.1: [Brief description]
- SA-1.2: [Brief description]

[Continue for all objectives]

## Items by Type

### Multiple Choice (10 items)
[Full items with answer keys]

### Short Answer (5 items)
[Full items with rubrics]

### Essay (2 prompts)
[Full prompts with rubrics]

### Performance Tasks (1 task)
[Full task with detailed rubric]

## Item Statistics (To be completed after use)

| Item ID | P-Value (Difficulty) | Discrimination | Status |
|---------|---------------------|----------------|--------|
| MC-1.1  | TBD | TBD | New |

---

**Artifact Metadata**:
- **Artifact Type**: Assessment Items
- **Topic**: [Topic]
- **Level**: [Level]
- **Total Items**: [Count]
- **Next Phase**: Review or Package

6. Level-Appropriate Items

K-5:

  • Simple, concrete language
  • Visual supports (images, diagrams)
  • Shorter items
  • Avoid complex syntax
  • Focus on fundamental skills

6-8:

  • Moderate complexity
  • Begin abstract reasoning
  • Age-appropriate contexts
  • Scaffold complex tasks

9-12:

  • Discipline-specific language
  • Complex problem-solving
  • Multi-step tasks
  • College-prep rigor

Higher Ed:

  • Professional/research contexts
  • Open-ended analysis
  • Synthesis required
  • Discipline expertise demonstrated

7. CLI Interface

# Generate items from blueprint
/curriculum.develop-items --blueprint "photosynthesis-blueprint.md" --objective "LO-1.1" --type "mc" --quantity 5

# Create full item bank
/curriculum.develop-items --blueprint "quadratics-blueprint.md" --all-objectives

# Single performance task
/curriculum.develop-items --objective "LO-3.2" --type "performance-task" --duration "1 week"

# Help
/curriculum.develop-items --help

Composition with Other Skills

Input from:

  • /curriculum.assess-design - Blueprint and specifications
  • /curriculum.design - Objectives to assess

Output to:

  • /curriculum.review-pedagogy - Items reviewed for quality
  • /curriculum.review-bias - Items checked for fairness
  • /curriculum.package-* - Items packaged for delivery
  • /curriculum.grade-assist - Answer keys used for grading

Exit Codes

  • 0: Success - Items created
  • 1: Invalid item type
  • 2: Cannot load blueprint/objectives
  • 3: Quantity invalid
  • 4: Insufficient specifications

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

24.65%
按下载量换算18

windsurf

22.13%
按下载量换算16

zencoder

18.1%
按下载量换算13

trae

11.52%
按下载量换算8

OpenCode

8.35%
按下载量换算6

Codex

3.29%
按下载量换算2

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills