home/roleplay/prompt-decorators-config

Prompt Decorators.config

GPTClaudeGemini··382 copies·updated 2026-07-14
prompt-decorators-config.prompt
# config

Configuration settings for prompt decorators package.

## Module Variables

### `OUTPUT_PATH`

Type: `PosixPath`

Value: `PosixPath('/Users/danielbentes/prompt-decorators/prompt_decorators/decorators')`

### `PATHS`

Type: `dict`

Value: `{'registry': {'core': PosixPath('/Users/danielbentes/prompt-decorators/registry/core'), 'extensions': PosixPath('/Users/danielbentes/prompt-decorators/registry/extensions')}, 'output': {'code': {'core': PosixPath('/Users/danielbentes/prompt-decorators/prompt_decorators/decorators/core'), 'extensions': PosixPath('/Users/danielbentes/prompt-decorators/prompt_decorators/decorators/extensions')}, 'tests': {'core': PosixPath('/Users/danielbentes/prompt-decorators/tests/auto/core'), 'extensions': PosixPath('/Users/danielbentes/prompt-decorators/tests/auto/extensions')}}, 'templates': PosixPath('/Users/danielbentes/prompt-decorators/prompt_decorators/generator/templates')}`

### `REGISTRY_PATH`

Type: `PosixPath`

Value: `PosixPath('/Users/danielbentes/prompt-decorators/registry')`

### `REPO_ROOT`

Type: `PosixPath`

Value: `PosixPath('/Users/danielbentes/prompt-decorators')`

### `TEST_PATH`

Type: `PosixPath`

Value: `PosixPath('/Users/danielbentes/prompt-decorators/tests')`

## Functions

### `ensure_paths_exist`

Ensure all required paths exist.

**Signature:** `ensure_paths_exist() -> None`

when to use it

Community prompt sourced from the open-source GitHub repo synaptiai/prompt-decorators (Apache-2.0). A "Prompt Decorators.config" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

synaptiai/prompt-decorators · Apache-2.0