Skip to content

Instantly share code, notes, and snippets.

View yanisurbis's full-sized avatar
🍞
Converting energy to experience

Yanis Urbis yanisurbis

🍞
Converting energy to experience
View GitHub Profile
@yanisurbis
yanisurbis / risk-scoring-role-and-function.md
Last active September 14, 2026 15:24
Risk Scoring: role and function in underwriting, reporting and communication

Risk Scoring

Previous frame.

Target system: Kikin Risk Scoring.

Function: turn financial evidence about a company into a risk assessment, expressed as a numeric score and grade, for downstream use.

Vocabulary

@yanisurbis
yanisurbis / credit-scoring-frame.md
Last active September 11, 2026 12:21
Frame: new method to generate credit score inside Credit Scoring

Frame · Risk Scoring

What this is

Piece Name
Subdomain Risk Scoring
Artifact Risk score (written to CLD creditScore)
Current method SME Z-Score (Altman SME / Z''-Score)
Work A new method to generate the risk score
@yanisurbis
yanisurbis / rx350-message.md
Last active July 24, 2026 10:38
RX 350 service note

Здравствуйте, я приезжал 21 июля.

Lexus RX 350, 2007
VIN: JTJHK31U402852644
Госномер: М513МХ 76
Пробег сейчас: 250 010 км

Жалоба
Вибрация на ходу при нажатии на газ; проходит, когда газ отпускаю.

@yanisurbis
yanisurbis / fpf-walkthrough-path.md
Created June 16, 2026 08:31
FPF Beginner Walkthrough — Self-Checking Path (anchors + verification guards)

FPF Beginner Walkthrough — Self-Checking Path

A beginner-friendly, depth-first path for walking one project with the First Principles Framework (FPF). Pick one entity of concern and take it all the way through. Each step pairs an anchor (the FPF pattern that grounds the step) with a verify guard (the conformance check / test that proves you applied it).

# Step Anchor Verify (guard + check)
1 EoC vs description A.7 / E.10.D2 CC-D2-2 + CC-A7.15: write the boundary line; delete test — name one fact true of the EoC even if every record of it were deleted. Fail if you can't.
2 Name the frame A.1.1 CC-A1.1.2 (Flat Context Map): no frame "contains/inherits" another. Plus: a frame with no distinct glossary is a namespace, not a context.
3 Viewpoints E.17.0 (U.MultiViewDescribing) (a) every face traces to a named concern (no orphan faces); (b) no face is treated as the entity ("the run is the row" = fail); (c) **reconcili
@yanisurbis
yanisurbis / index.md
Last active May 31, 2026 11:33
MSG 1C AI advisor development state 2026-05-31

MSG 1C AI Advisor — Gist Index

Documents

  • [2026-05-31] msg-1c-development-state-2026-05-31-ru.md - состояние после Hermes WebUI и документного маппинга 1C; следующий кандидат на расширение карты - mining через 1C UI.
  • [baseline] about-msg-1c-ru.md - исходная MVP-гипотеза: natural-language 1C analytics, read-only SQL, memory layers, reverse lookup, human-confirmed mapping.

Roadmap

  • Mining loop через 1C UI. Использовать web/desktop 1C как семантический вход: UI-лейблы, формы, отчёты и sample values превращаются в более плотную карту бизнес-сущностей, документов, регистров, метрик и join-рецептов.

Create a production-quality Hermes skill named openrouter-expert that makes you excellent at building with OpenRouter and the OpenRouter SDKs.

This is not a notes file. It must be an agent-optimized resolver skill: compact, durable, triggerable, and designed to look up the right current docs before making claims or writing code.

Source material to read first:

  1. OpenRouter docs index: https://openrouter.ai/docs/llms.txt
  2. Full OpenRouter docs when needed for important details: https://openrouter.ai/docs/llms-full.txt
  3. Skill creation best practices: https://agentskills.io/skill-creation/best-practices.md
  4. Skill description guidance: https://agentskills.io/skill-creation/optimizing-descriptions.md
@yanisurbis
yanisurbis / 00-README.md
Created May 2, 2026 07:18
Requirement Engineering pack — Product/Requirement/Roadmap/Milestone ontology, file-based storage, Effect schema, real worked examples. Drop into a Claude Code project as guidance.

Requirement Engineering Pack

A doctrine for organizing product requirements that scales from solo work to small teams. Five entities, seven mutation rules, file-based storage that works with vanilla git. Designed to drop into a Claude Code project as guidance.

What's here

File Read for
01-ontology.md The entity model. Five entities (Product, Requirement, Disposition, Roadmap, Milestone), how they relate, the seven mutation rules. Storage-agnostic.
02-storage.md How those entities are materialized as markdown files. Three product files + one file per milestone. Git conventions for change history.

Reading List

Title Author Status
Atlas Shrugged Ayn Rand to-read
The Sovereignty of Good Iris Murdoch to-read
The Courage to Be Paul Tillich to-read
Anathem Neal Stephenson to-read
The Bonobo and the Atheist: In Search of Humanism Among the Primates Frans de Waal to-read
Frankenstein Mary Shelley to-read

Title,Author,Bookshelves Atlas Shrugged,Ayn Rand,to-read The Sovereignty of Good,Iris Murdoch,to-read The Courage to Be,Paul Tillich,to-read Anathem,Neal Stephenson,to-read The Bonobo and the Atheist: In Search of Humanism Among the Primates,Frans de Waal,to-read Frankenstein,Mary Shelley,to-read The Ethics of Authenticity,Charles Taylor,to-read Late Soviet Britain: Why Materialist Utopias Fail,Abby Innes,to-read The Burnout Society,Byung-Chul Han,to-read

How to Use DeepWiki

DeepWiki is a tool that provides AI-powered documentation search and Q&A for GitHub repositories. For Effect-TS questions, you can use it to get detailed answers about the Effect ecosystem.

Using DeepWiki with Claude Code

The DeepWiki MCP tool is available in Claude Code with three main functions:

1. Ask Questions About Effect