home/productivity/patterns-instructions

Patterns.instructions

GPTClaudeDeepSeek··731 copies·updated 2026-07-14
patterns-instructions.prompt
# Common Patterns

## Privacy Tags
Wrap sensitive content in `<private>` tags to exclude from session memory logs.
The observation hook only records file paths, not contents — use `<private>` for sensitive content in prompts.

## Skeleton Projects
When implementing new functionality: search for battle-tested skeleton projects, evaluate with parallel agents, clone best match as foundation.

when to use it

Community prompt sourced from the open-source GitHub repo MCKRUZ/claude-code-mastery (MIT). A "Patterns.instructions" 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

productivitycommunitydeveloper

source

MCKRUZ/claude-code-mastery · MIT