finwiz-development

Codifies FinWiz development standards for dependencies, code quality, documentation, and testing.

1|Updated Jun 13, 2025
One-click install
npx skills add https://github.com/fjacquet/finwiz --skill finwiz-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finwiz-development
Source: https://github.com/fjacquet/finwiz/tree/main/.claude/skills/finwiz-development
Command: npx skills add https://github.com/fjacquet/finwiz --skill finwiz-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies development standards to ensure consistent dependency management, code quality, documentation, and testing across FinWiz projects, reducing onboarding time and maintenance costs.

Core Features & Use Cases

  • Dependency Management: Use lockfiles, update strategies, and MCP verification to keep environments stable.
  • Code Quality: Enforce naming conventions, robust error handling, and type hints for maintainable code.
  • Version Control: Define branching strategies and conventional commit messages for traceable history.
  • Documentation & Testing: Establish documentation and testing standards to improve reliability and knowledge transfer.

Quick Start

Initialize a new FinWiz project following the standard setup: install dependencies, configure pyproject.toml, and run tests to verify alignment with the development standards.