Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.44 KB

File metadata and controls

63 lines (47 loc) · 1.44 KB

Contributing

Scope

This repository is English-only and Markdown-only.

How to Contribute

Type Description
New prompts Agent, project-type, or workflow prompts
Improvements Better structure, clarity, outcome quality
Examples Real-world APEI walkthroughs
Maintenance Link fixes, catalog cleanup, archive actions

Prompt Quality Standard

Every prompt must contain:

  • ## Role
  • ## Protocol / Core Loop
  • ## Phases
  • ## Remember (final section)

No Vague Advice Rule

Every recommendation should end with a concrete:

  • decision, or
  • tool, or
  • validation step.

Archive Workflow

If a prompt is low-value or overlapping:

  1. Classify as keep / merge / archive
  2. Move to prompts/english/agents/archive/
  3. Update active indexes and README
  4. Add rationale to archive index

Validation Before PR

  • Markdown renders correctly
  • No spelling or grammar errors
  • Internal relative links resolve
  • Hypothetical example paths are plain code literals (not Markdown links)
  • Catalog/index entries are updated
  • llms.txt is updated when primary navigation or core prompts change
  • No vague advice language

Optional local checks:

grep -r '\[.*\](.*\.md)' prompts/ | head
npx markdownlint-cli2 '**/*.md'

Commit Message Style

feat: add new prompt
fix: correct catalog link
docs: improve usage guidance
update: archive overlapping prompt