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.
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.
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.
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.
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.
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.
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.