Skip to content

Pierre-Malherbe/patternforge-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PatternForge Patterns

Official community patterns repository for PatternForge.

Installation

Add this repository to PatternForge:

patternforge repo add https://github.com/Pierre-Malherbe/patternforge-patterns
patternforge upgrade

Or enable community patterns during first launch.

Available Patterns

Review

Pattern Description
Code Review Review code for bugs, style, and best practices
Explain Code Get detailed explanations of code snippets

Bug

Pattern Description
Debug Error Analyze and fix error messages
Bug Report Generate a detailed bug report (with variables)

Refactor

Pattern Description
Refactor Improve code structure and readability

Testing

Pattern Description
Write Tests Generate unit tests for your code

Tickets

Pattern Description
Create Ticket Generate a well-structured ticket/issue (with variables)
Deploy Task Generate a deployment checklist and runbook (with variables)

General

Pattern Description
Summarize Create concise summaries of text or documents

Pattern Format

Basic Pattern

# [EMOJI] [Title]
> [One-line description]

[Category: CategoryName]

## Prompt

[Your prompt with optional {{input}} placeholder]

Pattern with Variables

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 input
  • select - Dropdown with options (comma-separated)
  • multiline - Multi-line text area

Contributing

  1. Fork this repository
  2. Add your pattern file in patterns/
  3. Follow the pattern format above
  4. Submit a pull request

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors