astamvalley

27 mods across 1 repository, 2 stars between them.

crb

02

astamvalley/claude-foundation

Plugin Claude Code

Crucible — full SDLC coverage from planning to implementation and review. Dual Solo/Team mode, adversarial review, and natural language entry. Commands: cast, mold, forge, smelt, assay, security, challenge, debug, auto, stats, status, result, help.

2 4mo ago A tokens not measured

assay

03

astamvalley/claude-foundation

Command

A code-review command that examines files, changes, or supplied code from architectural, logic, and security angles, then combines the findings.

2 4mo ago B 48 tokens

auto

04

astamvalley/claude-foundation

Command

A natural-language entry point for using CRB, which selects and runs a suitable CRB command from a description of the situation. CRB is not explained further in the input.

2 4mo ago A 46 tokens

cast

05

astamvalley/claude-foundation

Command

A planning workflow that uses analysis from several angles and brings the results toward agreement. It is intended for game plans, app designs, architecture decisions, and product direction, and is called with /crb:cast or /crb:cast --auto.

2 4mo ago B 93 tokens

challenge

06

astamvalley/claude-foundation

Command

An adversarial review command for design or planning work. It takes an existing cast output file or a topic and produces objections and risks.

2 4mo ago B 42 tokens

debug

07

astamvalley/claude-foundation

Command

A command for analysing error messages, stack traces, or described software symptoms to identify likely causes, affected areas, and possible fixes.

2 4mo ago B 42 tokens

forge

08

astamvalley/claude-foundation

Command

A command for implementing code and having multiple AI reviewers check it. It can also use TDD, a method where tests are written before the code.

2 4mo ago A 94 tokens

help

09

astamvalley/claude-foundation

Command

A command that explains the available commands and their usage, either with a general summary or details for a named command.

2 4mo ago A 41 tokens

mold

10

astamvalley/claude-foundation

Command

A technical design command that turns a feature name or description into a plan covering the system structure, data, components, and edge cases.

2 4mo ago A 51 tokens

result

11

astamvalley/claude-foundation

Command

A result command that finds the output file named in the last entry of run-log.jsonl and checks whether that file exists.

2 4mo ago A 33 tokens

security

12

astamvalley/claude-foundation

Command

A security-checking command that examines code, features, or designs for vulnerabilities using three areas: the OWASP Top 10 list, login and permission flows, and data exposure.

2 4mo ago A 45 tokens

setup

13

astamvalley/claude-foundation

Command

A setup command for the Claude Foundation project. It checks the recommended RTK installation and optionally checks agent teams and the Codex command-line tool.

2 4mo ago B 67 tokens

smelt

14

astamvalley/claude-foundation

Command

A workflow that turns a written specification into code through design, implementation, and review stages.

2 4mo ago A 47 tokens

stats

15

astamvalley/claude-foundation

Command

A command that reads a JSONL run log, a text file with one JSON record per line, and analyzes usage patterns.

2 4mo ago A 41 tokens

status

16

astamvalley/claude-foundation

Command

A command that reads .crb/runs/run-log.jsonl, a file containing CRB run records, and displays the execution history.

2 4mo ago A 39 tokens

crb-detect

17

astamvalley/claude-foundation

Skill Claude CodeCodex

Nástroj, ktorý v koreňovom priečinku projektu automaticky rozpozná používaný programovací jazyk a framework. Výsledok uloží do súboru .crb/project-context.md na opakované použitie.

2 4mo ago A 41 tokens

crb-explore

18

astamvalley/claude-foundation

Skill Claude CodeCodex

A command for exploring a codebase or system by detecting the model, choosing a perspective, and running exploration tasks in parallel.

2 4mo ago A 38 tokens

crb-forge

19

astamvalley/claude-foundation

Skill Claude CodeCodex

A skill for configuring crb-forge, including agent setup, normal mode, and TDD mode. TDD, or test-driven development, means writing tests before or alongside the code they check.

2 4mo ago B 50 tokens

crb-frame

20

astamvalley/claude-foundation

Skill Claude CodeCodex

A multi-step review process with separate modes, parallel cross-checking, agreement-building, and user confirmation when automatic approval is not enabled.

2 4mo ago A 61 tokens

crb-output

21

astamvalley/claude-foundation

Skill Claude CodeCodex

Skill "crb-output" from astamvalley/claude-foundation, covering crb-output, 디렉토리 구조, 세션 id 생성, run-log.jsonl 형식 and 출력 파일 경로.

2 4mo ago A 46 tokens

crb-resume

22

astamvalley/claude-foundation

Skill Claude CodeCodex

A checkpoint and resume helper for long-running commands, including deep runs of the named tools. The description is limited to detecting checkpoints and continuing interrupted runs.

2 4mo ago A 31 tokens

crb-team

23

astamvalley/claude-foundation

Skill Claude CodeCodex

An internal decision skill for choosing between solo work and Agent Teams, where multiple agents collaborate on a task.

2 4mo ago B 57 tokens

auto-commit

24

astamvalley/claude-foundation

Skill Claude CodeCodex

A tool that examines changed code, creates a Git commit message following the repository's convention, and runs the commit. Git is the version-control system used to record code changes.

2 4mo ago A 126 tokens