Skip to content

Instantly share code, notes, and snippets.

View kinlane's full-sized avatar

Kin Lane kinlane

View GitHub Profile
@kinlane
kinlane / shipping-logistics.md
Created February 2, 2026 13:59
Shipping and Logistics
  1. Order Fulfillment & Shipment Creation
  • Create Order → Receive order from sales channel
  • Get Inventory → Check stock availability
  • Update Inventory → Reserve/allocate stock
  • Create Collection Item → Assign to pick wave
  • Complete Workflow Step → Pick → Pack → Ship stages
  • Create Label/Generate Content → Shipping labels, packing slips
  • Create Blob/Upload File → Store label files
  • Send Transactional Email → Ship confirmation with tracking
@kinlane
kinlane / banking-worfklows.md
Created February 2, 2026 13:56
Banking Workflow
  1. Account Opening & KYC (Know Your Customer)
  • Create Account → Open checking, savings, or loan accounts
  • Create Form Submission → KYC/AML questionnaires
  • Upload File/Create Asset → ID documents, proof of address
  • Create Extraction Task → OCR on identity documents
  • Create Data Source Query → Pull credit bureau data, sanctions lists, PEP screening
  • Create Moderation Report → Flag high-risk customers
  • Complete Workflow Step → Multi-level approval for high-value accounts
  • Send Transactional Email → Welcome kit, account details
@kinlane
kinlane / insurance-workflows.md
Last active February 2, 2026 13:54
Insurance Workflows - Platform Stack
  1. Claims Processing Workflow
  • Create Form Submission → Policyholder submits claim
  • Upload File/Create Asset → Attach photos, receipts, police reports
  • Create Note/Create Comment → Adjuster adds investigation notes
  • Create Task/Create Thread → Assign to claims adjuster
  • Send Message/Send Transactional Email → Status updates to policyholder
  • Create Commerce Payment → Issue claim payout
  • Update Form Submission → Mark claim as resolved
@kinlane
kinlane / api-roles.yml
Created January 30, 2026 23:31
APIs.yml Roles
- type: Roles
data:
# ===================
# TECH GROUP
# ===================
- name: Mobile App Developer
description: Creates, designs and develops mobile apps
domain: Tech
operations:
@kinlane
kinlane / api-operations.yml
Created January 30, 2026 23:16
APIs.yaml Operations
- type: Operations
data:
# Access Control
- Add User Access Restrictions
- Get Users With Access To Protected Branch
- Remove User Access Restrictions
- Set User Access Restrictions
# Access Control Rules
@kinlane
kinlane / api-tags.yml
Created January 30, 2026 23:11
APIs.yml Tags
- type: Tags
data:
# Account & Authentication
- Accounts
- Authentication
- Authorization
- Access Control
- Access Groups
- Access Tokens
@kinlane
kinlane / naftiko-platform-apis.yml
Created January 30, 2026 23:00
Naftiko Platform APIs.json
aid: naftiko-platform
name: Naftiko Platform
type: Platform
access: Internal
description: >-
This is an index of all of the infrastructure and services used to operate Naftiko, providing a list of resources that can be used to automate the platform.
tags:
- Naftiko
created: '2025-06-05'
modified: '2026-01-30'
@kinlane
kinlane / eurostack-api-collection.yml
Created January 22, 2026 20:25
The EuroStack API Collection
aid: software-companies-apis-2025
type: Index
position: Consuming
access: 3rd-Party
name: The EuroStack API Collection
description: >-
The EuroStack API Collection represents a comprehensive European and open-source technology stack designed for digital businesses seeking independence from US big tech platforms. This curated suite of software powers every aspect of modern business operations: OVHcloud for cloud infrastructure, Pipedrive for CRM and sales pipeline management, Plane for project tracking, Docmost for collaborative documentation, Mixpost for social media scheduling, ONLYOFFICE for document editing, Penpot for design and prototyping, Strapi as a headless CMS, n8n for workflow automation, NocoDB as a database-driven spreadsheet alternative, Holded for accounting and invoicing, MailerLite for email marketing, and Coolify for self-hosted application deployment.
url: https://apis.example.com/software-companies/apis.json
image: https://apis.example.com/images/software-apis-logo.png
created: '2025-01
@kinlane
kinlane / mininum-viable-consumer-rules.yml
Created January 17, 2026 13:41
mininum-viable-consumer-rules
extends: [[spectral:oas, off]]
functions:
- pattern
functionsDir: ./functions
rules:
# ============================================================================
# INFO RULES
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://naftiko.io/schemas/capability-incentivize.json",
"title": "Capablities",
"description": "This is a draft schema for Naftiko capabilities as informed by market research and signals research and conversations, providing an exhaustive list of what could be considered to be part of the core Naftiko capabilities schema.",
"type": "object",
"properties": {
"naftiko": {
"type": "object",
"description": "Naftiko-specific metadata",