claudeindex
Marketplace

finpack-claude

finpack-claude

Stars

1

Forks

0

Plugins

20

Installation

1

Add the marketplace

/plugin marketplace add findexu/finpack-claude
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

20

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

fp-code-reviewer

Reviews code for real bugs: off-by-ones, null derefs, race conditions, swallowed errors. Skips style nitpicks.

Plugin

fp-security-reviewer

OWASP-style review: injection, auth, data exposure, weak crypto. Severity-ranked with file:line + fix.

Plugin

fp-performance-reviewer

Finds real bottlenecks. DB N+1, memory leaks, blocking calls, re-renders.

Plugin

fp-doc-reviewer

Cross-references docs against actual source. Flags drift, missing params, dead references.

Plugin

fp-plan-reviewer

Reviews a plan or expedition steps for executable completeness, risk, and scope drift. Returns a READY | REVISE verdict so a planning loop can terminate.

Plugin

fp-frontend-designer

Builds production-grade UI. Tokens-first, anti-AI-slop aesthetics, design tokens enforced.

Plugin

fp-swiftui-designer

Builds polished SwiftUI UI/UX for iPhone and iPad. HIG-driven, size-class adaptive, Dynamic Type and VoiceOver ready.

Plugin

fp-code-architect

Designs a feature architecture implementation blueprint by analyzing existing codebase patterns. Used by /counsel-quest during architecture design.

Plugin

fp-code-explorer

Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies. Used by /counsel-quest during codebase exploration.

Plugin

setup-finpack

Bootstrap and customize finpack-claude in any project. Copies the full template into .claude/ if missing, then tunes every config file to match your stack.

Plugin

debug-fix

Find and fix a bug. Default is the careful path (reproduce, investigate, test). Add `--fast` for emergency hotfix mode.

Plugin

ship

Commit, push, create PR with confirmation at every step. Blocks secrets and force-push.

Plugin

pr-review

Review PR or staged changes via specialist agents. Synthesizes a unified severity-ranked report.

Plugin

tdd

Strict red-green-refactor TDD loop. Failing test, then minimum code, then refactor. Commits after each cycle.

Plugin

explain

Explain code with one-sentence summary, mental model, ASCII diagram, and modification guide.

Plugin

refactor

Safely refactor with tests as a safety net. Writes tests first if none exist.

Plugin

test-writer

Write comprehensive tests covering happy/edge/error/concurrency paths. Verifies tests actually catch bugs.

Plugin

context-budget

Estimate per-turn token cost of your .claude/ configuration and CLAUDE.md. Always-loaded vs path-scoped vs invoked-only, with top contributors. Use --api for exact counts.

Plugin

quest-system

RPG-themed epic and session management for mono-repo development.

Plugin

install-quest-system

Bootstrap quest-system in any project. Copies all seven command files to .claude/commands/ in one step.