psalm

psalm is a command for Claude Code from Marcel-Bich/marcel-bich-claude-marketplace. It costs 10 tokens per session (3,995 once invoked), scanned A, original, MIT.

A command for exploring the Credo workflow, a process for organizing and carrying out software work from start to finish. It can first guide setup of Credo's project files and then show available topics.

In plain words
What is it for?
Use it to set up Credo, learn how its work process operates, and explore modes or other available topics.
Why use it?
It gives developers a defined way to learn and use Credo instead of having to discover its workflow structure themselves.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the credo plugin — 26 skills, 15 commands, 6 hooks shipped together

Good fit Use it to set up Credo, learn how its work process operates, and explore modes or other available topics.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/marcel-bich/marcel-bich-claude-marketplace/psalm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Marcel-Bich/marcel-bich-claude-marketplace

Made for: Claude Code.

Or install credo, the plugin that ships this one along with the rest of its 26 skills, 15 commands, 6 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for psalm

README.md
[![agentmods](https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/psalm/github.svg)](https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/psalm)
Your own site
<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/psalm"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/psalm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for psalm

Your own site · 80×15
<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/psalm"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/psalm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,995 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00010 $0.03995
Opus 5 $0.00005 $0.01997
Sonnet 5 $0.00002 $0.00799
Haiku 4.5 $0.00001 $0.00400

Measured 11d ago against content hash 8eb5834b39a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

psalm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/credo/commands/psalm.md · 352 lines

How it starts

The opening of the file, as written. The whole thing — 352 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Credo - The Preacher's Guide

credo is the mentor: a self-contained process framework. This guide starts with credo's own teachings and only then points to the wider marketplace. The other plugins are recommended or optional and slot in around credo.

Before the faithful walk the path, ensure the project is set up.

Invoke /credo:setup via Skill tool.

This handles:

  • Initializing the credo framework (.credo/ tree) - the core, self-contained.
  • Optional companions: dogma (recommended), get-shit-done (optional, spec-driven alternative to credo items).
  • Claude instructions sync (/dogma:sync, if dogma is installed).
  • Choosing a task system (credo items by default).
  • Autonomy preferences and, when the limit plugin is present, wiring its auto-compact trigger to credo:compact-plus.

After setup completes, continue to Entry Point.


Entry Point

After setup, help the user discover topics. credo's own capabilities come first.

If user runs /credo:psalm without arguments:

Use AskUserQuestion to show available topics:

What would you like to explore?

- The credo workflow: how a piece of work flows end to end
- Session Modes: active / passive / autonomous working modes
- Item Lifecycle: work items with a hard Definition of Done
- Budget and Autonomy: unattended work within 5h and weekly caps
- Verify and Safety: visual verify, filesystem protection, subagent priming
- The Wider Marketplace: hydra, dogma, import, limit and more (optional)
- Something else: Ask your own question

If arguments provided: The user already has a question. Answer it directly using this guide, or navigate to the most relevant section.


Credo's Own Teachings

These are the heart of the framework. Everything below lives inside credo - no foreign plugin required.

Topic: The credo workflow (end to end)

How one piece of work flows through credo, tying the topics below into one path:

  1. Set up once: /credo:setup - framework, optional companions, autonomy and compact preferences.
  2. Pick a session mode for how present you are: active / passive / autonomous (see Session Modes).
  3. Capture the work as an item: requirement verbatim, plus observable success criteria (the Definition of Done). Clarify first; nothing is built before an explicit GO (see Item Lifecycle).
  4. On GO, build - delegation-first via subagents (load /credo:session-init for the main-agent workflow), wiring new code so a caller actually reaches it.
  5. Pass the hard Definition of Done gate: an independent audit subagent (not the builder), visual verify for any runtime surface, docs updated in the same change. Findings are dispositioned, not dropped.
  6. Only the user files the item as verified.

Read the full file on GitHub · 352 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 352 lines · 10 tokens per session scan A 8eb5834b39a3

Subscribe to this mod's changes

psalm is a command published in the GitHub repository Marcel-Bich/marcel-bich-claude-marketplace (13 stars, last pushed yesterday), licensed MIT. It adds 10 tokens to every session and 3,995 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.