Skip to content
Skill

pikku-info

by pikkujs

AI Summary

pikku-info helps developers quickly discover and explore existing Pikku project structures—functions, routes, middleware, permissions, and more—without leaving their coding environment. Essential for understanding codebases and finding what already exists before building new features.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "pikku-info" skill in my project.
Repository: https://github.com/pikkujs/pikku

Please read the repo to find the SKILL.md file(s), then:
1. Download them into the correct skills directory (.claude/skills/ or .cursor/skills/)
2. Include any companion files referenced by the skill
3. Confirm what was installed and where

Description

Discover what exists in a Pikku project — functions, tags, middleware, permissions, HTTP routes, channels, schedulers, queues, and more. Use when you need to understand the project structure, find existing functions, or check what middleware and permissions are defined. TRIGGER when: user asks "what functions exist?", "show me the project structure", "list routes/middleware/permissions", or needs to understand an existing Pikku codebase. DO NOT TRIGGER when: user is writing new code (use the specific wiring skill) or asking about Pikku concepts (use pikku-concepts).

Pikku Project Discovery

Use the pikku info CLI commands to inspect this Pikku project. Run the commands below and present the results to the user in a clear summary.

Available Commands

Always use --silent to suppress the banner and inspector logs.

Functions

List all registered pikku functions: `bash yarn pikku info functions --silent ` For full details including transport type (http/channel/scheduler/queue/workflow/mcp/cli/trigger), middleware, permissions, and source file: `bash yarn pikku info functions --verbose --silent `

Tags

List all tags with counts of associated functions, middleware, and permissions: `bash yarn pikku info tags --silent ` For full names instead of counts: `bash yarn pikku info tags --verbose --silent `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3d ago
Active
AdoptionUnder 100 stars
56 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars56
Issues25
Updated3d ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code