Official collection of AI instruction configurations for PromptScript.
| Namespace | Count | Description |
|---|---|---|
@prompts/ |
632 | General-purpose AI personas |
@fragments/ |
441 | Reusable mixins and patterns |
@skills/ |
28 | Development workflow skills |
@roles/ |
18 | Developer, creative, professional personas |
@stacks/ |
7 | Framework configurations |
@agents/ |
5 | Specialized AI agents |
@core/ |
3 | Universal foundations |
| Total | 1134 |
npm install -g @promptscript/clicd your-project
prs initEdit .promptscript/project.prs:
@meta {
id: "my-project"
syntax: "1.0.0"
}
@inherit @stacks/react
@use @fragments/testing
@use @fragments/typescript
prs compileGenerates:
.github/copilot-instructions.md(GitHub Copilot)CLAUDE.md(Claude Code).cursor/rules/project.mdc(Cursor)
| Stack | Description |
|---|---|
@stacks/react |
React 18+ with TypeScript |
@stacks/vue |
Vue 3 with Composition API |
@stacks/node |
Node.js backend |
@stacks/python |
Python with type hints |
@stacks/rust |
Rust with clippy |
@stacks/go |
Go with standard layout |
@stacks/typescript-lib |
TypeScript library |
| Category | Roles |
|---|---|
| Developer | fullstack frontend backend devops dba senior qa |
| Creative | writer storyteller copywriter |
| Professional | consultant coach analyst tech-writer |
| Specialist | teacher translator reviewer terminal |
| Category | Count | Examples |
|---|---|---|
testing/ |
157 | TDD, test generation, QA patterns |
agents/ |
139 | Agent behaviors, beast modes |
security/ |
72 | OWASP, vulnerability scanning |
documentation/ |
18 | Doc generation patterns |
refactoring/ |
16 | Code improvement patterns |
tasks/ |
12 | Task automation |
review/ |
8 | Code review patterns |
standards/ |
7 | Coding standards |
| Category | Count | Examples |
|---|---|---|
coding/ |
250 | Programming, debugging |
general/ |
241 | Versatile assistants |
business/ |
58 | Marketing, consulting |
education/ |
49 | Teaching, tutoring |
writing/ |
34 | Creative writing |
Defined in @skills/base.prs:
| Skill | Trigger |
|---|---|
committing |
Git commits |
debugging |
Bug investigation |
testing-code |
Writing tests |
code-reviewing |
PR reviews |
security-auditing |
Security checks |
documenting |
Documentation |
refactoring |
Code cleanup |
pull-requesting |
Creating PRs |
performance-optimizing |
Speed optimization |
One per file. Defines primary source.
@inherit @stacks/react
Multiple allowed. Later overrides earlier.
@inherit @stacks/react
@use @fragments/testing
@use @fragments/security/owasp
@inherit → @use #1 → @use #2 → Local definitions (wins)
version: '1'
project:
id: my-project
registry:
git:
url: https://github.com/mrwogu/promptscript-registry.git
ref: main
targets:
- github
- claude
- cursorregistry:
git:
ref: v1.0.0Or inline:
@inherit @stacks/react@v1.0.0
- Fork repository
- Add
.prsfile in appropriate namespace - Ensure
@meta.idmatches file path - Validate:
prs validate - Update catalog:
npm run rebuild - Submit pull request
See CONTRIBUTING.md for details.
| Source | License | Content |
|---|---|---|
| awesome-chatgpt-prompts | CC0-1.0 | 632 prompts |
| awesome-copilot | CC0-1.0 | 434 fragments |
| awesome-claude-skills | MIT | 28 skills |
See ATTRIBUTIONS.md for details.
- Documentation: getpromptscript.dev
- Main Repository: github.com/mrwogu/promptscript
MIT