setup-finpack

Bootstrap and customize finpack-claude `.claude/` configuration for a project.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/findexu/finpack-claude --skill setup-finpack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-finpack
Source: https://github.com/findexu/finpack-claude/tree/main/plugins/setup-finpack/template/skills/setup-finpack
Command: npx skills add https://github.com/findexu/finpack-claude --skill setup-finpack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of setting up finpack-claude by bootstrapping a correct .claude/ configuration and tailoring every config file to your project’s real tech stack.

Core Features & Use Cases

  • End-to-end project bootstrapping: Creates .claude/ from the plugin’s bundled template when missing, ensures CLAUDE.md is at the project root, and wires up the kit correctly.
  • Tech stack detection & guided customization: Scans your repository for language, framework, package manager, tests, lint/format tools, and architecture patterns, then asks before applying changes.
  • Safety-first configuration management: Prompts the user for confirmation at each change point, includes cleanup of template artifacts, and enforces a CLAUDE.md line budget to keep runtime overhead low.

Quick Start

Run the setup by invoking /setup-finpack in your project with an empty or missing .claude/ directory, then confirm each customization step when prompted.

Frequently Asked Questions about setup-finpack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a Claude Code configuration for a new project?

To bootstrap Claude Code configuration, run `/setup-finpack` in your project root to copy the bundled `.claude/` template, scan your manifests, and generate tailored rules, hooks, and agents.

How does tech stack detection work when setting up project rules?

Tech stack detection works by scanning your repository for language, framework, package manager, test, and lint signals, then interactively prompting you to confirm before applying customized configuration changes.

Can I customize Claude Code hooks and agents for an existing repository?

Yes, you can customize Claude Code hooks and agents for an existing repository by running the setup on a fresh clone or during onboarding to align configurations with your current manifests.

What is the best way to manage CLAUDE.md size budget during project bootstrapping?

The best way to manage CLAUDE.md size budget during project bootstrapping is using a setup tool that enforces line limits and performs config consistency checks to keep runtime overhead low.

Do I need an empty .claude directory to configure Claude Code settings?

You need a missing or empty `.claude/` directory to initialize the setup, which creates the configuration from the bundled template and ensures `CLAUDE.md` is correctly placed at the project root.

Why does setting up Claude Code rules require interactive user confirmation?

Setting up Claude Code rules requires interactive user confirmation to ensure safety-first configuration management, allowing you to review and approve each customization step before changes are applied.