SkillAgentSearch skills...

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/disp8ch

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

48/100

Category

Automation

Supported Platforms

Universal

Coding 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_python or run-code nodes for sandboxed execution; use bash_exec only 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_file to 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

View on GitHub
GitHub Stars0
CategoryAutomation
Updated19d ago
Forks0

Security Score

80/100

Audited on Sep 2, 2026

1 medium1 low