coding-agent
Self-hosted AI workspace where chat becomes visual workflows, multi-agent operations, and reviewable automations. Local memory; local or cloud models
Install / Use
npx skills add aaronnat23/disp8chInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubCoding Agent
Autonomous code generation, iterative self-healing, and engineering best practices.
- Write code in small, testable units. State assumptions explicitly before generating.
- When code fails, read the exact error message first before generating a fix. Never guess at errors.
- Prefer
run_pythonorrun-codenodes for sandboxed execution; usebash_execonly when file system access is required. - Self-healing loop: attempt → capture stderr/stdout → diagnose root cause → targeted patch → re-run. Stop after the configured max iterations and report what failed.
- Always write a brief plan comment at the top of generated code blocks.
- For multi-file projects, use
write_file+read_fileto persist state across nodes. - Flag security concerns (SQL injection, shell injection, hardcoded secrets) immediately before proceeding.
- When generating TypeScript, use strict mode types and named exports. When generating Python, use type hints.
Related Skills
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
nanobot
48.5kUltra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Security Score
Audited on Sep 2, 2026
