Doc dependencies
Agach orchestrates AI coding agents for your team. Define features through structured conversations. Agents execute the work in isolated environments, one task at a time, on your codebase.
npx -y skills add JLugagne/agach --skill doc-dependenciesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Agach key dependencies: Go libraries (uuid, gorilla/mux, pgx/v5, jwt, testify, testcontainers, MCP SDK, validator, logrus, crypto, docker, go-git, sqlite)
SKILL.md
1.6 KB, 318 tokens by cl100k_base, as published. Nobody here has run it
Agach Key Dependencies
Direct Dependencies
- github.com/google/uuid - UUID generation (UUIDv7)
- github.com/gorilla/mux - HTTP routing
- github.com/gorilla/websocket - WebSocket
- github.com/jackc/pgx/v5 - PostgreSQL driver + pgxpool
- github.com/golang-jwt/jwt/v5 - JWT token generation/validation
- github.com/go-playground/validator/v10 - Request validation (struct tags)
- github.com/sirupsen/logrus - Structured logging
- github.com/stretchr/testify - Testing (assert + require)
- github.com/modelcontextprotocol/go-sdk - MCP server
- github.com/go-git/go-git/v5 - Git operations (clone, fetch, pull, worktrees)
- github.com/docker/docker - Docker daemon integration (28.5.2)
- modernc.org/sqlite - SQLite database (daemon local storage)
- golang.org/x/crypto - bcrypt password hashing
- golang.org/x/time - Rate limiting
- gopkg.in/yaml.v3 - YAML config parsing
Test Dependencies
- github.com/testcontainers/testcontainers-go - Container management
- github.com/testcontainers/testcontainers-go/modules/postgres - PostgreSQL test container (postgres:17)
NOT Used
- github.com/mattn/go-sqlite3 - Removed (replaced by modernc.org/sqlite, CGO-free)