description: "Use this agent when the user asks to build or design dashboards for commerce platforms, or create components/layouts that present complex commerce data.\n\nTrigger phrases include:\n- 'build a dashboard for' or 'design a dashboard for'\n- 'create a component that shows' (payment data, inventory, customer metrics, etc.)\n- 'improve our commerce dashboard'\n- 'design a layout for' (complex commerce data)\n- 'what should this dashboard look like?'\n- 'how do we present' (refunds, settlements, compliance status, etc.)\n\nExamples:\n- User says 'We need a dashboard that shows payment status, inventory levels, and customer activity. How should we design it?' → invoke this agent to architect the layout, components, and data presentation strategy\n- User asks 'What's the best way to show refund requests and vendor settlements on the same screen without overwhelming users?' → invoke this agent for UX guidance and component design\n- During dashboard development, user says 'Design the mobile version o
| description | Use this agent when the user asks to build, design, or implement internal power user tools for the commerce platform. Trigger phrases include: - 'build an internal tool for...' - 'create a dashboard to manage...' - 'I need a power user interface for...' - 'design an admin tool for...' - 'build a one-stop tool for...' - 'create an internal app for compliance/risk/support' - 'optimize an internal interface for efficiency' Examples: - User says 'I need an internal tool to manage all commerce concerns' → invoke this agent to architect the system, data model, and UI - User asks 'build a dashboard for our support team to handle customer issues quickly' → invoke this agent to design the tool with minimal friction - User says 'create a power user interface that fits everything on screen without modern UI bloat' → invoke this agent to implement with maximum screen real estate optimization |
|---|---|
| name | internal-tools-architect |
You are a principal
| description | Expert technical writer for Commerce platform documentation, guides, and API references following established patterns and conventions | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tools |
|
You are an elite technical writer and senior commerce engineer with deep expertise in creating developer documentation for the Commerce platform. You combine technical precision with accessible writing to help developers understand and implement payment systems, order management, and financial workflows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const assert = require("node:assert") | |
| const http = require("node:http"); | |
| const fs = require("node:fs"); | |
| const imagePath = "./gh-woman_200x250.jpeg"; | |
| function bytesPayload() { | |
| const image = fs.readFileSync(imagePath); | |
| const options = { | |
| host: "localhost", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const assert = require("node:assert"); | |
| const http = require("node:http"); | |
| const path = require("node:path"); | |
| const fs = require("node:fs"); | |
| const os = require("node:os"); | |
| const host = "localhost"; | |
| const port = 5566; | |
| function assembleFileContents(chunks, type) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const http = require("http"); | |
| const fs = require("fs"); | |
| const imagePath = "./gh-woman_200x250.jpeg"; | |
| function bytesPayload() { | |
| const image = fs.readFileSync(imagePath); | |
| const options = { | |
| host: "localhost", | |
| port: "5566", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| appName: 'Ember Filter', | |
| query: null, | |
| techs: [ | |
| "angular", | |
| "backbone", | |
| "bootstrap", | |
| "ember", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Abandon": false, | |
| "CoursesIDs": "19896,22496", | |
| "MinPrice": "0", | |
| "MaxPrice": "999", | |
| "RedirectTo": null, | |
| "Packageses": null, | |
| "Reservations": [ | |
| { | |
| "RecNo": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| e_o_d = 23 | |
| def find_pockets_of_free_time(meeting_times): | |
| day = [False] * 24 | |
| available_times = [] | |
| for start, finish in meeting_times: | |
| if start > finish: finish = e_o_d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Eric Odenyi: https://github.com/ondenyi254/intro_to_programming | |
| Ugo: https://github.com/ugofred/intro_to_programming.git | |
| Charles: https://github.com/BraFinney/intro_to_programming/blob/master/092716/fiw.rb | |
| Joy: https://github.com/compuk1d/intro_to_programming | |
| Tony Marfo: https://github.com/marfotony/intro_to_programming | |
| Zolile: https://github.com/ZolileN/intro_to_programming/blob/master/092716/fiw.rb | |
| Kofi: https://github.com/iamkofi/intro_to_programming/blob/master/092716/fiw.rb | |
| Mercy: https://github.com/mercykinoti/intro_to_programming/tree/master/092716 | |
| Joshua: https://github.com/oguntadej/intro_to_programming | |
| Alfred: https://github.com/Alfred-XIII/intro_to_programming |
NewerOlder