myFinTechPL
- 8 skills
- 0 followers
- 3 hours ago last updated
- ▌ Brownfield Codebase Recon · myfintechpl bundleFirst-pass reconnaissance of an unfamiliar/brownfield codebase to produce a minimal, evidence-backed orientation packet (how to build/run/test, entrypoints, module map, risks, and next questions) without making architectural assumptions.
- ▌ Brownfield Repo Entrypoints · myfintechpl bundleIdentify what runs in a brownfield repository (services/apps/jobs), where the entrypoints are, and the canonical commands to start/execute them, producing an entrypoints.md artifact with evidence.
- ▌ Tech Stack Inventory · myfintechpl bundleDetermine the repository’s tech stack (languages, frameworks, build/test/deploy tooling) and generate/refresh a technical-requirements.md baseline for brownfield development.
- ▌ Skill Creator · myfintechplCreate or update Copilot skills that encode reusable workflows, domain knowledge, or helper resources. Use when designing a new skill or refining an existing one.
- ▌ Bash Scripting · myfintechpl bundleBash scripting standards with safe quoting, parameter expansion, error handling, and command execution patterns. Use for any .sh file edits.
- ▌ Frontend Design · myfintechplCreate distinctive, production-grade frontend interfaces with high design quality. Use when building or styling web components, pages, dashboards, landing pages, or apps (React, HTML/CSS, etc.). Avoid generic AI aesthetics; commit to a clear visual direction with strong typography, color, layout, and motion.
- ▌ Coding Standards · myfintechplCross-language standards for generating or modifying code in this repo. Emphasizes security, consistency, and reuse (prefer lib/ helpers over ad-hoc code).
- ▌ Python Scripting · myfintechpl bundlePython scripting standards for safe, consistent, reusable code. Use when creating or editing Python scripts, CLIs, or automation. Emphasizes security, error handling, typing discipline, and reuse (prefer lib/ helpers).