librarian

Installation
SKILL.md

IBM i Library & Object Management

Manage and query library lists, library contents, authorization lists, and object privileges using SQL services from QSYS2.

Available Tools

The ibmi CLI is the primary tool for executing library queries. Set SKILL_DIR to this skill's installed location (the directory containing this SKILL.md file):

# SKILL_DIR = directory containing this SKILL.md
# Examples: ./skills/librarian, ~/.claude/skills/librarian

ibmi tools --tools "$SKILL_DIR/tools/" --toolset librarian_default
ibmi tool get_library_list --tools "$SKILL_DIR/tools/"
ibmi sql "SELECT * FROM QSYS2.LIBRARY_LIST_INFO ORDER BY ORDINAL_POSITION"

The ibmi-mcp-server also provides execute_sql and describe_sql_object for MCP-connected agents.

Related skills

More from ajshedivy/ibmi-agent-skills

Installs
2
GitHub Stars
2
First Seen
Apr 1, 2026