📄 skillActiveExperimentalhigh

agtx

by fynnfluegge

🏄🏼‍♂️ The blackboard for coding agents - multi-agent session-toolbox for claude code, cursor, codex, gemini

Supported Platforms

🤖 Claude Code🧠 Codex

Stars

1.1k

Skill Type

🔄 Business Process & Team Automation

Quality Score

72/200

License

Apache-2.0

Forks

99

Last Updated

Jun 11, 2026

Discovered

Apr 20, 2026

Validation

Passed

github.com/fynnfluegge/agtx

Quality Breakdown

72/ 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.

Active

Updated within the last 90 days. Actively maintained.

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

Risk Assessment

  • Multi-agent orchestration framework: AGENTS.md and orchestrator architecture enable autonomous spawning and coordination of multiple AI coding agents without explicit human approval gates per task
  • Autonomous execution capability: Skills include 'execute.md' and agent operations designed to perform code changes autonomously after planning phases
  • Bootstrap/install automation: install.sh script present for automated setup and installation
  • Persistent configuration modification: .claude/ and .codex/ directories with plugin configs, CLAUDE.md configuration file, and MCP server setup indicating persistent agent environment modification
  • Multi-agent delegation: Architecture explicitly designed to delegate tasks to multiple different AI agents (Gemini, Claude, Codex) running in parallel with automatic session switching
  • Git operations with worktrees: src/git/ module includes worktree.rs and git operations suggesting autonomous version control manipulation