Skip to content

Releases: mrwogu/promptscript-registry

v1.0.1

01 Feb 21:01

Choose a tag to compare

What's Changed

Fixed

  • Fixed PromptScript syntax errors in 27 .prs files (missing commas in arrays)
  • Fixed README.md examples (removed invalid commas from @meta blocks)
  • Fixed CI to exclude .promptscript/ from id path validation

Added

  • Added .promptscript/project.prs as central project configuration

Removed

  • Removed 9 duplicate SKILL.md files (already defined in @skills/base.prs)

Changed

  • Rebuilt README.md with accurate registry counts and cleaner structure

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Initial Release

28 Jan 21:32

Choose a tag to compare

PromptScript Registry v1.0.0

Initial release with 1,134 ready-to-use AI instruction configurations.

Highlights

  • 8 namespaces organized by purpose
  • 632 prompts for coding, business, education, writing
  • 441 fragments for testing, security, documentation
  • 28 Claude Code skills with SKILL.md files
  • 18 role personas (developer, creative, professional)
  • 7 tech stacks (React, Vue, Node, Python, Rust, Go)
  • CI/CD with automated manifest verification

Quick Start

npm install -g @promptscript/cli
prs init

Documentation

See CHANGELOG.md for full details.