assist-software/claude-code-repository

A catalog of Claude Code plugins built and maintained by ASSIST Software. Includes prompt-engineering-suite - a tool that audits, authors, and fixes LLM prompts in any codebase against a 12-point best-practices rubric.

2Stars on the repository
12Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

context-gatherer

01

assist-software/claude-code-repository

Agent

Reads a codebase's READMEs, feature docs, configuration, and surrounding business logic to build a concise project-context brief used when authoring new prompts. Read-only.

2 2mo ago A 40 tokens

project-scanner

02

assist-software/claude-code-repository

Agent

Scans a codebase for LLM usage, extracts prompt inventory and project conventions in a single pass. Used by /prompt-init to populate OVERVIEW.md and rules/project-conventions.md. Read-only.

2 2mo ago A 45 tokens

prompt-discovery

03

assist-software/claude-code-repository

Agent

Sweeps a codebase (any language) to locate every LLM prompt and prompt template, returning a structured inventory with a confidence score per hit. Use as the first stage of an audit. Read-only.

2 2mo ago A 46 tokens

prompt-reviewer

04

assist-software/claude-code-repository

Agent

Reviews one prompt (or a small batch) against the prompt-best-practices rubric and returns findings with severities and concrete suggested diffs. Runs in an isolated context so many reviews can run in parallel. Read-only — never edits files.

2 2mo ago A 53 tokens

prompt-writer

05

assist-software/claude-code-repository

Agent

Authors new, best-practice prompt templates for a feature using a project-context brief and the prompt-best-practices rubric. Proposes the prompt, its placement in the architecture, call parameters, and a starter eval — as diffs for approval.

2 2mo ago A 54 tokens