claudeindex
ArtMin96's avatar
Author

Arthur

@ArtMin96
1
Marketplaces
21
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

forge-studio

Harness-aligned Claude Code marketplace: behavioral steering, context management, memory architecture, evaluation, orchestration, and multi-agent decomposition.

Plugins:21
Skills:0
2
0

Plugins

Plugin

behavioral-core

Behavioral steering via modular hooks: 13 principle-based rules, destructive command blocking, scope compliance guard, self-review enforcement, output style safety

Plugin

context-engine

Context management: progressive pressure tracking, drift detection, edit safety, large-file warnings, plan mode hooks, MCP monitoring, prompt budget awareness, failure-escalation with safe-mode flag.

Plugin

long-session

Long-running session continuity: init.sh bootstrap, append-only claude-progress.txt log, features.json testable-requirements list, /session-resume briefing.

Plugin

memory

Three-tier memory architecture: pointer index, on-demand topics, searchable transcripts. Version-aware updates snapshot prior topic contents to the lineage ledger. Includes /lineage-audit for ledger invariant inspection.

Plugin

evaluator

Evaluator-optimizer pattern: adversarial review, verification gates (TaskCompleted), static analysis, postmortems, reference-fidelity check, self-evolution proposal assessment.

Plugin

workflow

Hook-driven agentic workflow orchestrator. Automatic routing (shell or LLM-hybrid), sprint-contract enforcement, TDD loop, session bootstrap, handoff nudges. Self-evolution SEPL loop (propose/assess/commit/rollback) over versioned resources. Composes agents/evaluator/context-engine/memory rather than duplicating them.

Plugin

agents

Multi-agent decomposition: planner/generator/reviewer pipeline triad with tool-isolated capability boundaries, plus a read-only researcher for pre-planning investigation. Includes /worktree-team for physical worktree isolation, directory-ownership enforcement (opt-in), and output-schema checks on generator exit.

Plugin

reference

Power-user reference: extended thinking, unix pipes, parallel execution patterns

Plugin

traces

Execution trace collection, analysis, and harness evolution. Stores structured JSONL traces for pattern detection and failure-driven improvement. Feeds /evolve as a proposal source, plus per-session clarification-waste analysis.

Plugin

caveman

Always-on compressed communication. Drops articles, filler, pleasantries from responses. Reduces output tokens ~65% while keeping technical accuracy. Loaded at session start, survives compaction.

Plugin

humanizer

On-demand rewrite that strips AI-writing tells from a piece of text so it reads natural and human. Detects 30+ patterns from Wikipedia's "Signs of AI writing" guide and can match your own voice from a sample. Explicit-invocation, no hooks.

Plugin

token-efficiency

Prevents token waste: duplicate read detection, large output warnings, session token audit

Plugin

diagnostics

Codebase health scanning: documentation drift, registration gaps, convention violations, stale memory, HARNESS_SPEC invariant compliance. /validate-marketplace performs pre-commit mechanical correctness checks (distinct from /entropy-scan). /startup-profile reports SessionStart hook latency. /policies-list prints the cross-plugin enforcement registry (FS01–FS42).

Plugin

policy-gateway

Policy Gateway (TRAE §5.2.4) between planner and execution: PII/secrets scan, prompt-injection detection, sensitive-ops audit. Same permissionDecision:deny contract as behavioral-core block-destructive. Rules live in rules.d/ so SEPL can evolve them.

Plugin

research-gate

Mechanical enforcement of read-before-edit: blocks Edit/Write on files not Read in the current session. Based on issue #42796 data showing 33.7% of edits made to unread files.

Plugin

rtk-optimizer

Auto-install rtk-ai/rtk (Rust token killer) on first session and register its global Bash rewrite hook. Second SessionStart hook surfaces a remediation warning when the binary is missing or unhealthy. Opt-out: FORGE_RTK_DISABLED=1.

Plugin

code-graph

Auto-install colbymchenry/codegraph. Claude Code queries a tree-sitter structural graph of the current repo through MCP instead of re-reading files on every task. Second SessionStart hook surfaces a remediation warning when the MCP server is missing or unhealthy. Claude Code only. Opt-out: FORGE_CODE_GRAPH_DISABLED=1.

Plugin

themes

Curated color themes for Claude Code: Catppuccin Mocha, Tokyo Night, Nord. Pick via /theme; Ctrl+E to fork into ~/.claude/themes/ for editing.

Plugin

cross-repo

Parallel work across sibling repos with result aggregation

Plugin

forge-meta

Self-evolution boundary: change-manifest writer, evolution-history ledger, session-digest, auto-tune-skill outer loop, controllability invariant (POLICY.md).

Plugin

stack-flow

Native-git stacked-PR management: push guard (blocks wrong-branch and bare --force pushes), stack-graph state, restack/reparent/submit workflows built on git rebase --update-refs and --onto. No third-party stacking binary.