Update Prompts banner
RemiAsselin42 RemiAsselin42

Update Prompts

Development community

Description

--- description: 'Adapts prompt examples to the current project by replacing generic references with real codebase examples.' argument-hint: '[name(s) of specific prompts to adapt, or empty to adapt all of them]' allowed-tools: Read, Edit, Bash, Grep, Glob context: fork agent: agent --- ## Targeted prompts "$ARGUMENTS" ## Objective Replace generic examples or examples from other projects in prompts with real, relevant examples taken from the current project, while preserving the exact struct

Installation

Installs to ~/.claude/skills/remiasselin42-claude-config-update-prompts/SKILL.md

Terminal
mkdir -p ~/.claude/skills/remiasselin42-claude-config-update-prompts && curl -fsSL https://raw.githubusercontent.com/RemiAsselin42/claude-config/HEAD/commands/update-prompts.md -o ~/.claude/skills/remiasselin42-claude-config-update-prompts/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository