
from pikku56
CLI helper to inspect a Pikku project: list functions, tags, middleware, and permissions; useful for understanding project structure and surface issues quickly.
This skill wraps the pikku info CLI commands to enumerate a Pikku project's registered functions, tags, middleware, and permissions. It provides concise summaries and counts, and can run verbose inspections showing transports, source files, and associated metadata.
Invoke when onboarding to a Pikku repo, auditing available functions and their transports (http/channel/scheduler/queue/workflow), or when you need a quick project inventory to plan changes or debugging. Use --silent by default; add --verbose for file-level detail.
--silent, --verbose, --limit).Works with agents that can run shell commands and interpret CLI output (GH Actions, CI bots, or terminal-capable assistants).
Pikku-info is a CLI inspection skill for Pikku projects that runs `yarn pikku info` commands to list functions, tags, middleware, and permissions. No bundled scripts to test. The SKILL.md is well-structured with clear subcommands, scoped allowed-tools, and good progressive disclosure, but serves a narrow audience (Pikku framework users only).
Clean skill with properly scoped Bash permissions (yarn pikku info * only). No security concerns. Niche but well-executed for its domain.