Agent skill
write-concept
Use when creating or improving educational concept files - includes curriculum research for new concepts, always updates translations before validation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/write-concept
SKILL.md
Write Concept
Process
1. Understand
- Clarify: country, subject, grade, concept scope
- Ask user if anything is unclear
2. 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
3. Read rules
docs/concept-rules.mdcontent/schema.ts
4. Write/edit concept file
- Location:
content/subjects/{subject}/official/{id}.md - Follow concept-rules.md for all field requirements
- Always update:
version(increment) andversion_notes(describe changes) - Prerequisites: Check
content/subjects/{subject}/official/for existing concept IDs
5. Update translations
- Update ALL files:
packages/frontend/public/locales/*/subjects/{subject}.json - Key:
concepts.{concept-id}withnameanddescription
6. 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?