Skip to content

Claude/scaffold kuro 7 e1u c2#377

Open
TheBLKAgency wants to merge 2 commits intomsitarzewski:mainfrom
TheBLKAgency:claude/scaffold-kuro-7-e1uC2
Open

Claude/scaffold kuro 7 e1u c2#377
TheBLKAgency wants to merge 2 commits intomsitarzewski:mainfrom
TheBLKAgency:claude/scaffold-kuro-7-e1uC2

Conversation

@TheBLKAgency
Copy link
Copy Markdown

What does this PR do?

Agent Information (if adding/modifying an agent)

  • Agent Name:
  • Category:
  • Specialty:

Checklist

  • Follows the agent template structure from CONTRIBUTING.md
  • Includes YAML frontmatter with name, description, color
  • Has concrete code/template examples (for new agents)
  • Tested in real scenarios
  • Proofread and formatted correctly

claude added 2 commits April 1, 2026 06:30
Specialized agent for Solana DEX trading, token risk analysis, MEV
protection, and on-chain alpha discovery. Includes Jupiter V6 swap
execution, token risk scoring, wallet portfolio scanning, and
structured risk assessment workflows.

https://claude.ai/code/session_014VyNkq5HC88r5Kx6aPisSL
Scaffold the six architectural patterns for a production agent harness:

1. Tool Orchestration — three-layer split (orchestrator/executor/stream)
   with parallel phase execution and intent-based task decomposition
2. Hook System — pre/post interception pipeline with fail-closed semantics,
   priority ordering, and rewrite support
3. Skill Registry — dynamic capability map with dependency resolution and
   tool requirement checking
4. Session Persistence — full decision chain recording for auditability,
   learning, and agent-to-agent handoff
5. Permission System — tiered access (read-only/standard/elevated/full)
   implemented as a composable pre-hook
6. Transport Layer — channel-agnostic IO with CLI, webhook, and WebSocket
   transports

Includes Kuro-7 specific implementations:
- Skills: swap, risk-assess, portfolio-scan, whale-track
- Tools: Jupiter V6, Helius DAS, Birdeye, DexScreener, Solana RPC
- Safety hooks: rug protection, position limits, simulation gate, rate
  limiting, audit logging

https://claude.ai/code/session_014VyNkq5HC88r5Kx6aPisSL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants