A collection of skills for AI coding agents. Skills are packaged instructions that extend agent capabilities.
Query observability backends (Loki logs, Prometheus/Mimir metrics, Tempo traces) with built-in best practices for context efficiency.
Use when: Debugging production issues, investigating errors, analyzing metrics, tracing requests.
Manage n8n workflows and troubleshoot executions. Supports workflow CRUD, node editing, credential management, and execution debugging.
Use when: Working with n8n workflows, webhook triggers, execution errors, or editing workflow nodes.
Interact with Linear issue tracking — list, create, update issues and projects, manage cycles, and add comments.
Use when: Working with Linear tickets, triaging issues, updating issue state/assignee/priority, or managing projects and cycles.
npx skills add pokgak/agent-skillsSkills activate automatically when relevant tasks are detected.
Show me error logs from the api service
What's the request rate for the checkout service?
Find slow traces over 1 second from the payment service
Each skill uses a standalone CLI:
- LGTM: pokgak/lgtm-cli - Query observability backends
- n8n: pokgak/n8n-cli - Manage n8n workflows and executions
- linear: pokgak/linear-cli - Interact with Linear issue tracking
skills/<name>/
├── SKILL.md # Agent instructions
├── README.md # Documentation
├── metadata.json # Version and references
└── reference/ # Supporting files