📚 resourceActivePromisinghigh

axe

by jrswab

A ligthweight cli for running single-purpose AI agents. Define focused agents in TOML, trigger them from anywhere; pipes, git hooks, cron, or the terminal.

Stars

819

Skill Type

📖 Library & API Reference

Quality Score

102/200

License

Apache-2.0

Forks

25

Last Updated

Jun 11, 2026

Discovered

Apr 6, 2026

Validation

Passed

github.com/jrswab/axe

Quality Breakdown

102/ 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 spawning capability: Repository explicitly implements sub-agent delegation and parallel execution of child agents (cfg-subagents.toml, sub-agent-pattern.md)
  • Command execution tool: tool-run-cmd.toml indicates agents can execute arbitrary shell commands
  • Autonomous operation without approval gates: Agents are triggered via cron, git hooks, CI, and pipes without mandatory human approval checkpoints
  • Persistent configuration and memory modification: Supports persistent memory system, memory garbage collection, and agent state storage across runs
  • File system manipulation: Agents have write-file, edit-file, and read-file capabilities allowing modification of repository and system files
  • External code execution: Multiple test configurations and tool definitions (tool-url-fetch.toml, tool-web-search.toml) indicate network access and content execution