⌨️ cli toolStaleExperimentalhigh

Puzld.ai

by MedChaouch

Multi-LLM orchestration framework

Stars

273

Skill Type

📖 Library & API Reference

Quality Score

57/200

License

AGPL-3.0

Forks

25

Last Updated

Jun 11, 2026

Discovered

Apr 14, 2026

Validation

Passed

github.com/MedChaouch/Puzld.ai

Quality Breakdown

57/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Stale

No commits in 90-365 days and no tagged releases.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Bash/Shell execution capability: src/agentic/tools/bash.ts provides direct bash command execution
  • File system manipulation: src/agentic/tools/write.ts, edit.ts enable autonomous file writes and edits without clear human approval gates
  • Autonomous agent loop: src/agentic/agent-loop.ts implements autonomous agentic execution with LLM-driven control flow
  • Multi-agent orchestration: Framework spawns and coordinates multiple LLM agents (Claude, Gemini, Codex, Ollama, Mistral) without apparent centralized approval mechanism
  • Agentic file executor: src/agentic/file-executor.ts executes agent-proposed file modifications to the filesystem
  • Codebase exploration tools: grep, glob, view tools allow agents autonomous access to scan and read arbitrary repository content