Skip to content

Instantly share code, notes, and snippets.

---
name: offer-builder
description: Use this skill after any discovery or sales call to create a personalized offer based on the prospect's specific needs. Triggers include "build an offer", "create proposal", "make an offer from call", "personal offer", or when a call transcript is provided with instructions to create a proposal. Works for any service business — consulting, coaching, agencies, freelancers.
---
# Offer Builder
> Turn any discovery call into a tailored proposal that solves the prospect's actual problem — not a generic pitch.
---
---
name: product-evaluator
description: Use this skill whenever the user wants to evaluate product ideas, compare business opportunities, decide what to build next, or score ideas against criteria. Triggers include "evaluate this product idea", "compare these ideas", "what should we build", "score these opportunities", "product scheme", "оцени идеи продуктов", "что строить", "сравни варианты".
---
# Product Evaluator
> Turn a pile of product ideas into a clear comparison with a recommended path.
---
{
"id": 9516,
"uuid": "665484f0-b18c-0137-d8fb-532174fc93c4",
"type": "trip",
"start_timestamp": "2019-09-04T21:53:46.000+00:00",
"stop_timestamp": "2019-09-04T21:59:58.000+00:00",
"harsh_events_count": 0,
"distance": "2.03",
"status": "normal",
"cached_at": "2019-09-04T22:00:03.993+00:00",
{
"id": 9516,
"uuid": "665484f0-b18c-0137-d8fb-532174fc93c4",
"type": "trip",
"start_timestamp": "2019-09-04T21:53:46.000+00:00",
"stop_timestamp": "2019-09-04T21:59:58.000+00:00",
"harsh_events_count": 0,
"distance": "2.03",
"status": "normal",
"cached_at": "2019-09-04T22:00:03.993+00:00",
@yarka
yarka / crash
Created September 18, 2018 17:41
{
vehicle(id: 115) {
trip(id: 2704) {
points {
entities {
events
}
}
}
}
{
"data": {
"vehicle": {
"trip": {
"points": {
"entities": [
{
"type": "EVENT",
"location": {
"speed": null,
"Group ID 1ffc469f-5aa7-4490-8993-3f73f5417715"
"First trip start time 2018-05-11 10:25:58Z"
"Last trip start time 2018-06-17 10:42:33.871Z"
"Total trip count 15"
==========DRIVERS==========
"Driver register email "
"Driver register phone 19999992255"
"MEID 8b012e24-f98f-4ab8-a611-45759a0ef170"
"Driver register email "
"Driver register phone 19999992233"
{this.leafNode(1, T.translate('diagnostics.vehicle_info_component.make'), this.getValue("make", vinInfo.getIn(["make","name"]) ))}
{this.leafNode(1, T.translate('diagnostics.vehicle_info_component.model'), this.getValue("model", vinInfo.getIn(["model","name"]) ))}
{this.leafNode(1, T.translate('diagnostics.vehicle_info_component.year'), this.getValue("year", vinInfo.getIn(["years",0,"year"]) ))}
{this.leafNode(1, T.translate('diagnostics.vehicle_info_component.vin'), this.getValue("vin", vinInfo.get("vin") ))}
<h4 className="header">{T.translate('diagnostics.vehicle_info_component.vehicle_detail')}:</h4>
{this.leafNode(1, T.translate('diagnostics.vehicle_info_component.market'), this.getValue("market", vinInfo.getIn(["categories","market"]) ))}
{this.leafNode(1, T.translate('diagnostics.vehicle_info_component.epa_class'), this.getValue("epaClass", vinInfo.getIn(["categories","EPAClass"]) ))}
{this.leafNode(1, T.tra
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"extensions/v1beta1","kind":"Ingress","metadata":{"annotations":{},"name":"roll-frontend-management","namespace":"roll"},"spec":{"rules":[{"host":"roll.modustools.com","http":{"paths":[{"backend":{"serviceName":"roll-frontend-management","servicePort":8080},"path":"/"}]}}],"tls":[{"hosts":["roll.modustools.com"],"secretName":"roll-frontend-management"}]}}
kubernetes.io/tls-acme: "true"
creationTimestamp: null
generation: 1
selfLink: /apis/extensions/v1beta1/namespaces/roll/ingresses/roll-frontend-management
@yarka
yarka / svc-roll-frontend-management
Last active October 12, 2017 14:07
svc/roll-frontend-management
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: roll-frontend-management
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 80