write-concept

- Clarify: country, subject, grade, concept scope

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 "write-concept" with this command: npx skills add maidevberlin/logikids/maidevberlin-logikids-write-concept

Write Concept

Process

  1. Understand
  • Clarify: country, subject, grade, concept scope

  • Ask user if anything is unclear

  1. Research (new concepts only)
  • Skip if curriculum info provided (e.g., from bulk-generate-concepts)

  • Otherwise: WebSearch "[country] [subject] curriculum [grade]"

  • Find official curriculum documents

  • Extract: concept scope, learning objectives, difficulty progression

  1. Read rules
  • docs/concept-rules.md

  • content/schema.ts

  1. Write/edit concept file
  • Location: content/subjects/{subject}/official/{id}.md

  • Follow concept-rules.md for all field requirements

  • Always update: version (increment) and version_notes (describe changes)

  • Prerequisites: Check content/subjects/{subject}/official/ for existing concept IDs

  1. Update translations
  • Update ALL files: packages/frontend/public/locales/*/subjects/{subject}.json

  • Key: concepts.{concept-id} with name and description

  1. Validate

bun run check:concepts {subject}/{concept-id}

Red Flags

  • "I'll skip curriculum research" → You won't know what to put in fields

  • "I'll add examples to help the AI" → CARDINAL RULE violation

  • "Problem types look similar but different" → Not distinct enough

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

bulk-generate-concepts

No summary provided by upstream source.

Repository SourceNeeds Review
General

write-concept

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Markdown Lint

Use this skill immediately when the user needs to: set up markdownlint-cli2 and pre-commit hooks in a repository, fix or batch-repair markdownlint errors lik...

Registry SourceRecently Updated