Skip to content
generated from hack-ink/vibe-mono

hack.ink's specific skills.

License

Notifications You must be signed in to change notification settings

hack-ink/skills

Repository files navigation

hack.ink AI-agent skills

This repository hosts reusable agent skills for Codex workflows.

Available skills

  • codex-multi-agent-protocol - canonical 5-role protocol package with Main (Director)/Auditor/Orchestrator/Coder/Operator schemas and test methodology (codex-multi-agent-protocol/SKILL.md).
  • dep-roll - controlled dependency-upgrade workflow for pnpm, Poetry, Cargo, verification, and Dependabot alignment (dep-roll/SKILL.md).
  • python-style - mandatory Python conventions for shared workspace virtualenv setup and Poetry workflow (python-style/SKILL.md).
  • research - research/investigation workflow that reads existing materials, clarifies unknowns with the user, and makes evidence-backed recommendations with websearch (research/SKILL.md).
  • rust-style - mandatory Rust conventions for scope, toolchain/workflow, safety, formatting, error handling, logging, and ownership (rust-style/SKILL.md).
  • pre-commit - repository commit/push gate with repo-specific Makefile.toml task checks and workflow validation (pre-commit/SKILL.md).

Contributing

To add or update a skill:

  1. Copy _template/SKILL.template.md into your new skill folder as <skill-name>/SKILL.md and replace placeholders.
  2. Keep instructions concise, testable, and narrowly scoped.
  3. Update this README.md catalog when new skills are added.

Repository layout

  • AGENTS.md - repository-specific operating instructions.
  • <skill-name>/SKILL.md - required skill definition.

About

hack.ink's specific skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages