ananthanandanan/skills

3 stars · Last commit 2026-05-15

Skills I use for my agentic engineering workflow.

README preview

# ANK Skills

These are the skills I've formalised to make my own agentic workflow smoother and more efficient. Small, focused, composable — meant to slot into whatever I'm building rather than own the process. If any of them are useful to you too, take them, fork them, change them.

## Quickstart

Pick one of the two install paths:

**Claude Code plugin (native):**

```bash
# In Claude Code:
/plugin marketplace add ananthanandanan/skills
/plugin install ank@ank-skills
```

Skills then appear namespaced as `/ank:<skill>` (e.g. `/ank:review-board`, `/ank:handoff`).

**`npx skills` installer:**

View full repository on GitHub →