Agentic Engineering

Skills, command-line tools, and Claude Code integrations.

Agent instructions · JSON index · GitHub

Each plugin lists who invokes its actions: the agent, the user, or both. A user activating a skill does not count as invoking its actions.

backlog

Read and update a project's SQLite kanban board.

Invoked by: Agent, User

Users capture notes through commands or the CLI; agents use the backlog-board skill and CLI to read, claim, and update work items.

Download · Documentation

later

Claude Code commands for users to park notes and submit them later.

Invoked by: User

User-facing Claude Code integration. The agent receives submitted notes; it does not use the plugin itself.

Download · Documentation

plain-english

Writing instructions for plain, declarative English.

Invoked by: Agent

The agent reads and applies the plain-english skill. No binaries are required.

Download · Documentation

python

Python conventions and a CLI for project bootstrap and verification.

Invoked by: Agent

The agent applies the Python skill and uses python-style to bootstrap and verify projects. A user activating the skill does not make its actions user-invoked.

Download · Documentation