Official community patterns repository for PatternForge.
Add this repository to PatternForge:
patternforge repo add https://github.com/Pierre-Malherbe/patternforge-patterns
patternforge upgradeOr enable community patterns during first launch.
| Pattern | Description |
|---|---|
| Code Review | Review code for bugs, style, and best practices |
| Explain Code | Get detailed explanations of code snippets |
| Pattern | Description |
|---|---|
| Debug Error | Analyze and fix error messages |
| Bug Report | Generate a detailed bug report (with variables) |
| Pattern | Description |
|---|---|
| Refactor | Improve code structure and readability |
| Pattern | Description |
|---|---|
| Write Tests | Generate unit tests for your code |
| Pattern | Description |
|---|---|
| Create Ticket | Generate a well-structured ticket/issue (with variables) |
| Deploy Task | Generate a deployment checklist and runbook (with variables) |
| Pattern | Description |
|---|---|
| Summarize | Create concise summaries of text or documents |
# [EMOJI] [Title]
> [One-line description]
[Category: CategoryName]
## Prompt
[Your prompt with optional {{input}} placeholder]Patterns can include configurable variables that appear as a form before input:
# [EMOJI] [Title]
> [One-line description]
[Category: CategoryName]
## Variables
- name: Label | type | options | default | placeholder
- priority: Priority | select | low,medium,high | medium
- env: Environment | select | dev,staging,prod | dev
## Prompt
Your prompt using {{var:priority}} and {{var:env}} placeholders.
{{input}}Variable types:
text- Simple text inputselect- Dropdown with options (comma-separated)multiline- Multi-line text area
- Fork this repository
- Add your pattern file in
patterns/ - Follow the pattern format above
- Submit a pull request
MIT