skilly. Buy ad slot
All skills
Agent Development · Personal Productivity / AGENT SKILL

prompt-library

Codric-Enterprise/ClaudRick
0 installs 1 GitHub stars
0

Save successful repository prompts and retrieve them for reuse in later tasks.
Save a prompt that worked well for this repo, or look one up before re-deriving it from scratch. Use when a prompt (for one of ReVision's four tools, or for a Claude Code task in this repo) produced a notably good result and is worth reusing, or when starting a task that might already have a saved prompt.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Prompt library

One job: read from and append to `docs/prompt-library.md`, a checked-in file
of prompts that worked well in this repo. Not a general prompt-engineering
guide — just a save/retrieve mechanism so a good prompt doesn't get
re-derived from memory every time.

## Before writing a new prompt from scratch

Check `docs/prompt-library.md` for an existing entry covering the same task
(same tool, same kind of request). If one's close, adapt it instead of
starting over.

## When to save one

Only add an entry when a prompt clearly outperformed a first attempt —
noticeably better structure, fewer follow-up corrections, or a result the
user explicitly praised. Routine prompts that worked as expected don't need
an entry; this is a library of *wins*, not a transcript log.

## Entry format

Append to `docs/prompt-library.md` under the right category heading:

```markdown
### <short title>

**Use for:** <the situation this applies to>
**Prompt:**
> <the exact prompt text, with [placeholders] for the variable parts>
**Why it works:** <one line — the specific thing that made it effective>
```

Keep entries short. If the file doesn't have a fitting category heading yet,
add one (`## <Category>`) rather than forcing the entry under an unrelated
one.