bulk-generate-concepts

Bulk Generate Concepts

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bulk-generate-concepts" with this command: npx skills add maidevberlin/logikids/maidevberlin-logikids-bulk-generate-concepts

Bulk Generate Concepts

Process

Clarify scope - Subject, grades, curriculum standard (e.g., German Rahmenlehrplan)

Create feature branch - Before any work:

git fetch origin dev git checkout -b concepts/{subject}-grade{N} origin/dev

Branch naming: concepts/{subject}-grade{N} (e.g., concepts/german-grade4 )

Research curriculum ONCE - Use official sources (ministry sites). Extract:

  • Learning objectives per concept

  • Age-appropriate expectations

  • Difficulty progression

  • Key terminology

Save to docs/research/{subject}-curriculum-research.md with:

  • Concept list (IDs, titles, grades, scope)

  • Extracted curriculum details per concept

  • Source URLs

Get user approval on concept list.

Spawn parallel agents - One Task tool call per concept:

Create concept: {subject}/{concept-id} (Grade {grade})

  1. Read docs/concept-rules.md first
  2. Use write-concept skill
  3. Reference docs/{subject}-curriculum-research.md for curriculum context
  4. SKIP RESEARCH: All content is provided!

Scope: {one-sentence scope description}

Do NOT paste curriculum content into agent prompts. Agents read the research doc themselves. Keep prompts minimal.

Verify files exist - Check that concept files were actually created. Agents may report success without writing files.

Validate - Use bun run check:concepts to efficiently check the generated concepts. If failures, resume agents with fixes.

Commit and create PR - Stage, commit, push, and open PR against dev :

git add content/subjects/{subject}/ packages/frontend/public/locales/ git commit -m "feat(content): add {Subject} Grade {N} concepts (curriculum aligned)" git push -u origin concepts/{subject}-grade{N} gh pr create --base dev --title "feat(content): {Subject} Grade {N} concepts" --body "Add {N} new concepts for Grade {N} {Subject} based on {curriculum}."

Cleanup - Delete docs/{subject}-curriculum-research.md after PR is created.

Constraints

  • Max 12-14 concepts per grade (consolidate if curriculum suggests more)

  • Subagents read write-concept skill themselves - don't duplicate rules

  • Research happens ONCE in parent, not per-agent (saves tokens)

Common Rationalizations

Thought Reality

"The PDF isn't readable, I'll use a different state's curriculum instead" WRONG. Ask the user which curriculum to use. Different states have different standards, terminology, and grade-level expectations. Never substitute without explicit approval.

"German curricula are similar enough across states" WRONG. While KMK provides national standards, state implementations differ significantly. The user chose a specific curriculum for a reason.

"I'll research what I can find and ask later" WRONG. Clarify the curriculum source BEFORE researching. Wasted research on the wrong curriculum wastes tokens and time.

"This curriculum has better web content, so I'll use it" WRONG. Accessibility doesn't equal correctness. If the target curriculum is hard to access, ask the user for alternative sources or approval to use a substitute.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

jetbrains-coding

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

write-concept

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated