credit-scoring

Manage loan application workflows with Flutter, FastAPI, and ML models.

1|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/blacki0214/creditscoringapp --skill credit-scoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: credit-scoring
Source: https://github.com/blacki0214/creditscoringapp/tree/main/.github/skills/creditscoreskills
Command: npx skills add https://github.com/blacki0214/creditscoringapp --skill credit-scoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the loan application process by providing instant credit scoring and personalized loan terms, bridging the gap between users and financial institutions.

Core Features & Use Cases

  • End-to-End Loan Application: Manages the entire user journey from authentication to loan offer.
  • AI-Driven Credit Assessment: Leverages LightGBM/XGBoost models for accurate risk assessment.
  • Integrated eKYC: Facilitates secure identity verification via VNPT eKYC.
  • Use Case: A user needs a loan. They can either go through a full eKYC process for a verified assessment or use a simulation mode for a quick estimate, receiving instant credit limit and loan term calculations.

Quick Start

Use the credit-scoring skill to calculate the credit limit for a new loan applicant.

Frequently Asked Questions about credit-scoring

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

FAQPage Schema
How do I integrate LightGBM or XGBoost models for credit scoring into a FastAPI backend?

To integrate credit scoring models into a FastAPI backend, you manage the ML model lifecycle, including feature engineering and data pipelines, exposing model inference through API endpoints for loan application workflows.

How does eKYC integration work for a Flutter loan application?

eKYC integration for a Flutter loan application works by facilitating secure identity verification via VNPT eKYC, allowing users to complete a verified assessment before receiving instant credit limit and loan term calculations.

Can I use Firebase and Firestore for authentication in a Flutter credit scoring app?

Yes, you can use Firebase and Firestore for authentication in a Flutter credit scoring app to manage the user journey from initial sign-in through to the final loan offer within the application workflow.

What is the best way to calculate a credit limit for a new loan applicant without full verification?

The best way to calculate a credit limit without full verification is using the simulation mode, which provides a quick estimate and instant credit terms by leveraging AI-driven risk assessment without requiring eKYC.

Does this credit scoring solution support GCP deployment for FastAPI and Flutter?

Yes, this credit scoring solution supports GCP deployment, enabling you to host FastAPI backend services, manage ML model integration, and serve the Flutter mobile application infrastructure.

Why do I need feature engineering and data pipelines for an AI-powered loan application?

You need feature engineering and data pipelines for an AI-powered loan application to process raw applicant data into structured inputs, ensuring LightGBM and XGBoost models can accurately assess risk and determine credit limits.