dynamic-resources

Example skill loaded from resources_discover

Install
npx skills add 'https://github.com/earendil-works/pi/tree/main/packages/coding-agent/examples/extensions/dynamic-resources'
Download bundle ↓
main · 8a7b0c0Scanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

dynamic.json

dynamic.jsonBrowse 4 files
View on GitHub
← Back to SKILL.md
{	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",	"name": "dynamic-resources",	"vars": {		"cyan": "#00d7ff",		"blue": "#5f87ff",		"green": "#b5bd68",		"red": "#cc6666",		"yellow": "#ffff00",		"gray": "#808080",		"dimGray": "#666666",		"darkGray": "#505050",		"accent": "#8abeb7",		"selectedBg": "#3a3a4a",		"userMsgBg": "#343541",		"toolPendingBg": "#282832",		"toolSuccessBg": "#283228",		"toolErrorBg": "#3c2828",		"customMsgBg": "#2d2838"	},	"colors": {		"accent": "accent",		"border": "blue",		"borderAccent": "cyan",		"borderMuted": "darkGray",		"success": "green",		"error": "red",		"warning": "yellow",		"muted": "gray",		"dim": "dimGray",		"text": "",		"thinkingText": "gray",		"scrollbarTrack": "darkGray",		"scrollbarThumb": "",		"selectedBg": "selectedBg",		"userMessageBg": "userMsgBg",		"userMessageText": "",		"customMessageBg": "customMsgBg",		"customMessageText": "",		"customMessageLabel": "#9575cd",		"toolPendingBg": "toolPendingBg",		"toolSuccessBg": "toolSuccessBg",		"toolErrorBg": "toolErrorBg",		"toolTitle": "",		"toolOutput": "gray",		"mdHeading": "#f0c674",		"mdLink": "#81a2be",		"mdLinkUrl": "dimGray",		"mdCode": "accent",		"mdCodeBlock": "green",		"mdCodeBlockBorder": "gray",		"mdQuote": "gray",		"mdQuoteBorder": "gray",		"mdHr": "gray",		"mdListBullet": "accent",		"toolDiffAdded": "green",		"toolDiffRemoved": "red",		"toolDiffContext": "gray",		"syntaxComment": "#6A9955",		"syntaxKeyword": "#569CD6",		"syntaxFunction": "#DCDCAA",		"syntaxVariable": "#9CDCFE",		"syntaxString": "#CE9178",		"syntaxNumber": "#B5CEA8",		"syntaxType": "#4EC9B0",		"syntaxOperator": "#D4D4D4",		"syntaxPunctuation": "#D4D4D4",		"thinkingOff": "darkGray",		"thinkingMinimal": "#6e6e6e",		"thinkingLow": "#5f87af",		"thinkingMedium": "#81a2be",		"thinkingHigh": "#b294bb",		"thinkingXhigh": "#d183e8",		"bashMode": "green"	},	"export": {		"pageBg": "#18181e",		"cardBg": "#1e1e24",		"infoBg": "#3c3728"	}}