Copy-Paste Instructions for Optimal AI Interaction
⸻
I am [Your Name/Role], focused on:
window.openai bridge into the iframe for props and events. ([OpenAI][1])Claude Flow treats memory as the backbone and MCP tools as the hands. You get concurrent agents that coordinate cleanly, keep context tight, and ship durable artifacts without dragging long text through prompts. It feels like an ops layer for intelligence.
The stack is simple. Claude Code as the client. Claude Flow as the MCP server. SQLite memory at .swarm/memory.db for state, events, patterns, workflow checkpoints, and consensus. Artifacts hold the big payloads. Manifests in memory link everything with ids, tags, and checksums.
Coordination is explicit. Agents write hints to a shared blackboard, gate risky steps behind consensus, and record every transition as an event. Hooks inject minimal context before tools run and persist verified outcomes after. Small bundles in, durable facts out.
Planning keeps runs stable. Use GOAP to sequence actions with clear preconditions. Use OODA to shorten loops.
Observe metrics, orient with patterns, decide through votes, act with orchestration. Topology adapts from hi
| #!/bin/bash | |
| # Check if GitHub CLI and jq are installed | |
| if ! command -v gh &> /dev/null || ! command -v jq &> /dev/null; then | |
| echo "Error: GitHub CLI (gh) and jq are required." | |
| echo "Install gh: https://cli.github.com/" | |
| echo "Install jq: https://stedolan.github.io/jq/" | |
| exit 1 | |
| fi |
| { | |
| "basics": { | |
| "name": "Michael Kipchumba", | |
| "label": "Front End Developer", | |
| "email": "[email protected]", | |
| "phone": "(070) 3206 2900", | |
| "website": "https://mikechumba.com", | |
| "summary": "I am a passionate front-end developer with a strong focus on creating user-friendly and accessible web applications. I have experience in designing and developing responsive websites using modern technologies like React, Next.js, and Angular. I am committed to delivering high-quality code and continuously improving my skills.", | |
| "location": { | |
| "address": "Ōita", |
$ brew install dnsmasq
$ vim /usr/local/etc/dnsmasq.conf
# Copy the daemon configuration file into place.
$ sudo cp $(brew list dnsmasq | grep /homebrew.mxcl.dnsmasq.plist$) /Library/LaunchDaemons/
$ sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist
| VARIABLE | VALUE |
|---|---|
| The email address associated with your Cloudflare account. | |
| KEY | The global API key associated with your Cloudflare account. |
| DOMAIN | The name of the domain to create a zone record for. |
| JUMP_START | If true, automatically attempts to fetch existing DNS records when creating a domain’s zone record |
| ZONE_ID | The unique ID of the domain’s zone record. Assigned by Cloudflare. Required when managing an existing zone record and its DNS records. |
git checkout master # you can avoid this line if you are in master...
git subtree split --prefix dist -b gh-pages # create a local gh-pages branch containing the splitted output folder
git push -f origin gh-pages:gh-pages # force the push of the gh-pages branch to the remote gh-pages branch at origin
git branch -D gh-pages # delete the local gh-pages because you will need it: ref