Skip to content

Instantly share code, notes, and snippets.

View natea's full-sized avatar

Nate Aune natea

View GitHub Profile
@ruvnet
ruvnet / memory.md
Last active November 1, 2025 17:22
Claude Memory Template

Claude Memory Template

Copy-Paste Instructions for Optimal AI Interaction

1. Core Identity and Objective

I am [Your Name/Role], focused on:

@ruvnet
ruvnet / settings.json
Created October 23, 2025 17:26
Claude Code / Claude Flow Self learning Hooks
{
"env": {
"CLAUDE_FLOW_AUTO_COMMIT": "false",
"CLAUDE_FLOW_AUTO_PUSH": "false",
"CLAUDE_FLOW_HOOKS_ENABLED": "true",
"CLAUDE_FLOW_TELEMETRY_ENABLED": "true",
"CLAUDE_FLOW_REMOTE_EXECUTION": "true",
"CLAUDE_FLOW_CHECKPOINTS_ENABLED": "true",
"AGENTDB_LEARNING_ENABLED": "true",
"AGENTDB_REASONING_ENABLED": "true",
@ruvnet
ruvnet / agentdb.md
Last active November 1, 2025 19:46
A sub-millisecond memory engine built for autonomous agents.

AgentDB

A sub-millisecond memory engine built for autonomous agents

npm version npm downloads License TypeScript Tests MCP Compatible

@ruvnet
ruvnet / Flow.md
Last active October 31, 2025 15:25
Claude Flow Playbook for Advanced Coordination, Context Engineering, and Artifact-Centric Swarms

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

@ruvnet
ruvnet / X-appendix.md
Last active November 4, 2025 23:49
ChatGPT App SDK & MCP Developer Mode MCP - Complete Tutorial

Appendix: Technical Details for ChatGPT App UI

A. Rendering model

  • Components render inside a sandboxed iframe managed by ChatGPT.
  • Your MCP tool returns data plus UI metadata that the Apps SDK interprets to mount your component.
  • The host injects a window.openai bridge into the iframe for props and events. ([OpenAI][1])

B. Component contract

@ruvnet
ruvnet / Neural-Flow.md
Last active September 9, 2025 09:39
🧠 Building Neural Document Classification with Flow Nexus & Claude Flo

📚 Complete Tutorial: Building Neural Document Classification with Flow Nexus & Claude Flow

The tutorial walks through the full process:

  • Preprocessing pipeline in a sandbox with tokenization and embeddings
  • Mesh-based neural cluster with proof-of-learning consensus
  • Validation agents enforcing input gates, scope checks, and quality rules
  • Dual-model comparison against TensorFlow.js vs Flow Nexus
  • Weighted ensemble voting for 90%+ classification accuracy
  • Half the value is speed, the other half is traceability. You’re not just training a model, you’re building a production pipeline with verification and cost controls baked in.

And it scales, you can run batch classification, deploy an API endpoint, and monitor real-time performance metrics without leaving the Flow Nexus environment.

@ruvnet
ruvnet / *flow-nexus-deployment.md
Last active September 17, 2025 20:51
Flow Nexus MCP Swarm Deployment Guide 🚀

Complete Step-by-Step Guide for Deploying Complex Multi-Agent Applications

Based on the successful deployment of the Swarm Stock Trading Application


📋 Table of Contents

  1. Overview
  2. Prerequisites
@thedavidyoungblood
thedavidyoungblood / ÆGENT_An-Opinionated_TAXONOMICAL-SYSTEM-and-FRAMEWORK-of-all-AgentTypes_living-draft_by-LouminIA-Labs.md
Last active September 22, 2025 21:57
ÆGENT_An-Opinionated_TAXONOMICAL-SYSTEM-and-FRAMEWORK-of-all-AgentTypes_living-draft_by-LouminAI-Labs.md

ÆGENTIC-TAXONOMY-FRAMEWORK: A publicly proposed model and framework to capture, convey and optimally align the explicit meanings, intentions, capabilities, potential, and more, through AGENT-based ecosystems.


AN ÆGENTIC TAXONOMICAL FRAMEWORK & CLASSIFICATION SYSTEM

Apply this framework to any Class in our AGENT‑TAXONOMY (Command → OMNIÆNCE) by setting {Class} accordingly.


@ruvnet
ruvnet / *claude.md
Last active November 4, 2025 16:07
The Claude-SPARC Automated Development System is a comprehensive, agentic workflow for automated software development using the SPARC methodology with the Claude Code CLI

Claude-SPARC Automated Development System For Claude Code

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Overview

The SPARC Automated Development System (claude-sparc.sh) is a comprehensive, agentic workflow for automated software development using the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion). This system leverages Claude Code's built-in tools for parallel task orchestration, comprehensive research, and Test-Driven Development.

Features